Skip to content

Commit

Permalink
Add troubleshooting section
Browse files Browse the repository at this point in the history
  • Loading branch information
hello-binit authored Jan 30, 2025
1 parent 75068fc commit 990b464
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/ros_workspace.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,17 @@ Your new ROS workspace is now set up successfully!

This section provides suggestions for common errors that occur during installation. If you become stuck and don't find an answer here, please email us or contact us through [the forum](https://forum.hello-robot.com/).

### Rosdep failure on RTabMap

After a failure, if you see the following error in your log file (from `~/stretch_user/log/stretch_create_ament_workspace.<timestamp>_log.txt`):

```
ERROR: the following rosdeps failed to install
apt: command [sudo -H apt-get install -y ros-humble-rtabmap-ros] failed
```

Open a terminal, run `sudo apt install ros-humble-rtabmap-ros`, and then try updating the ROS workspace again.

### 'Conflicting ROS version sourced' error

If you are seeing the following error:
Expand Down

0 comments on commit 990b464

Please sign in to comment.