Skip to content

Commit 03a61f1

Browse files
authored
note about unit
1 parent d2abe91 commit 03a61f1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

kinematics/forward_kinematics.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
coordinate into self.transforms of class ForwardKinematicsAgent
1313
1414
* Hints:
15-
the local_trans has to consider different joint axes and link parameters for different joints
15+
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.
1617
'''
1718

1819
# add PYTHONPATH

0 commit comments

Comments
 (0)