mirror of
https://github.com/azaion/autopilot.git
synced 2026-04-22 05:16:33 +00:00
Added missing variable declaration.
This commit is contained in:
@@ -350,6 +350,7 @@ float AiEngineGimbalServerActions::degreesToRadians(float degrees)
|
||||
void AiEngineGimbalServerActions::goToInitialOrientation(void)
|
||||
{
|
||||
// These camera commands should always be allowed
|
||||
QByteArray tempCommand;
|
||||
|
||||
// Go to initial orientation
|
||||
tempCommand = mUdpCommand->getCommand(UDP_COMMAND_ID::TURN_TO_DEGREES);
|
||||
|
||||
Reference in New Issue
Block a user