-
Notifications
You must be signed in to change notification settings - Fork 2
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
Code running error #1
Comments
|
Hi everyone, I'm encountering the same issues as user @chengm0-0 while running the code on Ubuntu 20.04 with ROS Noetic. Additionally, I encountered this error:
Could this be related to Eigen's memory alignment requirements? I ran exploration_node with debug symbols and valgrind. Here is a snippet of the output. I hope it helpful in figuring out the issue.
Any advice on how to resolve this issue would be much appreciated! Thank you for your help! |
Hello, cheers for your excellent work!
I encountered some issues while running the code with Ubuntu 20.04 and ROS neotic.
1. After I finished compiling and running the two launch files, the terminal got stuck in
does not continue to run, and the robot in RVIZ stops moving in a straight line for about 2 seconds at the beginning. I am not sure what is causing this?
2. When I run the code, sometimes errors occur. Have you ever encountered them?
3. Does the size of the map have to be known a priori? Will the inaccurate size of the map affect the efficiency of exploration?
The text was updated successfully, but these errors were encountered: