Skip to content
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

Convert KIT sample bag to pcd file #53

Open
schoeller opened this issue Aug 30, 2022 · 0 comments
Open

Convert KIT sample bag to pcd file #53

schoeller opened this issue Aug 30, 2022 · 0 comments

Comments

@schoeller
Copy link

Dear all,

thanks for this interesting work.
I am a beginner concerning ROS. My goal is to convert a sample bag as recorded under the URL to a format which I may load in a CAD for further use. I am a civil engineer. Within the software I use mostly las/e57 format are accepted, but I have read, that one may use pcd as a starting format with ROS. PDAL seems to be able to read that format. So far I have installed ROS1 on Win10 and compiled livox driver as with the help of instructions. Then I have undertaken the following steps:

1#Open ROS1 console (as a windows terminal not a bash)
2#Called C:\catkin_ws\devel\setup.bat for loading the livox_driver into the current environment
3#Change to directory containing the sample bag file and executing

rosrun pcl_ros bag_to_pcd KA_Urban_East.bag /livox/lidar ./pcd

The following message is returned.

Provided topic '/livox/lidar' is in the bag file, but is not of type sensor_msgs/PointCloud2 (type: livox_ros_driver/CustomMsg)
Could not find a sensor_msgs/PointCloud2 type on topic '/livox/lidar' in bag file KA_Urban_East.bag
Topics found in the bag file:
    /filter/positionlla (geometry_msgs/Vector3Stamped)
    /filter/quaternion (geometry_msgs/QuaternionStamped)
    /gnss (sensor_msgs/NavSatFix)
    /imu/data (sensor_msgs/Imu)
    /livox/imu (sensor_msgs/Imu)
    /livox/lidar (livox_ros_driver/CustomMsg)

I do not know how to check whether the driver is actually available. Any assistance in how to proceed further is highly welcome.

Kind regards

Sebastian

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant