Skip to content

Commit

Permalink
Fixed issue due to gazebo_ros2_control PR #277
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexGisi committed Jul 25, 2024
1 parent abd19a6 commit ca79687
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions jackal_description/urdf/accessories.urdf.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<!--
As you add to this URDF, please be aware that both the robot and
simulation include it. You must retain compatibility with all of
the following launch files:
the following launch files
jackal_viz/launch/view_model.launch
jackal_gazebo/launch/jackal_world.launch
Expand Down Expand Up @@ -111,7 +111,7 @@

<!--
Add a 3D lidar sensor. By default this is a Velodyne VLP16 but can be changed with the
JACKAL_LASER_3D_MODEL environment variable. Valid model designations are:
JACKAL_LASER_3D_MODEL environment variable. Valid model designations are
- vlp16 (default) :: Velodyne VLP16
- vlp32e :: Velodyne HDL-32E
-->
Expand Down
6 changes: 3 additions & 3 deletions jackal_description/urdf/jackal.urdf.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
<!-- Center of mass -->
<origin xyz="0.012 0.002 0.067" rpy="0 0 0"/>
<mass value="16.523"/>
<!-- Moments of inertia: ( chassis without wheels ) -->
<!-- Moments of inertia ( chassis without wheels ) -->
<inertia
ixx="0.3136" ixy="-0.0008" ixz="0.0164"
iyy="0.3922" iyz="-0.0009"
Expand Down Expand Up @@ -201,7 +201,7 @@
<child link="rear_fender_link" />
</joint>

<!-- TODO: Make this internal_imu_link or something, and use a mixed-in xacro
<!-- TODO Make this internal_imu_link or something, and use a mixed-in xacro
to supply the joint between it and imu_link. This is important so that imu_link
always points to the "active" IMU. When an upgrade IMU is connected, the
internal_imu_link should remain, but imu_link should point to the upgrade one. -->
Expand All @@ -217,7 +217,7 @@
<child link="imu_link" />
</joint>

<!-- TODO: Same note as applies to imu_link -->
<!-- TODO Same note as applies to imu_link -->
<link name="navsat_link">
<visual>
<geometry>
Expand Down

0 comments on commit ca79687

Please sign in to comment.