-
Notifications
You must be signed in to change notification settings - Fork 1k
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
ros2 unable to find ~/map.yaml when attempting to simulate navigation on host pc #1035
Comments
Just to clarify, I am not connected to any turtlebots. I just want to simulate something on my local machine. |
Hello @AbduEhab The tf issue is something we’re aware of and actively working to improve. However, that error shouldn’t prevent the navigation2 launch from functioning correctly. Looking at your RViz image, it seems the issue is similar to what happens when the map file isn’t actually located in the $HOME directory. Here's a solution to try: First, launch without specifying a map:
If you don’t specify a map, the package should load a default map stored internally. Next, confirm if your map file exists in $HOME: If the problem remains even after generating the map and placing it in $HOME, please let me know so we can investigate further. Thanks! |
Hello, I’m sorry to hear that the issue couldn’t be resolved. Could you try the following steps to address this? Refer to the TurtleBot3 manual and attempt a clean reinstallation. Run the following commands to resolve dependency issues automatically:
Additionally, you can try installing all navigation-related packages using this command:
Lastly, I have a quick question: Are you running this on a virtual machine? I’ll keep investigating the root cause of this issue. Let me know if you find anything new or if there’s additional information that might help resolve it! |
ISSUE TEMPLATE ver. 0.4.0
Which TurtleBot3 platform do you use?
Which ROS is working with TurtleBot3?
Which SBC(Single Board Computer) is working on TurtleBot3?
Which OS you installed on SBC?
Which OS you installed on Remote PC?
Specify the software and firmware version(Can be found from Bringup messages)
Specify the commands or instructions to reproduce the issue.
Copy and Paste the error messages on terminal.
Please describe the issue in detail.
All the issues and solutions I found were in relation to either ROS1 or the navigation on the PI from a remote PC. But there was nothing that I could find for local sims.
Here is a screenshot of the issue:
The text was updated successfully, but these errors were encountered: