Skip to content

Commit

Permalink
Fix parameter for scan phase (autowarefoundation#193)
Browse files Browse the repository at this point in the history
Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp>
  • Loading branch information
wep21 authored Apr 12, 2021
1 parent 6f4e3e5 commit c97d953
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions sensing_launch/launch/velodyne_node_container.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ def create_parameter_dict(*args):
plugin='velodyne_pointcloud::Convert',
name='velodyne_convert_node',
parameters=[{**create_parameter_dict('calibration', 'min_range', 'max_range',
'num_points_thresholds', 'invalid_intensity',
'num_points_thresholds',
'invalid_intensity',
'frame_id', 'scan_phase'),
'use_sim_time': EnvironmentVariable(name='AW_ROS2_USE_SIM_TIME',
default_value='False'),
Expand Down Expand Up @@ -178,7 +179,7 @@ def create_parameter_dict(*args):
name='velodyne_driver',
parameters=[{**create_parameter_dict('device_ip', 'gps_time', 'read_once', 'read_fast',
'repeat_delay', 'frame_id', 'model', 'rpm', 'port',
'pcap'),
'pcap', 'scan_phase'),
'use_sim_time': EnvironmentVariable(name='AW_ROS2_USE_SIM_TIME',
default_value='False'),
}],
Expand Down

0 comments on commit c97d953

Please sign in to comment.