Skip to content
Snippets Groups Projects

Add laser scanner features to teb planning

Merged Tobias Gröger requested to merge feature/dynamic-non-human-obstacles into master
Files
84
{
"robot_footprint_radius": 0.5,
"planning_distance": 3,
"planning_distance": 5,
"teb_config": {
"pse": {
"pse_costum_obstacle_penalties": true,
"pse_costum_obstacle_penalties_dynamic": true,
"weight_costmap": 1,
"weight_costmap": 0,
"weight_global_path_position": 0.3,
"weight_global_path_orientation": 0.3,
"lrk_use_alternative_approach": false,
@@ -26,20 +26,20 @@
"exact_arc_length": false,
"force_reinit_new_goal_dist": 1,
"force_reinit_new_goal_angular": 1.5707963267948966,
"feasibility_check_no_poses": 5,
"feasibility_check_no_poses": -1,
"feasibility_check_lookahead_distance": -1,
"min_resolution_collision_check_angular": 3.141592653589793
},
"robot": {
"max_vel_x": 0.5,
"max_vel_x_backwards": 0.5,
"max_vel_y": 0.5,
"max_vel_trans": 0.5,
"max_vel_theta": 0.5,
"acc_lim_x": 0.5,
"acc_lim_y": 0.5,
"acc_lim_theta": 0.5,
"max_vel_x": 0.3,
"max_vel_x_backwards": 0.3,
"max_vel_y": 0.3,
"max_vel_trans": 0.3,
"max_vel_theta": 0.3,
"acc_lim_x": 0.3,
"acc_lim_y": 0.3,
"acc_lim_theta": 0.3,
"min_turning_radius": 0
},
@@ -74,8 +74,8 @@
"weight_kinematics_nh": 1,
"weight_kinematics_forward_drive": 1,
"weight_kinematics_turning_radius": 1,
"weight_optimaltime": 1,
"weight_shortest_path": 1,
"weight_optimaltime": 0.5,
"weight_shortest_path": 0.5,
"weight_obstacle": 50,
"weight_inflation": 0.1,
"weight_dynamic_obstacle": 50,
Loading