mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-22 22:32:11 +08:00
msg ROS2 compatibility, microdds_client improvements (timesync, reduced code size, added topics, etc), fastrtps purge
- update all msgs to be directly compatible with ROS2 - microdds_client improvements - timesync - reduced code size - add to most default builds if we can afford it - lots of other little changes - purge fastrtps (I tried to save this multiple times, but kept hitting roadblocks)
This commit is contained in:
@@ -0,0 +1,36 @@
|
||||
uint64 timestamp # time since system start (microseconds)
|
||||
|
||||
uint8[32] vendor_name
|
||||
uint8[32] model_name
|
||||
uint8[32] custom_name
|
||||
uint32 firmware_version
|
||||
uint32 hardware_version
|
||||
uint64 uid
|
||||
|
||||
uint16 cap_flags
|
||||
|
||||
uint32 GIMBAL_DEVICE_CAP_FLAGS_HAS_RETRACT = 1
|
||||
uint32 GIMBAL_DEVICE_CAP_FLAGS_HAS_NEUTRAL = 2
|
||||
uint32 GIMBAL_DEVICE_CAP_FLAGS_HAS_ROLL_AXIS = 4
|
||||
uint32 GIMBAL_DEVICE_CAP_FLAGS_HAS_ROLL_FOLLOW = 8
|
||||
uint32 GIMBAL_DEVICE_CAP_FLAGS_HAS_ROLL_LOCK = 16
|
||||
uint32 GIMBAL_DEVICE_CAP_FLAGS_HAS_PITCH_AXIS = 32
|
||||
uint32 GIMBAL_DEVICE_CAP_FLAGS_HAS_PITCH_FOLLOW = 64
|
||||
uint32 GIMBAL_DEVICE_CAP_FLAGS_HAS_PITCH_LOCK = 128
|
||||
uint32 GIMBAL_DEVICE_CAP_FLAGS_HAS_YAW_AXIS = 256
|
||||
uint32 GIMBAL_DEVICE_CAP_FLAGS_HAS_YAW_FOLLOW = 512
|
||||
uint32 GIMBAL_DEVICE_CAP_FLAGS_HAS_YAW_LOCK = 1024
|
||||
uint32 GIMBAL_DEVICE_CAP_FLAGS_SUPPORTS_INFINITE_YAW = 2048
|
||||
|
||||
uint16 custom_cap_flags
|
||||
|
||||
float32 roll_min # [rad]
|
||||
float32 roll_max # [rad]
|
||||
|
||||
float32 pitch_min # [rad]
|
||||
float32 pitch_max # [rad]
|
||||
|
||||
float32 yaw_min # [rad]
|
||||
float32 yaw_max # [rad]
|
||||
|
||||
uint8 gimbal_device_compid
|
||||
Reference in New Issue
Block a user