Start of refactor - remove upstream code and just contain deltas
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
services:
|
||||
agv_pro:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
image: agv_pro_ros2
|
||||
container_name: agv_pro_ros2
|
||||
network_mode: host
|
||||
ipc: host
|
||||
devices:
|
||||
- "/dev/agvpro_controller:/dev/agvpro_controller"
|
||||
group_add:
|
||||
- dialout
|
||||
environment:
|
||||
- ROS_DOMAIN_ID=0
|
||||
stdin_open: true
|
||||
tty: true
|
||||
command: bash
|
||||
Reference in New Issue
Block a user