text:"Select you airframe type and specific vehicle bellow. Click 'Apply and Restart' when ready and your vehicle will be disconnected, rebooted to the new settings and re-connected."
text:"Select your airframe type and specific vehicle bellow. Click 'Apply and Restart' when ready and your vehicle will be disconnected, rebooted to the new settings and re-connected."
/** @brief Load Old (Qt Widget) Map View (Mission) */
voidloadOldPlanView();
/** @brief Load Terminal Console views */
voidloadTerminalView();
/** @brief Manage Links */
voidmanageLinks();
...
...
@@ -235,8 +233,8 @@ protected:
VIEW_FLIGHT,// Flight/Fly/Operate view mode. Used for 1st-person observation of the vehicle.
VIEW_SIMULATION,// HIL Simulation view. Useful overview of the entire system when doing hardware-in-the-loop simulations.
VIEW_SETUP,// Setup view. Used for initializing the system for operation. Includes UI for calibration, firmware updating/checking, and parameter modifcation.
VIEW_TERMINAL,// Terminal interface. Used for communicating with the remote system, usually in a special configuration input mode.
VIEW_LOCAL3D,// Unused
VIEW_UNUSED1,// Unused (don't remove, or it will screw up saved settigns indices)
VIEW_UNUSED2,// Unused (don't remove, or it will screw up saved settigns indices)
VIEW_EXPERIMENTAL_PLAN,// Original (Qt Widget) Mission/Map/Plan view mode. Used for setting mission waypoints and high-level system commands.