system_modes_msgs

Interface package, containing message definitions and service definitions

for the system modes package.

README

ROS 2 System Modes Messages

This package provides the message types and services for the System Modes Library.

Message Types

Services

  1. srv/GetMode.srv - Requests the current mode of a (sub-)system or node, along the lines of lifecycle_msgs GetState

  2. srv/GetAvailableModes.srv - Requests all available modes of a (sub-)system or node, along the lines of lifecycle_msgs GetAvailableStates

  3. srv/ChangeMode.srv - Requests a change to a certain mode, along the lines of lifecycle_msgs ChangeState