Public Member Functions | |
def | __init__ |
def | print_format |
Human Readable Payload String. | |
Public Attributes | |
z_offset | |
z_scale | |
Private Member Functions | |
def | _base_for_value |
def | _num_sensors |
Horizon Message Payload - Orientation Sensor Configuration
Definition at line 3250 of file payloads.py.
def clearpath::horizon::payloads::AccelerometerConfig::__init__ | ( | self, | ||
passcode = 0 , |
||||
x_offset = 0 , |
||||
x_scale = 0 , |
||||
y_offset = 0 , |
||||
y_scale = 0 , |
||||
z_offset = 0 , |
||||
z_scale = 0 , |
||||
raw = None , |
||||
timestamp = 0 | ||||
) |
Definition at line 3253 of file payloads.py.
def clearpath::horizon::payloads::AccelerometerConfig::_base_for_value | ( | self, | ||
i | ||||
) | [private] |
Reimplemented from clearpath::horizon::payloads::VariableSensorConfig.
Definition at line 3275 of file payloads.py.
def clearpath::horizon::payloads::AccelerometerConfig::_num_sensors | ( | self, | ||
raw | ||||
) | [private] |
Reimplemented from clearpath::horizon::payloads::VariableSensorConfig.
Definition at line 3272 of file payloads.py.
def clearpath::horizon::payloads::AccelerometerConfig::print_format | ( | self | ) |
Human Readable Payload String.
Return the payload as a human readable string
Reimplemented from clearpath::horizon::payloads::Payload.
Definition at line 3265 of file payloads.py.
Definition at line 3260 of file payloads.py.
Definition at line 3261 of file payloads.py.