We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2abe91 commit 03a61f1Copy full SHA for 03a61f1
kinematics/forward_kinematics.py
@@ -12,7 +12,8 @@
12
coordinate into self.transforms of class ForwardKinematicsAgent
13
14
* Hints:
15
- the local_trans has to consider different joint axes and link parameters for different joints
+ 1. the local_trans has to consider different joint axes and link parameters for different joints
16
+ 2. Please use radians and meters as unit.
17
'''
18
19
# add PYTHONPATH
0 commit comments