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 ecd0701 commit 868cf17
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion src/simulator/control/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@


<!-- Author tags are optional, multiple are allowed, one per tag -->
<!-- Authors do not have to be maintianers, but could be -->
<!-- Authors do not have to be maintainers, but could be -->
<!-- Example: -->
<!-- <author email="[email protected]">Jane Doe</author> -->

Expand Down
2 changes: 1 addition & 1 deletion src/simulator/racecar_description/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@


<!-- Author tags are optional, multiple are allowed, one per tag -->
<!-- Authors do not have to be maintianers, but could be -->
<!-- Authors do not have to be maintainers, but could be -->
<!-- Example: -->
<!-- <author email="[email protected]">Jane Doe</author> -->

Expand Down
12 changes: 6 additions & 6 deletions src/simulator/racecar_description/urdf/racecar.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,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 @@ -60,7 +60,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 @@ -85,7 +85,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 @@ -107,7 +107,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 @@ -129,7 +129,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 All @@ -154,7 +154,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
2 changes: 1 addition & 1 deletion src/simulator/racecar_gazebo/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@


<!-- Author tags are optional, multiple are allowed, one per tag -->
<!-- Authors do not have to be maintianers, but could be -->
<!-- Authors do not have to be maintainers, but could be -->
<!-- Example: -->
<!-- <author email="[email protected]">Jane Doe</author> -->

Expand Down
2 changes: 1 addition & 1 deletion src/slam_mode_goal/scripts/slam_mode_goal.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
constructs a goal message and creates an ActionClient to sends the goal as
ROS actions to SimpleActionServer on move_base.
Note: /move_base_simple/goal is a non-action topic that move_base subsribes
Note: /move_base_simple/goal is a non-action topic that move_base subscribes
to in case users don't want to use the ActionServer but all of our goals
go through the action server. When looking at an rqt_graph or visualizing
the connections of nodes, you can think of slam_mode_goal publishing to
Expand Down

0 comments on commit 868cf17

Please sign in to comment.