mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
FlightTaskOrbit: better member descriptions
This commit is contained in:
parent
26e3dbec2e
commit
ce49ac0259
@ -81,9 +81,8 @@ protected:
|
||||
|
||||
private:
|
||||
float _r = 0.f; /**< radius with which to orbit the target */
|
||||
float _v = 0.f; /**< linear velocity for orbiting in m/s */
|
||||
float _z = 0.f; /**< local z coordinate in meters */
|
||||
matrix::Vector2f _center;
|
||||
float _v = 0.f; /**< tangential velocity for orbiting in m/s */
|
||||
matrix::Vector2f _center; /**< local frame coordinates of the center point */
|
||||
|
||||
// TODO: create/use parameters for limits
|
||||
const float _radius_min = 1.f;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user