Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
patates-cipsi418 authored Apr 17, 2024
1 parent 0fcbec5 commit f812388
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 @@ -81,6 +81,11 @@ source install/setup.bash
ros2 launch rove_bringup rove_controller_bluetooth.launch.py
```

## Launch VectorNav node
```bash
ros2 launch rove_bringup vectornav.launch.py
```

## Adding New Packages

To add a package for Rove, create it using the ROS2 command ([Creating Your First ROS2 Package](https://docs.ros.org/en/foxy/Tutorials/Beginner-Client-Libraries/Creating-Your-First-ROS2-Package.html)). Name it starting with `rove_` to ensure Git tracking. For non-Rove specific packages, create a separate repository and add it to `rove.repos`.
Expand Down

0 comments on commit f812388

Please sign in to comment.