App Heading
When you fly the drone in the developer mode the drones heading will be changing with the Mobile, with the help of this you can change the yaw of the drone.
Last updated
Was this helpful?
When you fly the drone in the developer mode the drones heading will be changing with the Mobile, with the help of this you can change the yaw of the drone.
Last updated
Was this helpful?
Was this helpful?
// Do not remove the include below
#include "PlutoPilot.h"
#include "Utils.h"
#include "Estimate.h"
#include "User.h"
#include "Control.h"
int16_t appheading=0;
//The setup function is called once at Pluto's hardware startup
void plutoInit()
{
// Add your hardware initialization code here
}