use gz-physics#283 to implement joint_states/effort feedback (backport #186)#607
use gz-physics#283 to implement joint_states/effort feedback (backport #186)#607
Conversation
|
@federicociresola can you please test this? do you use fortress or harmonic? The backport for fortress was not straight forward because of the introduction of gz::physics::Vector3d, but it seems to work now (i.e, it compiles. haven't further tested it) |
|
I have tested the branch and it seems to work for Gz Harmonic @christophfroehlich I tested it on
In addition while I was testing the branch ,I noticed that the effort state was published even through it wasn't include in the |
|
This PR is stale because it has been open for 45 days with no activity. Please tag a maintainer for help on completing this PR, or close it if you think it has become obsolete. |

Fixes
joint_states/effortbeing zero for joints with<state_interface name="effort" />in combination withjoint_state_broadcaster/JointStateBroadcasterby using theJointTransmittedWrenchcomponent introduced by gazebosim/gz-physics#283.The joint axis is hard coded to
z. I did not yet look into reading out the actual<axis>of the joint and extracting the respective force/torque component of the wrench.This is an automatic backport of pull request #186 done by Mergify.