Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 3, 2023
1 parent 44f4bb2 commit 94906e2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/amp_kart_description/urdf/racecar.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
<child link="chassis_inertia" />
</joint>

<!-- Add the left rear wheel with its joints and tranmissions -->
<!-- Add the left rear wheel with its joints and transmissions -->

<link name="left_rear_wheel">
<inertial>
Expand All @@ -126,7 +126,7 @@

<xacro:wheel_transmission name="left_rear_wheel" />

<!-- Add the right rear wheel with its joints and tranmissions -->
<!-- Add the right rear wheel with its joints and transmissions -->

<link name="right_rear_wheel">
<inertial>
Expand All @@ -151,7 +151,7 @@

<xacro:wheel_transmission name="right_rear_wheel" />

<!-- Add the left steering hinge with its joints and tranmissions -->
<!-- Add the left steering hinge with its joints and transmissions -->

<link name="left_steering_hinge">
<inertial>
Expand All @@ -176,7 +176,7 @@

<xacro:steering_hinge_transmission name="left_steering_hinge" />

<!-- Add the right steering hinge with its joints and tranmissions -->
<!-- Add the right steering hinge with its joints and transmissions -->

<link name="right_steering_hinge">
<inertial>
Expand All @@ -201,7 +201,7 @@

<xacro:steering_hinge_transmission name="right_steering_hinge" />

<!-- Add the left front wheel with its joints and tranmissions -->
<!-- Add the left front wheel with its joints and transmissions -->

<link name="left_front_wheel">
<inertial>
Expand Down Expand Up @@ -229,7 +229,7 @@

<xacro:wheel_transmission name="left_front_wheel" />

<!-- Add the left front wheel with its joints and tranmissions -->
<!-- Add the left front wheel with its joints and transmissions -->

<link name="right_front_wheel">
<inertial>
Expand Down

0 comments on commit 94906e2

Please sign in to comment.