Skip to content

Commit

Permalink
Merge pull request #173 from open-dynamic-robot-initiative/fkloss/fix…
Browse files Browse the repository at this point in the history
…_demo_docstring

doc: Update docstring of demo_trifingerpro_kinematics.py
  • Loading branch information
luator authored May 8, 2024
2 parents 01e3067 + c93fdc3 commit d6b2e94
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 d6b2e94

Please sign in to comment.