Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 1.27 KB

File metadata and controls

14 lines (9 loc) · 1.27 KB

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