-
pointcloud_container aborts when running autoware.launch.xml and vehicle_interface on a robot. By vehicle_velocity_converter node, "https://github.com/autowarefoundation/sample_sensor_kit_launch/blob/06330e6b07449a3609ced295c0a9ce6a1805ef99/common_sensor_launch/ launch/velodyne_node_container.launch.py#L139-L152" parts I am running with VLP16 for LiDAR. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 10 replies
-
Hi, thank you for the report! It would be helpful if you could also share some technical details of your environment, such as version of Autoware (main from awf/autoware?), OS, sensor names, etc. Could you also check if the LiDAR pointcloud size is not zero? |
Beta Was this translation helpful? Give feedback.
I found that this line caused the error: https://github.com/autowarefoundation/autoware.universe/blob/642256cc2461d70ce5ab5988012ddae7f8623de3/sensing/pointcloud_preprocessor/src/distortion_corrector/distortion_corrector.cpp#L225
Thanks for the report! I will fix this.