mirror of
https://github.com/bjoernellens1/ros2_bot_mini.git
synced 2024-11-22 06:53:51 +00:00
added depends
This commit is contained in:
parent
9c86b70f9f
commit
1865af75f4
@ -103,6 +103,8 @@ services:
|
|||||||
# Networking and IPC for ROS 2
|
# Networking and IPC for ROS 2
|
||||||
network_mode: host
|
network_mode: host
|
||||||
ipc: host
|
ipc: host
|
||||||
|
depends_on:
|
||||||
|
- localization
|
||||||
|
|
||||||
# navigation
|
# navigation
|
||||||
navigation:
|
navigation:
|
||||||
@ -115,6 +117,8 @@ services:
|
|||||||
# Networking and IPC for ROS 2
|
# Networking and IPC for ROS 2
|
||||||
network_mode: host
|
network_mode: host
|
||||||
ipc: host
|
ipc: host
|
||||||
|
depends_on:
|
||||||
|
- localization
|
||||||
|
|
||||||
# # Behavior demo using Python and py_trees
|
# # Behavior demo using Python and py_trees
|
||||||
# demo-behavior-py:
|
# demo-behavior-py:
|
||||||
|
Loading…
Reference in New Issue
Block a user