mirror of
https://github.com/bjoernellens1/ros2_bot_mini.git
synced 2024-11-22 05:23:51 +00:00
update
This commit is contained in:
parent
fd69f28f4e
commit
1b7451b3b5
@ -26,7 +26,7 @@ services:
|
|||||||
# Allows graphical programs in the container.
|
# Allows graphical programs in the container.
|
||||||
- /tmp/.X11-unix:/tmp/.X11-unix:rw
|
- /tmp/.X11-unix:/tmp/.X11-unix:rw
|
||||||
- ${XAUTHORITY:-$HOME/.Xauthority}:/root/.Xauthority
|
- ${XAUTHORITY:-$HOME/.Xauthority}:/root/.Xauthority
|
||||||
|
|
||||||
# Overlay image containing the example source code.
|
# Overlay image containing the example source code.
|
||||||
overlay:
|
overlay:
|
||||||
extends: base
|
extends: base
|
||||||
@ -35,7 +35,7 @@ services:
|
|||||||
context: .
|
context: .
|
||||||
dockerfile: docker/Dockerfile
|
dockerfile: docker/Dockerfile
|
||||||
target: overlay
|
target: overlay
|
||||||
|
|
||||||
# Controller and teleop
|
# Controller and teleop
|
||||||
controller:
|
controller:
|
||||||
extends: overlay
|
extends: overlay
|
||||||
@ -89,7 +89,6 @@ services:
|
|||||||
ipc: host
|
ipc: host
|
||||||
# Needed to display graphical applications
|
# Needed to display graphical applications
|
||||||
privileged: true
|
privileged: true
|
||||||
|
|
||||||
# # navigation
|
# # navigation
|
||||||
# navigation:
|
# navigation:
|
||||||
# extends: overlay
|
# extends: overlay
|
||||||
@ -117,21 +116,21 @@ services:
|
|||||||
# # Allows graphical programs in the container.
|
# # Allows graphical programs in the container.
|
||||||
# - /tmp/.X11-unix:/tmp/.X11-unix:rw
|
# - /tmp/.X11-unix:/tmp/.X11-unix:rw
|
||||||
# - ${XAUTHORITY:-$HOME/.Xauthority}:/root/.Xauthority
|
# - ${XAUTHORITY:-$HOME/.Xauthority}:/root/.Xauthority
|
||||||
|
|
||||||
# # Behavior demo using Python and py_trees
|
# # Behavior demo using Python and py_trees
|
||||||
# demo-behavior-py:
|
# demo-behavior-py:
|
||||||
# extends: overlay
|
# extends: overlay
|
||||||
# command: >
|
# command: >
|
||||||
# ros2 launch tb3_autonomy tb3_demo_behavior_py.launch.py
|
# ros2 launch tb3_autonomy tb3_demo_behavior_py.launch.py
|
||||||
# tree_type:=${BT_TYPE:?}
|
# tree_type:=${BT_TYPE:?}
|
||||||
# enable_vision:=${ENABLE_VISION:?}
|
# enable_vision:=${ENABLE_VISION:?}
|
||||||
# target_color:=${TARGET_COLOR:?}
|
# target_color:=${TARGET_COLOR:?}
|
||||||
|
|
||||||
# # Behavior demo using C++ and BehaviorTree.CPP
|
# # Behavior demo using C++ and BehaviorTree.CPP
|
||||||
# demo-behavior-cpp:
|
# demo-behavior-cpp:
|
||||||
# extends: overlay
|
# extends: overlay
|
||||||
# command: >
|
# command: >
|
||||||
# ros2 launch tb3_autonomy tb3_demo_behavior_cpp.launch.py
|
# ros2 launch tb3_autonomy tb3_demo_behavior_cpp.launch.py
|
||||||
# tree_type:=${BT_TYPE:?}
|
# tree_type:=${BT_TYPE:?}
|
||||||
# enable_vision:=${ENABLE_VISION:?}
|
# enable_vision:=${ENABLE_VISION:?}
|
||||||
# target_color:=${TARGET_COLOR:?}
|
# target_color:=${TARGET_COLOR:?}
|
||||||
|
Loading…
Reference in New Issue
Block a user