Resurgence (PY2022)
Codebase for the Husky Robotics 2021-2022 rover Resurgence
Loading...
Searching...
No Matches
src
ardupilot
ArduPilotInterface.h
1
#pragma once
2
3
#include "ArduPilotProtocol.h"
4
5
namespace
ardupilot {
6
/* @brief Creates a new ArduPilotProtocol
7
*
8
* @param A websocket server on which to add the protocol
9
*/
10
void
initArduPilotProtocol(net::websocket::SingleClientWSServer& websocketServer);
11
}
// namespace ardupilot
Generated by
1.13.2