mirror of
https://github.com/azaion/autopilot.git
synced 2026-04-22 22:36:34 +00:00
Minor build fixes for OPI5
This commit is contained in:
@@ -88,7 +88,7 @@ void RemoteControl::sendResponse(void)
|
||||
if (bytesWritten < 1) {
|
||||
qWarning().noquote().nospace() << "Error writing response: " << bytesWritten;
|
||||
}
|
||||
qDebug().noquote().nospace() << "Responded: " << response;
|
||||
qDebug().noquote().nospace() << "Responded: " << response.c_str();
|
||||
mIsBusy = false;
|
||||
}
|
||||
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
#include <QImage>
|
||||
#include "config.hpp"
|
||||
#include "defines.hpp"
|
||||
#include <opencv2/opencv.hpp>
|
||||
|
||||
GPSData UtilsTargetLocation::getLocation(float altitude, float latitude, float lognitude, float yaw, float pitch, float roll, float targetTrueSize, uint16_t targetPixelSize)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user