43 #ifndef VECTOR_FIELD_WAYPOINT_H_
44 #define VECTOR_FIELD_WAYPOINT_H_
50 #include "mavlink_waypoint_handler.h"
51 #include "position_estimation.h"
52 #include "control_command.h"
Attitude controller configuration.
Definition: vector_field_waypoint.h:68
Vector field navigation.
Definition: vector_field_waypoint.h:57
const mavlink_waypoint_handler_t * waypoint_handler
Waypoint list (input)
Definition: vector_field_waypoint.h:59
const position_estimation_t * pos_est
Estimated position and speed (input)
Definition: vector_field_waypoint.h:60
Velocity command structure.
Definition: control_command.h:81
velocity_command_t * velocity_command
Velocity command (output)
Definition: vector_field_waypoint.h:61
Definition: mavlink_waypoint_handler.h:83
The position estimator structure.
Definition: position_estimation.h:79