This commit is contained in:
Björn Ellensohn 2023-07-25 12:09:50 +02:00
parent fd69f28f4e
commit 1b7451b3b5

View File

@ -26,7 +26,7 @@ services:
# Allows graphical programs in the container.
- /tmp/.X11-unix:/tmp/.X11-unix:rw
- ${XAUTHORITY:-$HOME/.Xauthority}:/root/.Xauthority
# Overlay image containing the example source code.
overlay:
extends: base
@ -35,7 +35,7 @@ services:
context: .
dockerfile: docker/Dockerfile
target: overlay
# Controller and teleop
controller:
extends: overlay
@ -89,7 +89,6 @@ services:
ipc: host
# Needed to display graphical applications
privileged: true
# # navigation
# navigation:
# extends: overlay
@ -117,21 +116,21 @@ services:
# # Allows graphical programs in the container.
# - /tmp/.X11-unix:/tmp/.X11-unix:rw
# - ${XAUTHORITY:-$HOME/.Xauthority}:/root/.Xauthority
# # Behavior demo using Python and py_trees
# demo-behavior-py:
# extends: overlay
# command: >
# ros2 launch tb3_autonomy tb3_demo_behavior_py.launch.py
# tree_type:=${BT_TYPE:?}
# enable_vision:=${ENABLE_VISION:?}
# target_color:=${TARGET_COLOR:?}
# # Behavior demo using C++ and BehaviorTree.CPP
# demo-behavior-cpp:
# extends: overlay
# command: >
# ros2 launch tb3_autonomy tb3_demo_behavior_cpp.launch.py
# tree_type:=${BT_TYPE:?}
# enable_vision:=${ENABLE_VISION:?}
# target_color:=${TARGET_COLOR:?}
# # Behavior demo using Python and py_trees
# demo-behavior-py:
# extends: overlay
# command: >
# ros2 launch tb3_autonomy tb3_demo_behavior_py.launch.py
# tree_type:=${BT_TYPE:?}
# enable_vision:=${ENABLE_VISION:?}
# target_color:=${TARGET_COLOR:?}
# # Behavior demo using C++ and BehaviorTree.CPP
# demo-behavior-cpp:
# extends: overlay
# command: >
# ros2 launch tb3_autonomy tb3_demo_behavior_cpp.launch.py
# tree_type:=${BT_TYPE:?}
# enable_vision:=${ENABLE_VISION:?}
# target_color:=${TARGET_COLOR:?}