Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Fix: Issue 27 (sim_autocross_track.launch Warnings) #45

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/kart_2dnav/params/costmap_common_params.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# 2. footprint used by teb_local_planner tutorials. Use this for simulation as of now
footprint: [ [-0.1,-0.125], [0.5,-0.125], [0.5,0.125], [-0.1,0.125] ]

transform_tolerance: 0.2
transform_tolerance: 0.5
map_type: costmap

obstacle_layer:
Expand Down
2 changes: 1 addition & 1 deletion src/kart_2dnav/params/global_costmap_params.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ global_costmap:
public_frequency: 0.5 # match teb_local_planner_tutorials
static_map: false # we are not using a map server / existing map

transform_tolerance: 0.2
transform_tolerance: 0.5
plugins:
- {name: static_layer, type: "costmap_2d::StaticLayer"}
- {name: obstacle_layer, type: "costmap_2d::VoxelLayer"}
Expand Down