Would any one please guide me how can I get the Franka’s end effector position?
Hammad_M
2
If you are using the Franka class, similar to this sample:
https://docs.omniverse.nvidia.com/app_isaacsim/app_isaacsim/tutorial_required_adding_manipulator.html
Then you can call
self._franka.end_effector.get_world_pose()
to get the pose of the end effector.
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
How to control the movement and speed of Franka's end effector | 2 | 989 | January 17, 2023 | |
How to obtain transformation from franka manipulator to a prim object in a scene | 0 | 334 | May 24, 2023 | |
End-effector pose didn't match with target pose that control robot by InverseKinematicsSolver | 2 | 893 | September 27, 2022 | |
How to permanently attach the camera on Franka Panda End Effector | 1 | 604 | July 18, 2023 | |
Orientation constraint in Isaac Sim | 1 | 541 | April 5, 2024 | |
Add Camera to Franka hand | 2 | 21 | December 4, 2024 | |
[Tutorial Lula kinematics] World pose doesn't update doing simulation | 1 | 290 | November 24, 2023 | |
Export the position of a cylinder as a python variable | 1 | 508 | August 8, 2023 | |
Attach a camera to Franka robot | 3 | 1098 | April 5, 2024 | |
How to let Franka robot move forward | 1 | 472 | April 24, 2023 |