This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
Take the conversion of lvx files to rosbag files as an example :
If you need to convert rosbag data with the frequency to 10Hz, please set the ‘publish_freq’ parameter to 10.0 in "../ws_livox/src/livox_ros_driver/launch/lvx_to_rosbag.launch file". Similarly, you can set other frequencies.
3. Open a terminal window under this path
../ws_livox
4. Convert lvx point cloud data file (v1.0/v1.1) to rosbag file
livox_ros_driver supports the conversion of lvx pointcloud data files to rosbag files. Use the command as follows :
After replacing "/home/livox/test.lvx" in the above command with the local lvx data file path, you can simply run it; if the conversion is successful, a rosbag format file with the same name will be generated under the above path.