Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Commit

Permalink
Merge pull request #22 from alanssitis/small-fix
Browse files Browse the repository at this point in the history
Added troubleshooting section in readme.md
  • Loading branch information
alanssitis authored Oct 27, 2021
2 parents 56d7b3f + af71a5f commit 02b4d25
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,10 @@ roslaunch kart_2dnav sim_autocross_track.launch
```

See the individual launch files in `src/kart_2dnav/launch/` for more info on the purpose/configuration of that launch file.

## Troubleshooting
A secion outlining common issues and their fixes.
* If an error is encountered claiming that a number of packages were not found, or that modules are not present. Try updating all dependencies in the Kinetic ROS installation with:
```
rosdep update --include-eol-distros
```

0 comments on commit 02b4d25

Please sign in to comment.