mirror of
https://github.com/bjoernellens1/cps_rmp220_support.git
synced 2024-11-23 15:45:08 +00:00
update
This commit is contained in:
parent
3c78a4f33d
commit
ee32134703
@ -19,6 +19,11 @@ def generate_launch_description():
|
||||
angle_compensate = LaunchConfiguration('angle_compensate', default='true')
|
||||
scan_mode = LaunchConfiguration('scan_mode', default='Sensitivity')
|
||||
|
||||
IncludeLaunchDescription(
|
||||
PythonLaunchDescriptionSource([ThisLaunchFileDir(), 'robot_scan_filter.launch.py']),
|
||||
#launch_arguments={'my_arg': 'new_value'}.items() # You can pass arguments here
|
||||
),
|
||||
|
||||
return LaunchDescription([
|
||||
DeclareLaunchArgument(
|
||||
'channel_type',
|
||||
@ -68,10 +73,5 @@ def generate_launch_description():
|
||||
'angle_compensate': angle_compensate
|
||||
}],
|
||||
#namespace = "/rmp"
|
||||
),
|
||||
|
||||
IncludeLaunchDescription(
|
||||
PythonLaunchDescriptionSource([ThisLaunchFileDir(), 'robot_scan_filter.launch.py']),
|
||||
#launch_arguments={'my_arg': 'new_value'}.items() # You can pass arguments here
|
||||
),
|
||||
)
|
||||
])
|
||||
|
Loading…
Reference in New Issue
Block a user