mirror of
https://github.com/SHC-ASTRA/rover-ros2.git
synced 2026-02-11 17:30:36 +00:00
docs: add graphs for individual anchor nodes
This commit is contained in:
37
README.md
37
README.md
@@ -17,6 +17,8 @@ You will use these packages to launch all rover-side ROS2 nodes.
|
||||
- [Common Problems/Toubleshooting](#common-problemstroubleshooting)
|
||||
- [Packages](#packages)
|
||||
- [Graphs](#graphs)
|
||||
- [Full System](#full-system)
|
||||
- [Individual Nodes](#individual-nodes)
|
||||
- [Maintainers](#maintainers)
|
||||
|
||||
## Software Prerequisites
|
||||
@@ -143,14 +145,37 @@ A: To find a microcontroller to talk to, Anchor sends a ping to every Serial por
|
||||
|
||||
## Graphs
|
||||
|
||||
> Anchor stand-alone (`ros2 launch anchor_pkg rover.launch.py`)
|
||||

|
||||
### Full System
|
||||
|
||||
> Anchor with [basestation-classic](https://github.com/SHC-ASTRA/basestation-classic)
|
||||

|
||||
> **Anchor stand-alone** (`ros2 launch anchor_pkg rover.launch.py`)
|
||||
>
|
||||
> 
|
||||
|
||||
> Anchor with Headless (`ros2 run headless_pkg headless_full`)
|
||||

|
||||
> **Anchor with [basestation-classic](https://github.com/SHC-ASTRA/basestation-classic)**
|
||||
>
|
||||
> 
|
||||
|
||||
> **Anchor with Headless** (`ros2 run headless_pkg headless_full`)
|
||||
>
|
||||
> 
|
||||
|
||||
### Individual Nodes
|
||||
|
||||
> **Anchor** (`ros2 run anchor_pkg anchor`)
|
||||
>
|
||||
> 
|
||||
|
||||
> **Core** (`ros2 run core_pkg core --ros-args -p launch_mode:=anchor`)
|
||||
>
|
||||
> 
|
||||
|
||||
> **Arm** (`ros2 run arm_pkg arm --ros-args -p launch_mode:=anchor`)
|
||||
>
|
||||
> 
|
||||
|
||||
> **Bio** (`ros2 run bio_pkg bio --ros-args -p launch_mode:=anchor`)
|
||||
>
|
||||
> 
|
||||
|
||||
## Maintainers
|
||||
|
||||
|
||||
Reference in New Issue
Block a user