|
|
def | __init__ (self, target_system, target_component, chan1_raw, chan2_raw, chan3_raw, chan4_raw, chan5_raw, chan6_raw, chan7_raw, chan8_raw) |
| |
|
def | pack (self, mav) |
| |
|
def | __init__ (self, msgId, name) |
| |
|
def | get_msgbuf (self) |
| |
|
def | get_header (self) |
| |
|
def | get_payload (self) |
| |
|
def | get_crc (self) |
| |
|
def | get_fieldnames (self) |
| |
|
def | get_type (self) |
| |
|
def | get_msgId (self) |
| |
|
def | get_srcSystem (self) |
| |
|
def | get_srcComponent (self) |
| |
|
def | get_seq (self) |
| |
|
def | __str__ (self) |
| |
|
def | to_dict (self) |
| |
|
def | to_json (self) |
| |
|
def | pack (self, mav, crc_extra, payload) |
| |
The RAW values of the RC channels sent to the MAV to override
info received from the RC radio. A value of -1 means no change
to that channel. A value of 0 means control of that channel
should be released back to the RC radio. The standard PPM
modulation is as follows: 1000 microseconds: 0%, 2000
microseconds: 100%. Individual receivers/transmitters might
violate this specification.