mirror of
https://github.com/bjoernellens1/cps_loki.git
synced 2024-11-22 23:33:50 +00:00
update
This commit is contained in:
parent
3c530c2fdf
commit
f66b5310a1
@ -95,9 +95,17 @@ services:
|
||||
- /dev/input:/dev/input
|
||||
restart: unless-stopped
|
||||
|
||||
# scan filter node
|
||||
lidar_filter:
|
||||
extends: overlay
|
||||
command: >
|
||||
ros2 launch cps_loki_bringup robot_scan_filter.launch.py
|
||||
|
||||
# lidar
|
||||
lidar:
|
||||
extends: overlay
|
||||
depends_on:
|
||||
- lidar_filter
|
||||
command: >
|
||||
ros2 launch cps_loki_bringup robot_lidar.launch.py
|
||||
devices:
|
||||
|
Loading…
Reference in New Issue
Block a user