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: localization:
extends: overlay extends: overlay
command: > 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 # Interactive shell
stdin_open: true stdin_open: true
tty: true tty: true
@ -185,11 +185,11 @@ services:
environment: environment:
- ROS_DOMAIN_ID=5 - ROS_DOMAIN_ID=5
# amcllocalization # amcl_localization
amcl: amcl:
extends: overlay extends: overlay
command: > 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 # Interactive shell
stdin_open: true stdin_open: true
tty: true tty: true