Versions Compared

Key

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

...

Code Block
typedef struct CommandsFromAM{
    bool armed;  
} CommandsFromAM;

TM → PM

...

Struct:

CV will be sending a list of waypoints during Cruise and Search (sent through TM and SM) where a waypoint is defined below. The start_landing flag will be signaled when a landing pad is found.

...