Message for the time synchronization packets for the WFOV cameras.
# Message for the time synchronization packets for the WFOV cameras.Headerheader# stamp is the time at which the trigger was received.stringtime_reference# The name of the reference clock for this message's timestamp.timetrigger_time# The trigger time at which the data was valid.stringtrigger_time_reference# The name of the reference clock for this message's trigger timestamp.uint32shutter# Time duration (microseconds) the shutter was open.uint32id# Camera ID Numberuint32trigger_seq# Number of triggers sent to this camera ID number
Message for holding an image and metadata for the NDVI cameras.
# Message for holding an image and metadata for the NDVI cameras.Headerheader# stamp is the time at which the data was valid.# frame_id is the location of the camera.stringtime_reference# The name of the reference clock for this message's timestamp.sensor_msgs/Imageimage# Standard ROS imagesensor_msgs/CameraInfoinfo# Standard ROS camera infofloat32shutter# Time duration (seconds) the shutter was open. Given by the FPGA timesync packet. Negative shutter is an uninitialized (invalid) value.float32gain# Gain (in dB) applied to the image.uint16white_balance_blue# White balance in blue.uint16white_balance_red# White balance in red.float32temperature# Temperature reported by the camera (Celsius).
Message for holding an image and metadata for the NDVI cameras.
# Message for holding an image and metadata for the NDVI cameras.Headerheader# stamp is the time at which the data was valid.# frame_id is the location of the camera.stringtime_reference# The name of the reference clock for this message's timestamp.sensor_msgs/CompressedImageimage# Standard ROS compressed imagesensor_msgs/CameraInfoinfo# Standard ROS camera infofloat32shutter# Time duration (seconds) the shutter was open. Given by the FPGA timesync packet. Negative shutter is an uninitialized (invalid) value.float32gain# Gain (in dB) applied to the image.uint16white_balance_blue# White balance in blue.uint16white_balance_red# White balance in red.float32temperature# Temperature reported by the camera (Celsius).geometry_msgs/TransformStampedworldToCamera# stamped transform for converting world coordinates to camera frame coordinates. Handy for visualization.