Skip to content

Commit

Permalink
start writing about ROS
Browse files Browse the repository at this point in the history
  • Loading branch information
catvw committed Mar 7, 2024
1 parent a80c3d7 commit 1f2b023
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docs/src/programming-her.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,11 @@ pressing Ctrl-C to stop the Pico running):

## Working with ROS

This could be (unfortunately) a book in itself.
This could be (unfortunately) a book in itself. Basically, here's what you'll
need to do to start the ROS connection to the Pico, after getting into the container with `./container_run`:
```
colcon build # if you have new stuff you need to build
. install/local_setup.bash
ros2 run pico_bridge bridge --ros-args --log-level command_receiver:=DEBUG --log-level vicon_receiver:=DEBUG
```
This is not totally working right now, but that's the idea.

0 comments on commit 1f2b023

Please sign in to comment.