Skip to content

Commit

Permalink
Add missing UORBNode install line to example on Install locally page
Browse files Browse the repository at this point in the history
  • Loading branch information
hmakelin committed May 13, 2024
1 parent 03647ab commit 8e191b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/vitepress/docs/install-locally.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ pip3 install ./gisnav
```bash [Extended <Badge type="info" text="Optional"/>]
cd ~/colcon_ws/src/gisnav
pip3 install ./gisnav[nmea_node]
pip3 install ./gisnav[uorb_node]
pip3 install ./gisnav[qgis_node]
```

Expand Down

0 comments on commit 8e191b0

Please sign in to comment.