Skip to content

Commit

Permalink
itec room map
Browse files Browse the repository at this point in the history
  • Loading branch information
LuisMilczarek committed Sep 9, 2023
1 parent bef2d8f commit b9dceb7
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
DWAPlannerROS:

# Robot Configuration Parameters - Kobuki
max_vel_x: 0.5 ## 0.55
max_vel_x: 0.4 ## 0.55
min_vel_x: 0 ##

max_vel_y: 0.0 # diff drive robot
Expand Down
5 changes: 5 additions & 0 deletions butia_navigation_gazebo/maps/sala_itec.pgm

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions butia_navigation_gazebo/maps/sala_itec.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
image: sala_itec.pgm
resolution: 0.050000
origin: [-12.200000, -15.400000, 0.000000]
negate: 0
occupied_thresh: 0.65
free_thresh: 0.196

2 changes: 1 addition & 1 deletion butia_navigation_launchfiles/navigate-doris-base.launch
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</group>

<!-- Start map_server -->
<arg name="map" default="$(find butia_navigation_gazebo)/maps/sala_fbot_2023_2.yaml" />
<arg name="map" default="$(find butia_navigation_gazebo)/maps/itec.yaml" />
<node name="map_server" pkg="map_server" type="map_server" args="$(arg map)" output="$(arg output)" />

<!-- Launches laser node -->
Expand Down

0 comments on commit b9dceb7

Please sign in to comment.