Skip to content

Instantly share code, notes, and snippets.

@mathewthomas916
Created July 27, 2020 19:47
Show Gist options
  • Save mathewthomas916/83c9f9e6a776900831765615aca409c1 to your computer and use it in GitHub Desktop.
Save mathewthomas916/83c9f9e6a776900831765615aca409c1 to your computer and use it in GitHub Desktop.
ROS2 URDF Gazebo Sensor
<!-- Add chassis and inertial link -->
<link name="chassis">
<interial>
<xacro:chassis_inertial_params/>
</interial>
<visual>
<xacro:chassis_geometry/>
<material name="white" />
</visual>
<collision name="chassis_collision">
<xacro:chassis_geometry/>
</collision>
</link>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment