Skip to content

Commit af566e3

Browse files
authored
Merge pull request #469 from PickNikRobotics/15876-move-dev-dev-mapping-to-example-ws
Move /dev:/dev mapping to example_ws
2 parents f87fb85 + db42fa3 commit af566e3

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

docker-compose.yaml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,16 @@ services:
1313
agent_bridge: {}
1414

1515
# Starts the robot drivers.
16-
drivers: {}
16+
drivers:
17+
volumes:
18+
# Allow access to host hardware e.g. RealSense cameras
19+
- /dev:/dev
1720

1821
# Starts the web UI frontend.
1922
web_ui: {}
2023

2124
# Developer specific configuration when running `moveit_pro dev`.
22-
dev: {}
25+
dev:
26+
volumes:
27+
# Allow access to host hardware e.g. RealSense cameras
28+
- /dev:/dev

0 commit comments

Comments
 (0)