Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions projects/week_4/Instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -285,3 +285,7 @@ Once you've got your code for this project working, use the command below to com
```bash
$ git commit -a -m "My project 4 code."
```

### 3.10 Trouble shooting

If your code doesn't work, quit the terminal, run `colcon build` at the `training_ws` dir level again, then also make sure you've ran the setup scripts: `source install/setup.bash`.