-
Notifications
You must be signed in to change notification settings - Fork 291
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(freespace_planning_algorithms): add new parameters for astar pla…
…nning algorithm (#1120) * add new astar planner parameters Signed-off-by: mohammad alqudah <[email protected]> * add flag for obstacle confidence check Signed-off-by: mohammad alqudah <[email protected]> * reduce freespace planner th_arrived_distance_m param value Signed-off-by: mohammad alqudah <[email protected]> * reduce object polygon expand size in costmap generator Signed-off-by: mohammad alqudah <[email protected]> * reduce vehicle shape margin in freespace planner Signed-off-by: mohammad alqudah <[email protected]> * replace flag param by time threshold param Signed-off-by: mohammad alqudah <[email protected]> --------- Signed-off-by: mohammad alqudah <[email protected]>
- Loading branch information
Showing
4 changed files
with
10 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
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