Skip to content

Commit

Permalink
Updated Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasFrey96 committed Mar 26, 2024
1 parent 7aeffb6 commit b788284
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 @@ -200,6 +200,13 @@ python wild_visual_navigation_ros/scripts/wvn_learning_node.py

## Development

### Install pre-commit
```shell
pip3 install pre-commit
cd wild_visual_navigation && python3 -m pre_commit install
cd wild_visual_navigation && python3 -m pre_commit run
```

### Code formatting
```shell
# for formatting
Expand Down

0 comments on commit b788284

Please sign in to comment.