added amcl

This commit is contained in:
Björn Ellensohn 2023-08-23 08:32:04 +02:00
parent 2eb1abb81c
commit 6531f607fa

View File

@ -175,7 +175,7 @@ services:
localization:
extends: overlay
command: >
ros2 launch cps_rmp220_support robot_mapping_localization.launch.py map:=/repo/maps/map.yaml
ros2 launch cps_rmp220_support robot_mapping_localization.launch.py map_file_name:=/repo/maps/map.yaml
# Interactive shell
stdin_open: true
tty: true
@ -185,11 +185,11 @@ services:
environment:
- ROS_DOMAIN_ID=5
# amcllocalization
# amcl_localization
amcl:
extends: overlay
command: >
ros2 launch cps_rmp220_support robot_amcl.launch.py map_file_name:=/repo/maps/map.yaml
ros2 launch cps_rmp220_support robot_amcl.launch.py map:=/repo/maps/map.yaml
# Interactive shell
stdin_open: true
tty: true