Ros2PrimitiveMessageDefinition

Represents a ROS 2 compliant primitive type message of the complex data structure.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The offset used to calculate the signal value. Combined with scaling, the calculation is value = raw_value * scaling + offset.

Link copied to clipboard

The primitive type (integer, floating point, boolean, etc.) for the ROS 2 primitive message definition.

Link copied to clipboard

A multiplier used to decode the message.

Link copied to clipboard

An optional attribute specifying the upper bound for STRING and WSTRING.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String