forked from AutomotiveAIChallenge/aichallenge-2024
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Chore (control): Fix spelling errors
- Loading branch information
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
<package format="3"> | ||
<name>ackermann_control_publisher</name> | ||
<version>0.0.1</version> | ||
<description>Bundles indivisual lateral/longitudinal commands and publishes them as Ackermanncontrolcommand message</description> | ||
<description>Bundles individual lateral/longitudinal commands and publishes them as `AckermannControlCommand` message</description> | ||
<maintainer email="[email protected]">Shotaro Itahara</maintainer> | ||
<license>Apache-2.0</license> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
<package format="3"> | ||
<name>lateral_pure_pursuit</name> | ||
<version>0.0.1</version> | ||
<description>Pure pursuit control, takes desired trajectory and odometory, returns steering angle only</description> | ||
<description>Pure pursuit control, takes desired trajectory and odometry, returns steering angle only</description> | ||
<maintainer email="[email protected]">Shotaro Itahara</maintainer> | ||
<license>Apache-2.0</license> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
<package format="3"> | ||
<name>lateral_stanley</name> | ||
<version>0.0.1</version> | ||
<description>Stanley control, takes desired trajectory and odometory, returns steering angle only</description> | ||
<description>Stanley control, takes desired trajectory and odometry, returns steering angle only</description> | ||
<maintainer email="[email protected]">Shotaro Itahara</maintainer> | ||
<license>Apache-2.0</license> | ||
|
||
|