Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
typedef struct CommandsForAM_t{
  float dist_forward; //pitch
  float dist_right; // roll
  float dist_up; //yaw
  float magnitude; // Magnitude distance to waypoint target
  float heading; // heading at target waypoint
  double velocity_target; // Target velocity of drone approaching target
} CommandsForAM;

...