diff --git a/README.md b/README.md index 4d668bb..19d15ed 100644 --- a/README.md +++ b/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`) -![rqt_graph of Anchor by itself, ran with command: ros2 launch anchor_pkg rover.launch.py](./docs-resources/graph-anchor-standalone.png) +### Full System -> Anchor with [basestation-classic](https://github.com/SHC-ASTRA/basestation-classic) -![rqt_graph of Anchor ran with the same command as above, talking to basestation-classic](./docs-resources/graph-anchor-w-basestation-classic.png) +> **Anchor stand-alone** (`ros2 launch anchor_pkg rover.launch.py`) +> +> ![rqt_graph of Anchor by itself, ran with command: ros2 launch anchor_pkg rover.launch.py](./docs-resources/graph-anchor-standalone.png) -> Anchor with Headless (`ros2 run headless_pkg headless_full`) -![rqt_graph of Anchor ran with Headless](./docs-resources/graph-anchor-w-headless.png) +> **Anchor with [basestation-classic](https://github.com/SHC-ASTRA/basestation-classic)** +> +> ![rqt_graph of Anchor ran with the same command as above, talking to basestation-classic](./docs-resources/graph-anchor-w-basestation-classic.png) + +> **Anchor with Headless** (`ros2 run headless_pkg headless_full`) +> +> ![rqt_graph of Anchor ran with Headless](./docs-resources/graph-anchor-w-headless.png) + +### Individual Nodes + +> **Anchor** (`ros2 run anchor_pkg anchor`) +> +> ![rqt_graph of Anchor node running by itself](./docs-resources/graph-anchor-anchor-standalone.png) + +> **Core** (`ros2 run core_pkg core --ros-args -p launch_mode:=anchor`) +> +> ![rqt_graph of Core node running by itself](./docs-resources/graph-anchor-core-standalone.png) + +> **Arm** (`ros2 run arm_pkg arm --ros-args -p launch_mode:=anchor`) +> +> ![rqt_graph of Arm node running by itself](./docs-resources/graph-anchor-arm-standalone.png) + +> **Bio** (`ros2 run bio_pkg bio --ros-args -p launch_mode:=anchor`) +> +> ![rqt_graph of Bio node running by itself](./docs-resources/graph-anchor-bio-standalone.png) ## Maintainers diff --git a/docs-resources/graph-anchor-anchor-standalone.png b/docs-resources/graph-anchor-anchor-standalone.png new file mode 100644 index 0000000..55d4938 Binary files /dev/null and b/docs-resources/graph-anchor-anchor-standalone.png differ diff --git a/docs-resources/graph-anchor-arm-standalone.png b/docs-resources/graph-anchor-arm-standalone.png new file mode 100644 index 0000000..57a6e5f Binary files /dev/null and b/docs-resources/graph-anchor-arm-standalone.png differ diff --git a/docs-resources/graph-anchor-bio-standalone.png b/docs-resources/graph-anchor-bio-standalone.png new file mode 100644 index 0000000..6e7e4bf Binary files /dev/null and b/docs-resources/graph-anchor-bio-standalone.png differ diff --git a/docs-resources/graph-anchor-core-standalone.png b/docs-resources/graph-anchor-core-standalone.png new file mode 100644 index 0000000..d93066e Binary files /dev/null and b/docs-resources/graph-anchor-core-standalone.png differ