mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
Rover: become an AP_Vehicle
This commit is contained in:
parent
1ea365d52a
commit
4a9b781d3e
@ -107,7 +107,7 @@
|
|||||||
#include "AP_Rally.h"
|
#include "AP_Rally.h"
|
||||||
#include "RC_Channel.h" // RC Channel Library
|
#include "RC_Channel.h" // RC Channel Library
|
||||||
|
|
||||||
class Rover : public AP_HAL::HAL::Callbacks {
|
class Rover : public AP_Vehicle {
|
||||||
public:
|
public:
|
||||||
friend class GCS_MAVLINK_Rover;
|
friend class GCS_MAVLINK_Rover;
|
||||||
friend class Parameters;
|
friend class Parameters;
|
||||||
|
Loading…
Reference in New Issue
Block a user