UNPKG

@aircast-4g/mavlink

Version:

TypeScript type generator for MAVLink dialects

16 lines (13 loc) 488 B
import { MessageDefinition } from '../../../core/types.js'; declare const MOUNT_ORIENTATION_ID = 265; declare const MOUNT_ORIENTATION_CRC_EXTRA = 0; declare const MountOrientationDefinition: MessageDefinition; interface MessageMountOrientation { time_boot_ms: number; roll: number; pitch: number; yaw: number; yaw_absolute?: number; } export { MOUNT_ORIENTATION_CRC_EXTRA, MOUNT_ORIENTATION_ID, MountOrientationDefinition }; export type { MessageMountOrientation };