mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-26 07:30:35 +08:00
Add input capture module
Copy camera capture module as input capture F
This commit is contained in:
@@ -111,6 +111,7 @@ set(msg_files
|
||||
HeaterStatus.msg
|
||||
HomePosition.msg
|
||||
HoverThrustEstimate.msg
|
||||
InputCapture.msg
|
||||
InputRc.msg
|
||||
InternalCombustionEngineStatus.msg
|
||||
IridiumsbdStatus.msg
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
uint64 timestamp # time since system start (microseconds)
|
||||
uint64 timestamp_sample # the timestamp of the raw data (microseconds)
|
||||
uint32 seq # Capture sequence number
|
||||
|
||||
uint32 ORB_QUEUE_LENGTH = 2
|
||||
Reference in New Issue
Block a user