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

cynthia's profile - activity

2021-04-28 23:16:36 -0500 received badge  Notable Question (source)
2016-03-05 16:26:51 -0500 received badge  Popular Question (source)
2015-01-28 06:06:26 -0500 asked a question QUESTION ABOUT SENSOR on REEMS ARM

Hello, i am not very familiar with Ros and Gazebo I want to know please, how do I add sensors on a robotic arm REEMS? This is what I have? I have an error : the topic is empty.

<gazebo reference="${name}_${side}_1_link"> <sensor name="arm_contact_sensor" type="contact"> <always_on>true</always_on> <update_rate>30.0</update_rate> <contact> <collision>testCollision</collision> </contact> <plugin name="gazebo_ros_bumper_controller" filename="libgazebo_ros_bumper.so"> <alwayson>true</alwayson> <updaterate>100</updaterate> <bumpertopicname>test_bumper</bumpertopicname> <framename>world</framename> </plugin> </sensor> </gazebo>