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

#include <trajectory_waypoint.h>

Collaboration diagram for trajectory_waypoint_s:

Public Attributes

uint64_t timestamp
 
float position [3]
 
float velocity [3]
 
float acceleration [3]
 
float yaw
 
float yaw_speed
 
bool point_valid
 
uint8_t type
 
uint8_t _padding0 [2]
 

Detailed Description

Definition at line 51 of file trajectory_waypoint.h.

Member Data Documentation

◆ _padding0

uint8_t trajectory_waypoint_s::_padding0[2]

Definition at line 61 of file trajectory_waypoint.h.

◆ acceleration

float trajectory_waypoint_s::acceleration[3]

◆ point_valid

◆ position

◆ timestamp

uint64_t trajectory_waypoint_s::timestamp

Definition at line 53 of file trajectory_waypoint.h.

◆ type

◆ velocity

◆ yaw

◆ yaw_speed


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