mirror of
https://github.com/azaion/autopilot.git
synced 2026-04-22 19:56:35 +00:00
Added functionality to calculate target location.
Added functionality to capture camera frame from RTSP stream. Refactored code. Fixed some minor issues.
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
#pragma once
|
||||
|
||||
#include <QByteArray>
|
||||
#include <QVariant>
|
||||
|
||||
class SerialResponse {
|
||||
class SerialResponse
|
||||
{
|
||||
public:
|
||||
static void printResponse(QByteArray response);
|
||||
static QHash<QString, QVariant> getResponceValues(QByteArray response);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user