forked from autowarefoundation/autoware.universe
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(pure_pursuit): add predicted trajectory (autowarefoundation#2115)
* feat(pure_pursuit): add predicted trajectory Signed-off-by: Berkay Karaman <[email protected]> * ci(pre-commit): autofix * clear up Signed-off-by: Berkay Karaman <[email protected]> * Use operator || instead of or Signed-off-by: Berkay Karaman <[email protected]> * comment update Signed-off-by: Berkay Karaman <[email protected]> Signed-off-by: Berkay Karaman <[email protected]> Co-authored-by: Berkay Karaman <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Loading branch information
1 parent
7c9f6e2
commit 2119d48
Showing
5 changed files
with
269 additions
and
36 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
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
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 |
---|---|---|
|
@@ -7,6 +7,7 @@ | |
<maintainer email="[email protected]">Takamasa Horibe</maintainer> | ||
<license>Apache License 2.0</license> | ||
|
||
<author email="[email protected]">Berkay Karaman</author> | ||
<author email="[email protected]">Kenji Miyake</author> | ||
<author email="[email protected]">Takamasa Horibe</author> | ||
|
||
|
@@ -16,7 +17,12 @@ | |
|
||
<depend>autoware_auto_control_msgs</depend> | ||
<depend>autoware_auto_planning_msgs</depend> | ||
<depend>boost</depend> | ||
<depend>geometry_msgs</depend> | ||
<depend>libboost-dev</depend> | ||
<depend>motion_common</depend> | ||
<depend>motion_utils</depend> | ||
<depend>nav_msgs</depend> | ||
<depend>rclcpp</depend> | ||
<depend>rclcpp_components</depend> | ||
<depend>sensor_msgs</depend> | ||
|
Oops, something went wrong.