Skip to content

Instantly share code, notes, and snippets.

@mathewthomas916
Created July 28, 2020 19:28
Show Gist options
  • Save mathewthomas916/d20af054b7205e696971c1b8ec384c3a to your computer and use it in GitHub Desktop.
Save mathewthomas916/d20af054b7205e696971c1b8ec384c3a to your computer and use it in GitHub Desktop.
ROS2 URDF Gazebo Sensor
<gazebo>
<plugin name="t260_emulation" filename="libgazebo_ros_p3d.so">
<ros>
<namespace>t260</namespace>
<remapping>odom:=odom</remapping>
</ros>
<frame_name>map</frame_name>
<body_name>base_link</body_name>
<update_rate>200.0</update_rate>
<gaussian_noise>0.01</gaussian_noise>
</plugin>
</gazebo>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment