mirror of
https://github.com/modelec/modelec-marcel-ROS.git
synced 2026-01-18 16:47:43 +01:00
launch file
This commit is contained in:
@@ -22,7 +22,7 @@ def generate_launch_description():
|
|||||||
frame_id = LaunchConfiguration('frame_id', default='laser')
|
frame_id = LaunchConfiguration('frame_id', default='laser')
|
||||||
inverted = LaunchConfiguration('inverted', default='false')
|
inverted = LaunchConfiguration('inverted', default='false')
|
||||||
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='Standard')
|
||||||
|
|
||||||
# Get launch configs
|
# Get launch configs
|
||||||
with_gui = LaunchConfiguration('with_gui')
|
with_gui = LaunchConfiguration('with_gui')
|
||||||
@@ -43,7 +43,8 @@ def generate_launch_description():
|
|||||||
'serial_baudrate': serial_baudrate,
|
'serial_baudrate': serial_baudrate,
|
||||||
'frame_id': frame_id,
|
'frame_id': frame_id,
|
||||||
'inverted': inverted,
|
'inverted': inverted,
|
||||||
'angle_compensate': angle_compensate
|
'angle_compensate': angle_compensate,
|
||||||
|
'scan_mode': scan_mode
|
||||||
}],
|
}],
|
||||||
output='screen'
|
output='screen'
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user