@ -36,6 +36,7 @@ var currViewRange = 50.0; ///<< The current viewing range from this position (in
@@ -36,6 +36,7 @@ var currViewRange = 50.0; ///<< The current viewing range from this position (in
var currTilt = 40.0; ///<<Thetiltangle(indegrees)
var currFollowTilt = 40.0;
var currView = null;
var distanceMode = 0;
var viewMode = 0;
var lastTilt = 0;
@ -94,6 +95,11 @@ function getDraggingAllowed()
@@ -94,6 +95,11 @@ function getDraggingAllowed()
@ -34,7 +34,8 @@ MAVLinkSimulationMAV::MAVLinkSimulationMAV(MAVLinkSimulationLink *parent, int sy
@@ -34,7 +34,8 @@ MAVLinkSimulationMAV::MAVLinkSimulationMAV(MAVLinkSimulationLink *parent, int sy
i+=put_uint8_t_by_index(type,i,msg->payload);// Type of the MAV (quadrotor, helicopter, etc., up to 15 types, defined in MAV_TYPE ENUM)
i+=put_uint8_t_by_index(autopilot,i,msg->payload);// Type of the Autopilot: 0: Generic, 1: PIXHAWK, 2: SLUGS, 3: Ardupilot (up to 15 types), defined in MAV_AUTOPILOT_TYPE ENUM
i+=put_uint8_t_by_index(version,i,msg->payload);// MAVLink version