Skip to content
Snippets Groups Projects
Commit fde23ddb authored by Tobias Gröger's avatar Tobias Gröger
Browse files

Fix json formatting

parent 169d91b4
No related branches found
No related tags found
2 merge requests!39Feature/teb config as json,!28Draft: Dev -> Main
{ {
"odom_topic": "odom", "odom_topic": "odom",
"map_frame": "odom", "map_frame": "odom",
...@@ -27,11 +26,11 @@ ...@@ -27,11 +26,11 @@
"global_plan_prune_distance": 1, "global_plan_prune_distance": 1,
"exact_arc_length": false, "exact_arc_length": false,
"force_reinit_new_goal_dist": 1, "force_reinit_new_goal_dist": 1,
"force_reinit_new_goal_angular": 0.5 * M_PI, "force_reinit_new_goal_angular": 1.5707963267948966,
"feasibility_check_no_poses": 5, "feasibility_check_no_poses": 5,
"feasibility_check_lookahead_distance": -1, "feasibility_check_lookahead_distance": -1,
"publish_feedback": false, "publish_feedback": false,
"min_resolution_collision_check_angular": M_PI, "min_resolution_collision_check_angular": 3.141592653589793,
"control_look_ahead_poses": 1 "control_look_ahead_poses": 1
}, },
...@@ -111,7 +110,7 @@ ...@@ -111,7 +110,7 @@
"enable_multithreading": true, "enable_multithreading": true,
"simple_exploration": false, "simple_exploration": false,
"max_number_classes": 5, "max_number_classes": 5,
"max_number_plans_in_current_class" 0, "max_number_plans_in_current_class": 0,
"selection_cost_hysteresis": 1.0, "selection_cost_hysteresis": 1.0,
"selection_prefer_initial_plan": 0.95, "selection_prefer_initial_plan": 0.95,
"selection_obst_cost_scale": 100.0, "selection_obst_cost_scale": 100.0,
...@@ -133,9 +132,9 @@ ...@@ -133,9 +132,9 @@
"visualize_hc_graph": false, "visualize_hc_graph": false,
"visualize_with_time_as_z_axis_scale": 0.0, "visualize_with_time_as_z_axis_scale": 0.0,
"delete_detours_backwards": true, "delete_detours_backwards": true,
"detours_orientation_tolerance": M_PI / 2.0, "detours_orientation_tolerance": 1.5707963267948966,
"length_start_orientation_vector": 0.4, "length_start_orientation_vector": 0.4,
"max_ratio_detours_duration_best_duration": 3.0, "max_ratio_detours_duration_best_duration": 3.0
}, },
"recovery": { "recovery": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment