ros-pybullet / ros_pybullet_interface

ROS-PyBullet Interface.
https://ros-pybullet.github.io/ros_pybullet_interface/
BSD 3-Clause "New" or "Revised" License
74 stars 13 forks source link

Add frame_id to wrench publisher #6

Open joaomoura24 opened 1 year ago

joaomoura24 commented 1 year ago

This is just a small change to add frame_id when publishing the wrenches.

We need this in order to visualize (in rviz) the frame where the wrench applies to.

Just check and comment, do not merge it yet. From the visualization i think that the force signs are reversed. I'll check that tomorrow with the robot to make sure it's correct.

What i mean is, in order to be consistent with a force sensor on a robot, it should read as the force is being externally applied. For me it seems that it is outputting the internal force instead, which is not what we want. But let me confirm this better.