added profiles to docker compose
This commit is contained in:
parent
bed9ad3cc4
commit
6b80a4857e
@ -82,6 +82,8 @@ services:
|
|||||||
ipc: host
|
ipc: host
|
||||||
environment:
|
environment:
|
||||||
- ROS_DOMAIN_ID=5
|
- ROS_DOMAIN_ID=5
|
||||||
|
profiles:
|
||||||
|
- robot
|
||||||
|
|
||||||
# Controller
|
# Controller
|
||||||
controller:
|
controller:
|
||||||
@ -104,6 +106,8 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
- ROS_DOMAIN_ID=5
|
- ROS_DOMAIN_ID=5
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
profiles:
|
||||||
|
- robot
|
||||||
|
|
||||||
# teleop
|
# teleop
|
||||||
teleop:
|
teleop:
|
||||||
@ -122,6 +126,8 @@ services:
|
|||||||
privileged: true
|
privileged: true
|
||||||
environment:
|
environment:
|
||||||
- ROS_DOMAIN_ID=5
|
- ROS_DOMAIN_ID=5
|
||||||
|
profiles:
|
||||||
|
- robot
|
||||||
|
|
||||||
# lidar
|
# lidar
|
||||||
lidar:
|
lidar:
|
||||||
@ -141,6 +147,8 @@ services:
|
|||||||
- /dev/rplidarA1:/dev/rplidarA1 #udevrules needed for this to work:
|
- /dev/rplidarA1:/dev/rplidarA1 #udevrules needed for this to work:
|
||||||
# SUBSYSTEM=="tty", ATTRS{serial}=="0001", SYMLINK+="segway"
|
# SUBSYSTEM=="tty", ATTRS{serial}=="0001", SYMLINK+="segway"
|
||||||
# SUBSYSTEM=="tty", ATTRS{serial}=="3453995662b3af4f81f4a69eba5f3f29", SYMLINK+="rplidarA1"
|
# SUBSYSTEM=="tty", ATTRS{serial}=="3453995662b3af4f81f4a69eba5f3f29", SYMLINK+="rplidarA1"
|
||||||
|
profiles:
|
||||||
|
- robot
|
||||||
|
|
||||||
|
|
||||||
# localiaztion by ekf node
|
# localiaztion by ekf node
|
||||||
@ -198,6 +206,8 @@ services:
|
|||||||
ipc: host
|
ipc: host
|
||||||
environment:
|
environment:
|
||||||
- ROS_DOMAIN_ID=5
|
- ROS_DOMAIN_ID=5
|
||||||
|
profiles:
|
||||||
|
- robot
|
||||||
|
|
||||||
# navigation
|
# navigation
|
||||||
navigation:
|
navigation:
|
||||||
@ -212,6 +222,8 @@ services:
|
|||||||
ipc: host
|
ipc: host
|
||||||
environment:
|
environment:
|
||||||
- ROS_DOMAIN_ID=5
|
- ROS_DOMAIN_ID=5
|
||||||
|
profiles:
|
||||||
|
- robot
|
||||||
|
|
||||||
# bash
|
# bash
|
||||||
bash:
|
bash:
|
||||||
@ -265,6 +277,8 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
- ROS_DOMAIN_ID=5
|
- ROS_DOMAIN_ID=5
|
||||||
- RMW_IMPLEMENTATION=rmw_cyclonedds_cpp
|
- RMW_IMPLEMENTATION=rmw_cyclonedds_cpp
|
||||||
|
profiles:
|
||||||
|
- robot
|
||||||
|
|
||||||
# Foxglove Studio Webserver
|
# Foxglove Studio Webserver
|
||||||
foxglove_webserver:
|
foxglove_webserver:
|
||||||
@ -274,6 +288,8 @@ services:
|
|||||||
# Networking
|
# Networking
|
||||||
ports:
|
ports:
|
||||||
- 8080:8080
|
- 8080:8080
|
||||||
|
profiles:
|
||||||
|
- robot
|
||||||
|
|
||||||
# USB Camera Stream
|
# USB Camera Stream
|
||||||
cam:
|
cam:
|
||||||
|
Loading…
Reference in New Issue
Block a user