- Overview
- AngularVelocity
AngularVelocity
Part of Locations in the Python API reference.
Related guidance: concepts/locations, how-to/observe-location, how-to/pli-entities.
Runnable examples: publish_location.py, get_ecn_location.py.
from picogrid_ecn_client import AngularVelocityRepresent roll, pitch, and yaw rates in radians per second.
AngularVelocity(*, roll: float, pitch: float, yaw: float)Fields
Section titled “Fields”| Name | Type | Required | Default | Constraints | Description |
|---|---|---|---|---|---|
| roll | float | yes | — | finite | Finite roll rate in radians per second; this axis interpretation is deployed-unverified. |
| pitch | float | yes | — | finite | Finite pitch rate in radians per second; this axis interpretation is deployed-unverified. |
| yaw | float | yes | — | finite | Finite yaw rate in radians per second; this axis interpretation is deployed-unverified. |
Version 0.2.0 · branch main
