Skip to content

Commit 6b4b905

Browse files
committed
added new map
1 parent 638fddc commit 6b4b905

3 files changed

Lines changed: 13 additions & 1 deletion

File tree

robocup_bringup/launch/carry_my_luggage_dependencies.launch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ def generate_launch_description():
109109
'/config/carry_my_luggage/tiago_nav_follow_params.yaml',
110110
'map': os.path.join(package_dir,
111111
'maps',
112-
'carry_map.yaml'),
112+
'last_dance.yaml'),
113113
}.items()
114114
)
115115

robocup_bringup/maps/last_dance.pgm

Lines changed: 5 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
image: last_dance.pgm
2+
mode: trinary
3+
resolution: 0.05
4+
origin: [-6.73, -15.3, 0]
5+
negate: 0
6+
occupied_thresh: 0.65
7+
free_thresh: 0.25

0 commit comments

Comments
 (0)