|
|
def | __init__ (self, time_usec, roll, pitch, yaw, rollspeed, pitchspeed, yawspeed, lat, lon, alt, vx, vy, vz, xacc, yacc, zacc) |
| |
|
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) |
| |
|
|
| time_usec |
| |
|
| roll |
| |
|
| pitch |
| |
|
| yaw |
| |
|
| rollspeed |
| |
|
| pitchspeed |
| |
|
| yawspeed |
| |
|
| lat |
| |
|
| lon |
| |
|
| alt |
| |
|
| vx |
| |
|
| vy |
| |
|
| vz |
| |
|
| xacc |
| |
|
| yacc |
| |
|
| zacc |
| |
Sent from simulation to autopilot. This packet is useful for
high throughput applications such as hardware in the loop
simulations.
The documentation for this class was generated from the following file: