mirror of
https://github.com/karma-riuk/hdr_esim.git
synced 2025-06-19 10:57:51 +02:00
initial commit
This commit is contained in:
11
event_camera_simulator/esim_msgs/msg/OpticFlow.msg
Normal file
11
event_camera_simulator/esim_msgs/msg/OpticFlow.msg
Normal file
@ -0,0 +1,11 @@
|
||||
# This message contains an optic flow map
|
||||
# (0, 0) is at top-left corner of image
|
||||
# The optic flow x and y components are expressed in px/s and encoded with floating point accuracy.
|
||||
# The memory layout of the data is row-major.
|
||||
|
||||
Header header
|
||||
uint32 height
|
||||
uint32 width
|
||||
|
||||
float32[] flow_x
|
||||
float32[] flow_y
|
Reference in New Issue
Block a user