corrected position calculation for NxN points

This commit is contained in:
2019-04-12 19:04:45 +02:00
parent 8227a8e48d
commit abd343f576
4 changed files with 26 additions and 7 deletions

View File

@ -1,4 +1,14 @@
#include <msckf_vio/image_handler.h>
#include <iostream>
#include <algorithm>
#include <set>
#include <Eigen/Dense>
#include <sensor_msgs/image_encodings.h>
#include <random_numbers/random_numbers.h>
#include <msckf_vio/CameraMeasurement.h>
#include <msckf_vio/TrackingInfo.h>
#include <msckf_vio/image_processor.h>
namespace msckf_vio {
namespace image_handler {