Skip to content
GitLab
Explore
Sign in
qgroundcontrol
src
uas
PxQuadMAV.cc
Find file
Normal view
Permalink
PxQuadMAV.cc
110 B
Newer
Older
Added skeletons for other MAV projects
pixhawk
committed
May 18, 2010
1
2
3
4
5
6
#include
"PxQuadMAV.h"
PxQuadMAV
::
PxQuadMAV
(
MAVLinkProtocol
*
mavlink
,
int
id
)
:
UAS
(
mavlink
,
id
)
{
}