-
Notifications
You must be signed in to change notification settings - Fork 5
AboveWaypoint
SirMortimer edited this page Apr 15, 2020
·
2 revisions
Waypoint related checks: elevation, radial velocity, angular velocity, distance.
Requirement
{
name = AboveWaypoint
// Required. Min. elevation as seen from the waypoint location on the
// surface of the body.
minElevation = 8.0
// Optional. Min. distance between waypoint on the surface and vessel, in meters.
minDistance = 0
// Optional. Max. distance between waypoint on the surface and vessel, in meters.
maxDistance = 0
// Optional. Min. radial velocity of the vessel in relation to the waypoint, in m/s.
// (radial velocity = rate of distance change)
minRadialVelocity = 1000
// Optional. Min rate of change of radial velocity, in m/s/s.
minRadialVelocityChange = 8
// Optional, min. angular velocity in degrees per minute
// (angular velocity = rate of elevation change, or how fast a tracking
// dish on the surface needs to turn to track the satellite)
minAngularVelocity = 1
// Optional, max. angular velocity in degrees per minute
maxAngularVelocity = 14
}