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