Skip to content

Instantly share code, notes, and snippets.

@mathewthomas916
Created July 28, 2020 19:27
Show Gist options
  • Save mathewthomas916/ee3e030890975356003417e49fd2ba0e to your computer and use it in GitHub Desktop.
Save mathewthomas916/ee3e030890975356003417e49fd2ba0e to your computer and use it in GitHub Desktop.
ROS2 URDF Gazebo Sensor
<gazebo>
<plugin name="bytes_joint_state" filename="libgazebo_ros_joint_state_publisher.so">
<ros>
<!-- <namespace>/br</namespace> -->
<remapping>~/out:=joint_states</remapping>
</ros>
<update_rate>30</update_rate>
<joint_name>left_wheel_joint</joint_name>
<joint_name>right_wheel_joint</joint_name>
</plugin>
</gazebo>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment