RethinkRobotics / baxter

Baxter Research Robot SDK
www.rethinkrobotics.com/sdk
BSD 3-Clause "New" or "Revised" License
71 stars 64 forks source link

Are there any way for me to get the collision information in Gazebo? #179

Closed geweihgg closed 6 years ago

geweihgg commented 6 years ago

Hi, I'm doing some work in Gazebo, and I want to get the collision information(self-collision avoidance and collision detection with the world ). I know in real robot, there is a topic /robot/limb/right/collision_detection_state from which we can get the information we want. So, I wonder whether there are some interface like this in Gazebo? Looking forward to your reply. Thank you very much.