-
-
Save mathewthomas916/b05dc0cc6518251b485b84d0e34a6063 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 reference="gps_link"> | |
<sensor name="gps_sensor" type="gps"> | |
<always_on>true</always_on> | |
<update_rate>1.0</update_rate> | |
<plugin name="gps_controller" filename="libgazebo_ros_gps_sensor.so"> | |
<ros> | |
<!-- <namespace>/br</namespace> --> | |
<remapping>gps_controller/out:=gps</remapping> | |
</ros> | |
<frame_name>gps_link</frame_name> | |
</plugin> | |
</sensor> | |
<material>Gazebo/Grey</material> | |
</gazebo> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm not sure you can for GPS.
You can however for IMU