Skip to content

Latest commit

 

History

History

system_modes_msgs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

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