-
Notifications
You must be signed in to change notification settings - Fork 276
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
JointStatePublisher does not publish efforts #883
Comments
I believe we need to be able to get the torques from |
@chapulina Thanks for the fast reply! The issue seems a little inactive for some time. Is there anyway we can help this happen? |
I believe the same reply applies here 😅 gazebosim/gz-sensors#25 (comment) If you're willing to get this rolling before we get to it, you could try prototyping Gazebo classic's approach into Ignition Physics. It's not that many lines of code. We're just busy with other priorities right now. |
That's reasonable thanks! |
I believe this is still an issue. I have a joint with a
I'd expect to see effort here as well or am I wrong? Changing the mode of the controller to force does not change things. |
I see code in JointStatePublisher that copies data from any existing I think the underlying issue is that I don't see any system in gz-sim that writes data to a |
Not sure if it is relevant, but putting a JointForceTorque sensor does show the expected forces/torques on a joint, but that's different from the effort the joint is exerting itself. |
Hallo, I have met the same problem. Is here any solution? |
I have read the discussion in gazebosim/gz-physics#143 and #952. |
Environment
Edifice Binary / ROS2 Foxy
Tested using both ODE and DART physics in the world file.
Description
Steps to reproduce
Appreciate any insights / thoughts.
The text was updated successfully, but these errors were encountered: