diff --git a/README.md b/README.md index eff7747..4d668bb 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ You will use these packages to launch all rover-side ROS2 nodes. - [Connecting the GuliKit Controller](#connecting-the-gulikit-controller) - [Common Problems/Toubleshooting](#common-problemstroubleshooting) - [Packages](#packages) +- [Graphs](#graphs) - [Maintainers](#maintainers) ## Software Prerequisites @@ -140,6 +141,17 @@ A: To find a microcontroller to talk to, Anchor sends a ping to every Serial por - [ros2\_interfaces\_pkg](./src/ros2_interfaces_pkg) - Contains custom message types for communication between basestation and the rover over ROS2. (being renamed to `astra_msgs`). - [servo\_arm\_twist\_pkg](./src/servo_arm_twist_pkg) - A temporary node to translate controller state from `ros2_joy` to `Twist` messages to control the Arm via IK. +## 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) + +> 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) + ## Maintainers | Name | Email | Discord | diff --git a/docs-resources/graph-anchor-standalone.png b/docs-resources/graph-anchor-standalone.png new file mode 100644 index 0000000..8425ea9 Binary files /dev/null and b/docs-resources/graph-anchor-standalone.png differ diff --git a/docs-resources/graph-anchor-w-basestation-classic.png b/docs-resources/graph-anchor-w-basestation-classic.png new file mode 100644 index 0000000..6c7e382 Binary files /dev/null and b/docs-resources/graph-anchor-w-basestation-classic.png differ diff --git a/docs-resources/graph-anchor-w-headless.png b/docs-resources/graph-anchor-w-headless.png new file mode 100644 index 0000000..23b1b2a Binary files /dev/null and b/docs-resources/graph-anchor-w-headless.png differ diff --git a/src/astra_descriptions b/src/astra_descriptions index 3e6cf87..29a3eea 160000 --- a/src/astra_descriptions +++ b/src/astra_descriptions @@ -1 +1 @@ -Subproject commit 3e6cf87393bba6b1dec78bebe584866aff5bf731 +Subproject commit 29a3eea9c53c97d7c01c092f4d727e14788066b3