PX4 Firmware
PX4 Autopilot Software http://px4.io
vehicle_local_position_setpoint_s Struct Reference

#include <vehicle_local_position_setpoint.h>

Collaboration diagram for vehicle_local_position_setpoint_s:

Public Attributes

uint64_t timestamp
 
float x
 
float y
 
float z
 
float yaw
 
float yawspeed
 
float vx
 
float vy
 
float vz
 
float acceleration [3]
 
float jerk [3]
 
float thrust [3]
 
uint8_t _padding0 [4]
 

Detailed Description

Definition at line 51 of file vehicle_local_position_setpoint.h.

Member Data Documentation

◆ _padding0

uint8_t vehicle_local_position_setpoint_s::_padding0[4]

Definition at line 65 of file vehicle_local_position_setpoint.h.

◆ acceleration

◆ jerk

float vehicle_local_position_setpoint_s::jerk[3]

Definition at line 63 of file vehicle_local_position_setpoint.h.

Referenced by FlightTask::getPositionSetpoint().

◆ thrust

◆ timestamp

◆ vx

◆ vy

◆ vz

◆ x

◆ y

◆ yaw

◆ yawspeed

◆ z


The documentation for this struct was generated from the following file: