Quadcopter documentation
This commit is contained in:
parent
ecfe884992
commit
a7020364d1
@ -7,8 +7,10 @@
|
|||||||
namespace Passer {
|
namespace Passer {
|
||||||
namespace RoboidControl {
|
namespace RoboidControl {
|
||||||
|
|
||||||
|
/// @brief Support for Quadcopter as a propulsion method
|
||||||
class Quadcopter : public Propulsion {
|
class Quadcopter : public Propulsion {
|
||||||
public:
|
public:
|
||||||
|
/// @brief Default constuctor
|
||||||
Quadcopter();
|
Quadcopter();
|
||||||
|
|
||||||
virtual void SetTwistSpeed(float forward, float yaw = 0.0F) override;
|
virtual void SetTwistSpeed(float forward, float yaw = 0.0F) override;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user