mirror of
https://github.com/bjoernellens1/ros2_bot_mini.git
synced 2024-11-21 22:33: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
|
||||
network_mode: host
|
||||
ipc: host
|
||||
depends_on:
|
||||
- localization
|
||||
|
||||
# navigation
|
||||
navigation:
|
||||
@ -115,6 +117,8 @@ services:
|
||||
# Networking and IPC for ROS 2
|
||||
network_mode: host
|
||||
ipc: host
|
||||
depends_on:
|
||||
- localization
|
||||
|
||||
# # Behavior demo using Python and py_trees
|
||||
# demo-behavior-py:
|
||||
|
Loading…
Reference in New Issue
Block a user