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