-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
495e1d5
commit a19e765
Showing
4 changed files
with
34 additions
and
19 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Relation beteween local and global planning | ||
|
||
Communication between Global and Local Planning is done via ros topics. Here is a graph showing the relation between the nodes. | ||
|
||
- Global Planning: PrePlanner | ||
- Local Planning: ACC (Adaptive Cruise Control), CollisionCheck, MotionPlanning | ||
|
||
![Graph relation](/doc/assets/research_assets/planning_internal.png) | ||
|
||
## Global Planning | ||
|
||
Global planning consits of the PrePlanner Node and the OpenDriveConverter. | ||
|
||
- OpenDriveConverter: The class is primarily used to process OpenDrive maps and extract relevant information needed for trajectory planning. | ||
- PrePlanner Node: The PrePlanner node is responsible for creating a trajectory out of an OpenDrive Map with the belonging road options. | ||
- the `/paf/hero/trajectory_global` topic published is used internally for the preplanned trajectory. | ||
|
||
## Local Planning | ||
|