Skip to content

Commit

Permalink
Adds map to the office world. (#69)
Browse files Browse the repository at this point in the history
Signed-off-by: Franco Cipollone <franco.c@ekumenlabs.com>
  • Loading branch information
francocipollone authored Aug 8, 2024
1 parent 0f23da9 commit 41b523a
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
4 changes: 2 additions & 2 deletions andino_gz/config/nav2_params.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ local_costmap:
inflation_layer:
plugin: "nav2_costmap_2d::InflationLayer"
cost_scaling_factor: 3.0
inflation_radius: 0.55
inflation_radius: 0.3
voxel_layer:
plugin: "nav2_costmap_2d::VoxelLayer"
enabled: True
Expand Down Expand Up @@ -259,7 +259,7 @@ global_costmap:
inflation_layer:
plugin: "nav2_costmap_2d::InflationLayer"
cost_scaling_factor: 3.0
inflation_radius: 0.55
inflation_radius: 0.30
always_send_full_costmap: True

map_server:
Expand Down
Binary file added andino_gz/maps/office/office.pgm
Binary file not shown.
8 changes: 8 additions & 0 deletions andino_gz/maps/office/office.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
image: office.pgm
mode: trinary
resolution: 0.05
origin: [-17.2, -5.2, 0]
negate: 0
occupied_thresh: 0.65
free_thresh: 0.25

1 change: 1 addition & 0 deletions docker/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ python3-pip
python3-setuptools
ros-humble-andino-description
ros-humble-andino-slam
ros-humble-nav2-bringup
ros-humble-nav2-common
software-properties-common
sudo
Expand Down

0 comments on commit 41b523a

Please sign in to comment.