Awesome
<a href="https://107-systems.org/"><img align="right" src="https://raw.githubusercontent.com/107-systems/.github/main/logo/107-systems.png" width="15%"></a>
:floppy_disk: l3xz_system_monitor
This packages supervises the state of all of L3X-Z's ROS sub-systems.
<p align="center">
<a href="https://github.com/107-systems/l3xz"><img src="https://raw.githubusercontent.com/107-systems/.github/main/logo/l3xz-logo-memento-mori-github.png" width="40%"></a>
</p>
How-to-build
cd $COLCON_WS/src
git clone https://github.com/107-systems/l3xz_system_monitor
cd $COLCON_WS
source /opt/ros/humble/setup.bash
colcon build --packages-select l3xz_system_monitor
How-to-run
cd $COLCON_WS
. install/setup.bash
ros2 launch l3xz_system_monitor monitor.py
Interface Documentation
Subscribed Topics
Published Topics
Parameters
Name | Default | Description |
---|
heartbeat_monitor_list | ['l3xz_joy', 'l3xz_teleop', ...] | A list containing all nodes to be monitored. |