Horizon Message Payload - Differential Control. More...
Public Member Functions | |
def | __init__ |
Create A Horizon Message Payload - Differential Control. | |
def | print_format |
Human Readable Payload String. | |
Public Attributes | |
left_d | |
left_f | |
left_ffwd | |
left_i | |
left_l | |
left_p | |
left_s | |
left_sat | |
left_stic | |
right_d | |
right_ffwd | |
right_i | |
right_p | |
right_sat | |
right_stic |
Horizon Message Payload - Differential Control.
Represents the payload of the command and data messages 'differential control'
Horizon Message Payload - Differential Control
Definition at line 1389 of file payloads.py.
def clearpath.horizon.payloads.DifferentialControl.__init__ | ( | self, | |
left_p = 0.0 , |
|||
left_i = 0.0 , |
|||
left_d = 0.0 , |
|||
left_ffwd = 0.0 , |
|||
left_stic = 0.0 , |
|||
left_sat = 0.0 , |
|||
right_p = 0.0 , |
|||
right_i = 0.0 , |
|||
right_d = 0.0 , |
|||
right_ffwd = 0.0 , |
|||
right_stic = 0.0 , |
|||
right_sat = 0.0 , |
|||
raw = None , |
|||
timestamp = 0 |
|||
) |
Create A Horizon Message Payload - Differential Control.
Constructor for the Horizon Message Payload - Differential Control.
The constructor can be called two different ways:
left_d | Left derivative constant |
left_ffwd | Left ffwd-forward constant |
left_i | Left integral constant |
left_sat | Left integral sat |
left_p | Left proportional constant |
left_stic | Left stic compenstation |
right_d | Right derivative constant |
right_ffwd | Right ffwd-forward constant |
right_i | Right integral constant |
right_sat | Right integral sat |
right_p | Right proportional constant |
right_stic | Right stic compenstation |
raw | Raw Payload data byte list to parse |
timestamp | Payload Send / Create Time (milliseconds) |
version | Horizon Protocol Version, (-1,*) represents the newest version, (0,0) auto-detect the version (if supported) |
LookupError | If auto-detect version fails |
ValueError | If values are out of range or if raw is invalid |
Create A Horizon Message Payload - Differential Control
Definition at line 1422 of file payloads.py.
Human Readable Payload String.
Return the payload as a human readable string
Reimplemented from clearpath.horizon.payloads.Payload.
Definition at line 1533 of file payloads.py.
Definition at line 1422 of file payloads.py.
Definition at line 1422 of file payloads.py.
Definition at line 1422 of file payloads.py.
Definition at line 1422 of file payloads.py.
Definition at line 1422 of file payloads.py.
Definition at line 1422 of file payloads.py.
Definition at line 1422 of file payloads.py.
Definition at line 1422 of file payloads.py.
Definition at line 1422 of file payloads.py.
Definition at line 1422 of file payloads.py.
Definition at line 1422 of file payloads.py.
Definition at line 1422 of file payloads.py.
Definition at line 1422 of file payloads.py.
Definition at line 1422 of file payloads.py.
Definition at line 1422 of file payloads.py.