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

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

Closed
hello1future opened this issue Mar 25, 2019 · 13 comments

Comments

@hello1future
Copy link

No description provided.

@maximilianwulf
Copy link
Contributor

Hi @hello1future,
can you provide a screenshot of your console?

@hello1future
Copy link
Author

The fault has been resolved.
Now,A new problem has arisen
Screenshot from 2019-04-08 18-16-19

What should I do? Can you help me?I'm a new ros guy.
Thank you very much.

@maximilianwulf
Copy link
Contributor

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?

@hello1future
Copy link
Author

Thank you for your answer.
We use it in a simulation environment, if it can meet our requirements, in the later, we can use it on a real platform.

@maximilianwulf
Copy link
Contributor

Okay, then you have to run the simulation together with elevation mapping.
Make sure that elevation mapping subscribes to your point cloud topic and pose topic. For the simple_demos.launch you can define the parameters in the file simple_demo_robot.yaml.
I hope this helps.

@hello1future
Copy link
Author

Thank you very much.
I want to test elevation_mapping with Turtlebot3 simulation environment. Feasible?

@maximilianwulf
Copy link
Contributor

I am not familiar with the Turtlebot3 simulation environment.
If it has a pose, i.e. from odometry, and a point cloud, then it should work.

Would be interesting if you can share your experience.

@hello1future
Copy link
Author

What's the reason why this error? Can you help me?
Screenshot from 2019-04-11 16-14-38

@maximilianwulf
Copy link
Contributor

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
Update 'point_cloud_topic' and 'robot_pose_with_covariance_topic'.

While running the Turtlebot3 simulation, you can list the available ros topic names with the command
rostopic list

Search for the point cloud and pose topic.

@maximilianwulf
Copy link
Contributor

Hi @hello1future, this pull request #105 integrates elevation mapping in the turtlebot3 simulation.
I hope this helps.
Feel free to reopen the thread if you have any problems.

@infinity0323
Copy link

The fault has been resolved.
Now,A new problem has arisen
Screenshot from 2019-04-08 18-16-19

What should I do? Can you help me?I'm a new ros guy.
Thank you very much.

Hello.I have the same fault now.Can you tell me how you solved it?Thank you.

@infinity0323
Copy link

The fault has been resolved.
Now,A new problem has arisen
Screenshot from 2019-04-08 18-16-19

What should I do? Can you help me?I'm a new ros guy.
Thank you very much.

my error: make run_tests_elevation_map_msg run_tests_elevation_mapping -j8 -l8

@maximilianwulf
Copy link
Contributor

my error: make run_tests_elevation_map_msg run_tests_elevation_mapping -j8 -l8

In order to run elevation mapping you don't need to compile the unit tests.

What frame are you displaying?

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

3 participants