forked from autowarefoundation/autoware.universe
-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(obstacle_cruise_planner)!: add ego pose consideration (autowaref…
…oundation#5036) (#942) * feat: add the feature to consider the current ego position * feat: add ego pose consideration. Both the lateral error and the yaw error are assumed to decrease to zero by a specified constant time (e.g 1.5 second). * feat: (continue) implement parameter settings for "cosider-current-ego-pose" * cleaned up the code * change description of the parameters * align format * Update planning/obstacle_cruise_planner/include/obstacle_cruise_planner/node.hpp * Update planning/obstacle_cruise_planner/src/node.cpp --------- Signed-off-by: Yuki Takagi <[email protected]> Co-authored-by: Kosuke Takeuchi <[email protected]>
- Loading branch information
1 parent
11cb5a4
commit d34000e
Showing
5 changed files
with
118 additions
and
60 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
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