PX4 Firmware
PX4 Autopilot Software http://px4.io
|
#include <offboard_control_mode.h>
Public Attributes | |
uint64_t | timestamp |
bool | ignore_thrust |
bool | ignore_attitude |
bool | ignore_bodyrate_x |
bool | ignore_bodyrate_y |
bool | ignore_bodyrate_z |
bool | ignore_position |
bool | ignore_velocity |
bool | ignore_acceleration_force |
bool | ignore_alt_hold |
uint8_t | _padding0 [7] |
Definition at line 51 of file offboard_control_mode.h.
uint8_t offboard_control_mode_s::_padding0[7] |
Definition at line 63 of file offboard_control_mode.h.
bool offboard_control_mode_s::ignore_acceleration_force |
Definition at line 61 of file offboard_control_mode.h.
Referenced by Commander::offboard_control_update(), and Commander::update_control_mode().
bool offboard_control_mode_s::ignore_alt_hold |
Definition at line 62 of file offboard_control_mode.h.
Referenced by Commander::offboard_control_update().
bool offboard_control_mode_s::ignore_attitude |
Definition at line 55 of file offboard_control_mode.h.
Referenced by Commander::offboard_control_update(), and Commander::update_control_mode().
bool offboard_control_mode_s::ignore_bodyrate_x |
Definition at line 56 of file offboard_control_mode.h.
Referenced by Commander::offboard_control_update(), and Commander::update_control_mode().
bool offboard_control_mode_s::ignore_bodyrate_y |
Definition at line 57 of file offboard_control_mode.h.
Referenced by Commander::offboard_control_update(), and Commander::update_control_mode().
bool offboard_control_mode_s::ignore_bodyrate_z |
Definition at line 58 of file offboard_control_mode.h.
Referenced by Commander::offboard_control_update(), and Commander::update_control_mode().
bool offboard_control_mode_s::ignore_position |
Definition at line 59 of file offboard_control_mode.h.
Referenced by MavlinkReceiver::handle_message_set_position_target_global_int(), MavlinkReceiver::handle_message_set_position_target_local_ned(), Commander::offboard_control_update(), and Commander::update_control_mode().
bool offboard_control_mode_s::ignore_thrust |
Definition at line 54 of file offboard_control_mode.h.
Referenced by MavlinkReceiver::handle_message_set_actuator_control_target(), MavlinkReceiver::handle_message_set_attitude_target(), and Commander::offboard_control_update().
bool offboard_control_mode_s::ignore_velocity |
Definition at line 60 of file offboard_control_mode.h.
Referenced by Commander::offboard_control_update(), and Commander::update_control_mode().
uint64_t offboard_control_mode_s::timestamp |
Definition at line 53 of file offboard_control_mode.h.
Referenced by Commander::offboard_control_update().