Add input capture module

Copy camera capture module as input capture
F
This commit is contained in:
Jaeyoung Lim
2023-08-14 15:16:01 +02:00
parent 95b3005679
commit 984467b83b
8 changed files with 775 additions and 0 deletions
+1
View File
@@ -111,6 +111,7 @@ set(msg_files
HeaterStatus.msg
HomePosition.msg
HoverThrustEstimate.msg
InputCapture.msg
InputRc.msg
InternalCombustionEngineStatus.msg
IridiumsbdStatus.msg
+5
View File
@@ -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