-
Notifications
You must be signed in to change notification settings - Fork 445
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
There is a fault, invoking "make run_tests_elevation_map_msg run_tests_elevation_mapping -j12 -l12" failed, when I catkin_make run_tests_elevation_map_msg run_tests_elevation_mapping.Why ? #99
Comments
Hi @hello1future, |
This behavior is intended. The problem is that no depth and pose data gets generated in the example. The data needs to come from another source. Usually, it comes from
Are you planning to use the software in simulation or with a real platform? |
Thank you for your answer. |
Okay, then you have to run the simulation together with elevation mapping. |
Thank you very much. |
I am not familiar with the Turtlebot3 simulation environment. Would be interesting if you can share your experience. |
Elevation mapping is not subscribed to the correct topic name. You have to change it in this file: https://github.com/ANYbotics/elevation_mapping/blob/master/elevation_mapping_demos/config/robots/simple_demo_robot.yaml While running the Turtlebot3 simulation, you can list the available ros topic names with the command Search for the point cloud and pose topic. |
Hi @hello1future, this pull request #105 integrates elevation mapping in the turtlebot3 simulation. |
In order to run elevation mapping you don't need to compile the unit tests. What frame are you displaying? |
No description provided.
The text was updated successfully, but these errors were encountered: