mirror of
https://github.com/bjoernellens1/ros2_bot_mini.git
synced 2024-11-21 22:53:52 +00:00
update
This commit is contained in:
parent
fd69f28f4e
commit
1b7451b3b5
@ -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:?}
|
||||
|
Loading…
Reference in New Issue
Block a user