Versions Compared

Key

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

...

Code Block
typedef struct CommandsFromSM{
    WaypointType waypoint_type;
    TelemWaypointDataCommandsFromTM telemetry_waypointcommands;
    CommandsFromTMJetsonToZpMovementCommand telemetryjetson_commands; 
   JetsonToZpMovementCommand LandingInitiationCommand jetsonlanding_move_commandinitiation; 
    LosSFData sf_data;
} CommandsFromSM;

...