necst_msgs.msg.TimedAzElInt64
Generic data type for set of int64 values for az/el axes, with timestamp.
int64
) -- Value for azimuth axis.int64
) -- Value for elevation (altitude) axis.float64
) -- Time at which the data is published or is valid.>>> from necst_msgs.msg import TimedAzElInt64
>>> msg = TimedAzElInt64(az=1, el=0, time=1664792192.3645709)
int64 az
int64 el
float64 time