-
Notifications
You must be signed in to change notification settings - Fork 652
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
velodyne-128 driver issue #541
Comments
Set the model ID to |
i tried that |
Ok, that's a bug in the driver then: velodyne/velodyne_pointcloud/src/lib/rawdata.cpp Lines 188 to 210 in d8cf623
Btw, you can give https://github.com/valgur/velodyne_decoder a try. It's not a direct replacement, but the precise timing info for VLS-128 is definitely supported there, together with dual-return support and other improvements. |
Please complete the following information:
Describe the bug
velodyne_transform_node-2] [INFO] [1727069870.757835119] [velodyne_transform]: correction angles: config/VLS128.yaml
[velodyne_driver_node-1] terminate called after throwing an instance of 'std::runtime_error'
[velodyne_driver_node-1] what(): Unknown Velodyne LIDAR model: VLS-128
To Reproduce
Steps to reproduce the behavior:
package='velodyne_driver',
executable='velodyne_driver_node',
name='velodyne_driver',
parameters=[{
'frame_id': 'velodyne',
'model': 'VLS-128'
}],
output='screen'
),
Node(
package='velodyne_pointcloud',
executable='velodyne_transform_node',
name='velodyne_transform',
parameters=[{
'min_range': 0.4,
'max_range': 130.0,
'calibration': 'config/VLS128.yaml',
'model': 'VLS-128'
}],
output='screen'
)
[velodyne_driver_node-1] what(): Unknown Velodyne LIDAR model: VLS-128
[velodyne_transform_node-2] [WARN] [1727069870.763872376] [velodyne_pointcloud]: Timings not supported for model VLS-128
[velodyne_transform_node-2] [WARN] [1727069870.763890396] [velodyne_pointcloud]: NO TIMING OFFSETS CALCULATED. ARE YOU USING A SUPPORTED VELODYNE SENSOR?
[ERROR] [velodyne_driver_node-1]: process has died [pid 90514, exit code -6, cmd '/opt/ros/humble/lib/velodyne_driver/velodyne_driver_node --ros-args -r __node:=velodyne_driver --params-file /tmp/launch_params_lzog4cqa'].
Expected behavior
using VLS-128 driver
The text was updated successfully, but these errors were encountered: