Skip to content

Commit

Permalink
added roboAmap
Browse files Browse the repository at this point in the history
  • Loading branch information
jardeldyonisio committed Jul 5, 2023
1 parent 21b392a commit 44536f0
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
5 changes: 5 additions & 0 deletions butia_navigation_gazebo/maps/mapaArobocup.pgm

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions butia_navigation_gazebo/maps/mapaArobocup.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
image: mapaArobocup.pgm
resolution: 0.050000
origin: [-13.800000, -17.000000, 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/maparobocup.yaml" />
<arg name="map" default="$(find butia_navigation_gazebo)/maps/mapaArobocup.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 44536f0

Please sign in to comment.