Skip to content

Commit

Permalink
teb_local_planner no longer turn 2*180° for a simple backward drive
Browse files Browse the repository at this point in the history
  • Loading branch information
PhileasL committed Feb 7, 2021
1 parent e710474 commit a4cc383
Showing 1 changed file with 10 additions and 13 deletions.
23 changes: 10 additions & 13 deletions src/modules/robot/param/robot.in.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,14 +92,15 @@ controller_server:
# Optimisation
optimization_activate: True
optimization_verbose: False
#weight_shortest_path: 500.0
weight_kinematics_forward_drive: 0.0

# Trajectory
teb_autoresize: True
exact_arc_length: False
min_samples: 3
max_samples: 100
max_global_plan_lookahead_dist: 1.0
max_global_plan_lookahead_dist: 3.7
global_plan_overwrite_orientation: true
allow_init_with_backwards_motion: true


Expand Down Expand Up @@ -139,19 +140,15 @@ global_costmap:
local_costmap: #just enough parameters to disable it
local_costmap:
ros__parameters:
update_frequency: 2.0
publish_frequency: 2.0
global_frame: odom
update_frequency: 0.1
publish_frequency: 0.1
global_frame: map
robot_base_frame: base_link
use_sim_time: !Var use_sim_time
use_sim_time: false
rolling_window: true
width: 3
height: 3
resolution: 0.02
plugins: ["static_layer"]
static_layer:
plugin: "nav2_costmap_2d::StaticLayer"
map_subscribe_transient_local: True
width: 6
height: 6
resolution: 1.0

map_server:
ros__parameters:
Expand Down

0 comments on commit a4cc383

Please sign in to comment.