Created
July 28, 2020 19:28
-
-
Save mathewthomas916/d20af054b7205e696971c1b8ec384c3a to your computer and use it in GitHub Desktop.
ROS2 URDF Gazebo Sensor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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