First commit of the code
This commit is contained in:
4
msg/CameraMeasurement.msg
Normal file
4
msg/CameraMeasurement.msg
Normal file
@ -0,0 +1,4 @@
|
||||
std_msgs/Header header
|
||||
# All features on the current image,
|
||||
# including tracked ones and newly detected ones.
|
||||
FeatureMeasurement[] features
|
6
msg/FeatureMeasurement.msg
Normal file
6
msg/FeatureMeasurement.msg
Normal file
@ -0,0 +1,6 @@
|
||||
uint64 id
|
||||
# Normalized feature coordinates (with identity intrinsic matrix)
|
||||
float64 u0 # horizontal coordinate in cam0
|
||||
float64 v0 # vertical coordinate in cam0
|
||||
float64 u1 # horizontal coordinate in cam0
|
||||
float64 v1 # vertical coordinate in cam0
|
7
msg/TrackingInfo.msg
Normal file
7
msg/TrackingInfo.msg
Normal file
@ -0,0 +1,7 @@
|
||||
std_msgs/Header header
|
||||
|
||||
# Number of features after each outlier removal step.
|
||||
int16 before_tracking
|
||||
int16 after_tracking
|
||||
int16 after_matching
|
||||
int16 after_ransac
|
Reference in New Issue
Block a user