gazebosim / gz-sim

Open source robotics simulator. The latest version of Gazebo.
https://gazebosim.org
Apache License 2.0
621 stars 251 forks source link

Publish Joint forces #2369

Open Fixit-Davide opened 2 months ago

Fixit-Davide commented 2 months ago

🦟 Bug fix

Fixes #883

Summary

These changes should allow to obtain information regarding the forces applied to the joints.

Test it

Note to maintainers: Remember to use Squash-Merge and edit the commit message to match the pull request summary while retaining Signed-off-by messages.

azeey commented 2 months ago

Also, can you please add a test?

Fixit-Davide commented 2 months ago

I have just made a PR in gz-physics in order to populate the force fields while using bullet-featherstone. I added some information on how to test the code there (I have reported them here also).