Versions Compared

Key

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

...

Code Block
typedef struct CommandsFromSM{
    WaypointType waypoint_type;
    TelemWaypointData telemetry_waypoint;
    CommandsFromTM telemetry_commands;
    JetsonToZpMovementCommand jetson_move_command;
    LosSFData sf_data;
} CommandsFromSM;

...