Skip to content

Instantly share code, notes, and snippets.

@mathewthomas916
Created July 27, 2020 19:44
Show Gist options
  • Save mathewthomas916/1db7858b9a1f57ad3ee8fbaccc8d66c7 to your computer and use it in GitHub Desktop.
Save mathewthomas916/1db7858b9a1f57ad3ee8fbaccc8d66c7 to your computer and use it in GitHub Desktop.
Bumper
<gazebo reference="chassis">
<sensor name="bumper" type="contact">
<always_on>true</always_on>
<update_rate>50</update_rate>
<contact>
<collision>base_link_fixed_joint_lump__chassis_collision_collision</collision>
</contact>
<plugin name="bumper" filename="libgazebo_ros_bumper.so">
<ros>
<namespace>tss</namespace>
<remapping>bumper_states:=bumper_demo</remapping>
</ros>
<frame_name>chassis</frame_name>
</plugin>
</sensor>
</gazebo>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment