mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 01:12:31 +00:00
FlightTaskOrbit: better member descriptions
This commit is contained in:
committed by
ChristophTobler
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;
|
||||
|
||||
Reference in New Issue
Block a user