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