Livox-SDK/livox_horizon_loam

Run times error

Closed this issue · 6 comments

[ERROR] [1582104656.932088632]: Client [/livox_repub] wants topic /livox/lidar to have datatype/md5sum [livox_ros_driver/CustomMsg/e4d6829bdfe657cb6c21a746c86b21a6], but our version has [sensor_msgs/PointCloud2/1158d486dd51d683ce2f1be655c3c181]. Dropping connection.

What's the problem, please

They use the custom cloud format, in your driver launch you need to change xfer_format from 0 to 1

Thank you, it's ready to use, but the test results are not so good

hi @sczgzzzj , if you want to run the demo directly, you need to launch the livox_ros_driver with livox_lidar_msg.launch to allow CustomMsg output. Or you can run the rosbag example, the download link was updated recently.

Hi,sczgzzzj and mbennehar
The livox_horizon_loam only support the CustomMsg format, must use livox_lidar_msg.launch to launch the livx_ros_driver.