File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed
Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ sources:
7474 - git submodule update --init --recursive
7575 - repo : https://github.com/ctu-mrs/mrs_uav_managers.git
7676 name : mrs_uav_managers
77- rev : ros2
77+ rev : ros2_safety_area_manager
7878 type : git
7979 params :
8080 sparse_paths :
Original file line number Diff line number Diff line change @@ -219,6 +219,23 @@ def generate_launch_description():
219219 )
220220 )
221221
222+ ld .add_action (
223+ IncludeLaunchDescription (
224+ PythonLaunchDescriptionSource ([
225+ FindPackageShare ('mrs_uav_managers' ), '/launch/safety_area_manager.py'
226+ ]),
227+ launch_arguments = {
228+ 'use_sim_time' : use_sim_time ,
229+ 'custom_config' : custom_config ,
230+ 'platform_config' : platform_config ,
231+ 'world_config' : world_config ,
232+ 'network_config' : network_config ,
233+ 'standalone' : standalone ,
234+ 'container_name' : container_name ,
235+ }.items ()
236+ )
237+ )
238+
222239 ld .add_action (
223240 IncludeLaunchDescription (
224241 PythonLaunchDescriptionSource ([
You can’t perform that action at this time.
0 commit comments