lvx转bag的过程中怎么指定其数据格式为custommsg #232
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
开发者你好,请问在lvx转bag的过程中怎么指定其数据格式为custommsg ,由于其默认格式为PointCloud2 ,当我运行
roscore roslaunch livox_mapping mapping_horizon.launch rosbag play .bag时,她便会向我报错,他并不接受clp的文件格式而是custommsg
很显然对于我这种小白来说要明白所有的原理比较困难,但我还是找到了问题的解决办法:
这个issue
之前在查找问题时就曾看到过,但并没有在livox_mapping的代码之中发现这个参数,但我却忽略了至关重要的livox_ros_driver中的lvx_to_bag,果然在其中找到了!