Skip to content

Commit

Permalink
added optional dependencies to target systems
Browse files Browse the repository at this point in the history
  • Loading branch information
finger563 authored Apr 3, 2018
1 parent fbf1a3d commit b024f5e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,11 @@ which enables the `META` visualizer.

*NOTE:* password-based authentication is not allowed for ROSMOD
targets.
4. (Optional) If you want to perform **debugging** - you should install valgrind and gdbserver on the target systems

```bash
sudo apt-get install valgrind gdbserver
```

## How to use ROSMOD

Expand Down

0 comments on commit b024f5e

Please sign in to comment.