Skip to content

Commit

Permalink
planner_3d: add an option to trigger planning with costmap updates
Browse files Browse the repository at this point in the history
  • Loading branch information
nhatao committed Oct 31, 2023
1 parent e632876 commit a1540cc
Show file tree
Hide file tree
Showing 3 changed files with 275 additions and 160 deletions.
1 change: 1 addition & 0 deletions planner_cspace/cfg/Planner3D.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,6 @@ gen.add("fast_map_update", bool_t, 0, "", False)
gen.add("max_retry_num", int_t, 0, "", -1, -1, 100)
gen.add("keep_a_part_of_previous_path", bool_t, 0, "If true, a part of the previous path is preserved to avoid radical path changes.", False)
gen.add("dist_stop_to_previous_path", double_t, 0, "Valid only when keep_a_part_of_previous_path is true. This should be the same as dist_stop parameter of trajectory_tracker.", 0.1, 0.0, 1.0)
gen.add("trigger_plan_by_costmap_update", bool_t, 0, "", False)

exit(gen.generate(PACKAGE, "planner_cspace", "Planner3D"))
Loading

0 comments on commit a1540cc

Please sign in to comment.