15 lines
410 B
YAML
15 lines
410 B
YAML
|
# docker compose -f compose.decawave.yaml up
|
||
|
services:
|
||
|
decawave:
|
||
|
image: delicjusz/decawave
|
||
|
network_mode: host
|
||
|
ipc: host
|
||
|
environment:
|
||
|
- RMW_IMPLEMENTATION=rmw_fastrtps_cpp
|
||
|
- FASTRTPS_DEFAULT_PROFILES_FILE=/fastdds.xml
|
||
|
volumes:
|
||
|
- ./fastdds.xml:/fastdds.xml
|
||
|
devices:
|
||
|
- /dev/decawave
|
||
|
command: ros2 launch decawave_driver decawave.launch.py namespace:=pioneer${PIONEER_ID}/
|