Skip to content

Commit 3ca5feb

Browse files
committed
including safety area manager
1 parent c3bf352 commit 3ca5feb

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

ros_packages/.gitman.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:

ros_packages/mrs_uav_core/launch/core.launch.py

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff 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([

0 commit comments

Comments
 (0)