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
f0397453ff
commit
f1107223b0
@ -19,10 +19,10 @@ def generate_launch_description():
|
|||||||
angle_compensate = LaunchConfiguration('angle_compensate', default='true')
|
angle_compensate = LaunchConfiguration('angle_compensate', default='true')
|
||||||
scan_mode = LaunchConfiguration('scan_mode', default='Sensitivity')
|
scan_mode = LaunchConfiguration('scan_mode', default='Sensitivity')
|
||||||
|
|
||||||
scan_filter = IncludeLaunchDescription(
|
# scan_filter = IncludeLaunchDescription(
|
||||||
PythonLaunchDescriptionSource([ThisLaunchFileDir(), 'robot_scan_filter.launch.py']),
|
# PythonLaunchDescriptionSource([ThisLaunchFileDir(), 'robot_scan_filter.launch.py']),
|
||||||
#launch_arguments={'my_arg': 'new_value'}.items() # You can pass arguments here
|
# #launch_arguments={'my_arg': 'new_value'}.items() # You can pass arguments here
|
||||||
),
|
# ),
|
||||||
|
|
||||||
return LaunchDescription([
|
return LaunchDescription([
|
||||||
DeclareLaunchArgument(
|
DeclareLaunchArgument(
|
||||||
@ -74,5 +74,5 @@ def generate_launch_description():
|
|||||||
}],
|
}],
|
||||||
#namespace = "/rmp"
|
#namespace = "/rmp"
|
||||||
),
|
),
|
||||||
scan_filter()
|
# scan_filter()
|
||||||
])
|
])
|
||||||
|
Loading…
Reference in New Issue
Block a user