You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# This message contains an uncompressed image
# (0, 0) is at top-left corner of image
std_msgs/Header header
uint32 height
uint32 width
string encoding
uint8 is_bigendian
uint32 step
uint8[] data
2.2 sensor_msgs/CameraInfo
主要包含了相机分辨率、内参矩阵、畸变向量、旋转矩阵(针对双目相机),投影矩阵 等。
派生到我的代码片
std_msgs/Header header
uint32 height
uint32 width
stringdistortion_model
float64[] D
float64[9] K
float64[9] R
float64[12] P
uint32 binning_x
uint32 binning_y
sensor_msgs/RegionOfInterestroi