Skip to content

Commit

Permalink
doc: Update docstring of demo_trifingerpro_kinematics.py
Browse files Browse the repository at this point in the history
  • Loading branch information
luator committed May 8, 2024
1 parent 1b4db18 commit a8be6ff
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions demos/demo_trifingerpro_kinematics.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@
Uses forward and inverse kinematics to move the finger tips synchronously back
and forth on the y-axis.
For the computation the `Kinematics` class from the trifinger_simulation
package is used, so this package needs to be installed.
For the computation the `Kinematics` class from the robot_properties_fingers package is
used. The path to the robots URDF model is acquired using a helper function from the
trifinger_simulation package. So these packages need to be installed.
For complete documentation of the `Kinematics` class see
https://open-dynamic-robot-initiative.github.io/robot_properties_fingers/robot_properties_fingers.html#robot_properties_fingers.Kinematics
"""
Expand Down

0 comments on commit a8be6ff

Please sign in to comment.