Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
Signed-off-by: Alberto Tudela <ajtudela@gmail.com>
  • Loading branch information
ajtudela committed Oct 1, 2024
1 parent b9a8abc commit 6a8650e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,12 @@ colcon build

## Usage

Add the user to the dialout group to access the USB port:

```bash
sudo usermod -a -G dialout $USER
```

Run the sicks300_2 node with:
```bash
ros2 run sicks300_2 sicks300_2
Expand Down

0 comments on commit 6a8650e

Please sign in to comment.