ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

rjmurphy's profile - activity

2012-10-03 18:48:28 -0500 received badge  Famous Question (source)
2012-09-09 21:43:25 -0500 received badge  Notable Question (source)
2012-09-08 07:47:12 -0500 received badge  Popular Question (source)
2012-09-07 09:16:54 -0500 asked a question gazebo collision detection

Hi all,

I am looking to perform collision detection between specific links in a model both internally (e.g. link 1 to link 2 of model 1) and externally (e.g. link 1 of model 1 to any part of model 2). My initial intention was to write a gazebo model/world plugin to assess the collisions of the links and perform actions (i.e. apply joint torques) accordingly; however, I can't find a way to access the collision elements. Suggestions? (Note, this is similiar to the post http://answers.ros.org/question/39054/getting-collisions-in-gazebo-plugin/)

I've tried using the gazebo_ros_bumper as suggested in the post referenced above, but always see the state returning [] and an error message: "Contact sensor[link_name_contact_sensor] has no collsion[link_name_geom]" Otherwise, there are no error messages while setting up the bumper.

I'm running the current version of fuerte on Ubuntu 12.04.

Thanks!