[Bug Report] Unable to access get_measured_joint_efforts (AttributeError) #2684
Replies: 3 comments
-
The |
Beta Was this translation helpful? Give feedback.
-
Thanks for your reply. get_link_incoming_joint_force is not what I need, it seems to be the same as self._robot.data.body_incoming_joint_wrench_b, which is exposed in Isaac Lab and returns the 6d wrench (3 forces + 3 torques) at each DOF. But following your link I found get_dof_projected_joint_forces and get_dof_actuation_forces, which seems what I need to isolate the external force acting on each joint in the DOF motion direction. I will test and report back, but this should solve the issue. |
Beta Was this translation helpful? Give feedback.
-
Thank you for following up. I'll move this post to our Discussions for now. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
Unable to access get_measured_joint_efforts (AttributeError)
Steps to reproduce
Additional context
.
Checklist
Related: #1867
Acceptance Criteria
Add the criteria for which this task is considered done. If not known at issue creation time, you can add this once the issue is assigned.
Beta Was this translation helpful? Give feedback.
All reactions