Skip to content

Commit

Permalink
Update examples/ex_ik.py
Browse files Browse the repository at this point in the history
Co-authored-by: Andrej Orsula <[email protected]>
  • Loading branch information
amalnanavati and AndrejOrsula authored Feb 14, 2024
1 parent 35d102f commit 0f52ba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/ex_ik.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python3
"""
Example of moving to a joint configuration.
Example of computing Inverse Kinematics.
- ros2 run pymoveit2 ex_ik.py --ros-args -p position:="[0.25, 0.0, 1.0]" -p quat_xyzw:="[0.0, 0.0, 0.0, 1.0]"
- ros2 run pymoveit2 ex_ik.py --ros-args -p position:="[0.25, 0.0, 1.0]" -p quat_xyzw:="[0.0, 0.0, 0.0, 1.0]" -p synchronous:=False
"""
Expand Down

0 comments on commit 0f52ba5

Please sign in to comment.