Skip to content
Snippets Groups Projects

Fixed listed bugs

9 files
+ 71
22
Compare changes
  • Side-by-side
  • Inline
Files
9
@@ -62,6 +62,7 @@ planner.add("trans_vel_deadzone", double_t, 0, "Translatinal velocity mini
planner.add("cmd_vel_avg", int_t, 0, "Number of cmd_vel to average", 1, 1, 20)
planner.add("odom_avg", int_t, 0, "Number of odom to average", 1, 1, 20)
planner.add("planner_patience", int_t, 0, "number of impossible paths before replanning", 2, 0, 10)
planner.add("check_path_r_inc", double_t, 0, "Radius increment robot's one when checking the path to get last safe point", 0.1, 0.0, 2.0)
costs.add("path_distance_bias", double_t, 0, "The weight for the path distance part of the cost function", 32.0, 0.0)
costs.add("goal_distance_bias", double_t, 0, "The weight for the goal distance part of the cost function", 24.0, 0.0)
Loading