We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0b0c05 commit ca194faCopy full SHA for ca194fa
ros_packages/mrs_uav_core/launch/core.py
@@ -319,4 +319,19 @@ def generate_launch_description():
319
)
320
321
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
+
337
return ld
0 commit comments