Troubleshooting
This guide provides solutions for common issues and important checks during operation.
Missing or Outdated Build Artifacts
Symptoms:
- Node execution fails
- Missing executables or libraries.
Solution:
-
Rebuild and source the workspace
Incorrect Environment Setup
Symptoms:
- Missing packages or commands
- Errors related to sourcing or dependencies
Solution:
-
Source the environment
-
Verify if the required package exists in the
~/f1tenth_ws/src
directory:If the package is missing, create a symbolic link to the package location and build the workspace.
Localization or Mapping Issues
Symptoms:
- Localization or mapping does not work.
- Nodes or RViz fail to display map or lidar scans.
Solution:
- Kill all running nodes except the bringup node.
- Close RViz and open it again before running other nodes.
If the issue persists
- Kill all running nodes included the bringup node.
- Close RViz and open it again before running other nodes.
If the issue still persists
-
Kill all running nodes and reboot the car
-
Restart the modem/router
If none of the above works
- Enjoy debugging 😇