System info message containing information about the connected system. More...
#include <creos/messages/system_info.hpp>
Public Member Functions | |
auto | operator<=> (const SystemInfo &) const =default |
Public Attributes | |
std::string | name |
The human readable name of the robot. | |
std::string | hostname |
The hostname of the robot, to be used for network communication. | |
std::string | serial |
The serial number of the robot. | |
std::string | platform |
What robot platform this is. e.g. "Origin" or "Vertex". | |
std::vector< ComponentVersion > | component_versions |
A list of components with their versions. | |
System info message containing information about the connected system.