-
Notifications
You must be signed in to change notification settings - Fork 128
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
Please help noob #95
Comments
The velodyne_points in the mapping should work if you change them to the ouster point topic and also change the frame ID of velodyne in tf to the frame ID of the ouster point topic. |
Thank you for your answer. Now, I can use your package. However, I have two more questions.
|
Graph-based SLAM will not publish trajectories and maps unless a loop closure is performed or you execute "ros2 service call /map_save std_srvs/Empty". If a loop closure is not performed, please execute "ros2 service call /map_save std_srvs/Empty". The point cloud map in the image does not seem to have any obvious problems, but what is the issue? Generally, you need to adjust parameters such as ndt_resolution and vg_size_for_input depending on whether the environment is indoors or outdoors. |
Thanks, I understand the problem. |
I'm ros2 noob.
I use ouster lidar for slam.
I want to know what I have to change to use this package.
The text was updated successfully, but these errors were encountered: