Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: Update docstring of demo_trifingerpro_kinematics.py #173

Merged
merged 1 commit into from
May 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading