necst_msgs.msg.TimedAzElFloat64 Reference

necst_msgs.msg.TimedAzElFloat64

Generic data type for set of float64 values for az/el axes, with timestamp.

Fields

Example

>>> from necst_msgs.msg import TimedAzElFloat64
>>> msg = TimedAzElFloat64(az=2.0, el=0.1, time=1664792192.3645709)

Raw definitions

float64 az
float64 el
float64 time

Home