Skip to content

Commit

Permalink
Merge pull request #29 from ETHZ-RobotX/param_fix
Browse files Browse the repository at this point in the history
change params (for exploration)
  • Loading branch information
mantelt authored Jul 13, 2023
2 parents eeddf6b + ae5e3f2 commit 875cbf4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions smb_navigation/config/base_local_planner_exploration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ TebLocalPlannerROS:
global_plan_viapoint_sep: 0.5

# Robot
max_vel_x: 0.75
max_vel_x: 0.5
max_vel_y: 0.0
max_vel_x_backwards: 0.75
max_vel_x_backwards: 0.5
max_vel_y_backwards: 0.0
max_vel_theta: 1.0
acc_lim_x: 1.0
acc_lim_y: 0.0
acc_lim_theta: 1.0
acc_lim_theta: 2.0

use_proportional_saturation: true

Expand Down Expand Up @@ -75,7 +75,7 @@ TebLocalPlannerROS:
weight_kinematics_turning_radius: 0.5
weight_optimaltime: 25.0
weight_shortest_path: 1.0
weight_obstacle: 1
weight_obstacle: 50
weight_viapoint: 1.0 # Increase to stick closer to global plan
weight_dynamic_obstacle: 10 # not in use yet
selection_alternative_time_cost: False # not in use yet
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ global_costmap:

rolling_window: true
resolution: 0.05
footprint: [[0.43, 0.43], [0.43, -0.43], [-0.43, -0.43], [-0.43, 0.43]] # footprint fo the robot, centered in robot centre
footprint: [[0.40, 0.40], [0.40, -0.40], [-0.40, -0.40], [-0.40, 0.40]] # footprint fo the robot, centered in robot centre
# robot_radius: 0.4 # Just use radius now instead of footprint (To speedup collision checking)

width: 30.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ local_costmap:
update_frequency: 10.0
publish_frequency: 2.0
transform_tolerance: 0.5 # [s]
footprint: [[0.43, 0.43], [0.43, -0.43], [-0.43, -0.43], [-0.43, 0.43]] # footprint fo the robot, centered in robot centre
footprint: [[0.40, 0.40], [0.40, -0.40], [-0.40, -0.40], [-0.40, 0.40]] # footprint fo the robot, centered in robot centre
# robot_radius: 0.4 # Just use radius now instead of footprint (To speedup collision checking)

rolling_window: true
Expand Down

0 comments on commit 875cbf4

Please sign in to comment.