Skip to content

Commit

Permalink
fix Parser Error Couldn't parse parameter override rule, see ros-cont…
Browse files Browse the repository at this point in the history
  • Loading branch information
harleylara committed Oct 14, 2024
1 parent b9c597a commit 14f1800
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion urdf/skratch_macro.imu.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<link name="${name}_link">
<inertial>
<mass value="0.01"/>
<inertia ixx="1.0" ixy="0" ixz="0" iyy="1.0" iyz="0" izz="1.0"/> <!--TODO: set more realistic values -->
<inertia ixx="1.0" ixy="0" ixz="0" iyy="1.0" iyz="0" izz="1.0"/>
</inertial>
</link>
<joint name="${name}_joint" type="fixed">
Expand Down
3 changes: 0 additions & 3 deletions urdf/skratch_macro.imu_gazebo.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@

<xacro:imu name="${name}" parent_link="${parent_link}" />

<!-- The Offical documentation for IMU on Gazebo "Classic" -->
<!-- check: https://classic.gazebosim.org/tutorials?tut=ros_gzplugins -->

<gazebo reference="${name}_link"> <!-- IMPORTANT! it needs to be the same as the link name -->
<gravity>true</gravity>
<sensor name="${name}" type="imu">
Expand Down
3 changes: 0 additions & 3 deletions urdf/skratch_macro.imu_gz.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@

<xacro:imu name="${name}" parent_link="${parent_link}" />

<!-- For details on IMU sensor on gazebo "gz"-->
<!-- See: https://gazebosim.org/docs/fortress/sensors/#imu-sensor -->

<gazebo reference="${name}_link"> <!-- IMPORTANT! it needs to be the same as the link name -->
<gravity>true</gravity>
<sensor name="${name}" type="imu">
Expand Down

0 comments on commit 14f1800

Please sign in to comment.