-
Notifications
You must be signed in to change notification settings - Fork 16
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
Any test or example on lidar mapping #17
Comments
The code of lidar parameters might include some little mistakes. At least, in the line 124 of nvblox_node.cpp, it should be 'nh_private_.param("lidar_height", lidar_height_, lidar_height_);'. |
And the parameters of your lidar who generates the PCL should be correct absolutely. |
yeah,nvblox is strict to the sensor parameters,so I choose vdbfusion a substitute. |
I noticed this,but still not working :( |
I try to run the nvblox_ros on the dataset of VLP16 and I got bad result.I run fast-lio to get the tf,and the rosbag link is https://drive.google.com/file/d/1NGTN3aULoTMp3raF75LwMu-OUtzUx-zX/view.
When the lidar parameter is
I got trouble
When I modify the lidar parameter to be
I got a result like this ,it is definitely wrong.
another test:
some meshes come out,but they are still noisy and the ground disappear.
Since the readme has nothing to tutor me to configure the lidar and make it work,I need help sincerely.
The text was updated successfully, but these errors were encountered: