How to get values from contact sensor?
Gazebo newbie.
I wanted to get the values from the contact sensor to use in a python program. Is there any way to get the values force and wrench values from the rostopic?
Thanks in advance.
Asked by adheeshenoy on 2019-10-21 16:03:47 UTC
Answers
Hello,
I think Gazebo has material on his website pertaining to that : here and here.
You will most likely have to write a C++ Gazebo Sensor plugin to publish the values you want on the desired rostopic, and then subscribe to them in your ROS node.
Hope this can help you!
Best.
Asked by mxch_18 on 2019-10-30 06:20:02 UTC
Comments