Skip to content

Commit ca194fa

Browse files
Tomas BacaTomas Baca
authored andcommitted
added status acquisition to core launch
1 parent c0b0c05 commit ca194fa

File tree

1 file changed

+15
-0
lines changed
  • ros_packages/mrs_uav_core/launch

1 file changed

+15
-0
lines changed

ros_packages/mrs_uav_core/launch/core.py

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -319,4 +319,19 @@ def generate_launch_description():
319319
)
320320
)
321321

322+
ld.add_action(
323+
IncludeLaunchDescription(
324+
PythonLaunchDescriptionSource([
325+
FindPackageShare('mrs_uav_status'), '/launch/acquisition.py'
326+
]),
327+
launch_arguments={
328+
'use_sim_time': use_sim_time,
329+
'custom_config': custom_config,
330+
'platform_config': platform_config,
331+
'standalone': standalone,
332+
'container_name': container_name,
333+
}.items()
334+
)
335+
)
336+
322337
return ld

0 commit comments

Comments
 (0)