Skip to content
Snippets Groups Projects

CaptureMotion: replace origin_frame_ptr_ by capture_origin_ptr_.

Merged Joan Solà Ortega requested to merge capture-motion into devel
Files
25
@@ -32,7 +32,7 @@ public:
@@ -32,7 +32,7 @@ public:
const SensorBasePtr& _sensor_ptr,
const SensorBasePtr& _sensor_ptr,
const Eigen::VectorXs& _data,
const Eigen::VectorXs& _data,
const Eigen::MatrixXs& _data_cov,
const Eigen::MatrixXs& _data_cov,
FrameBasePtr _origin_frame_ptr,
CaptureBasePtr _capture_origin_ptr,
StateBlockPtr _p_ptr = nullptr,
StateBlockPtr _p_ptr = nullptr,
StateBlockPtr _o_ptr = nullptr,
StateBlockPtr _o_ptr = nullptr,
StateBlockPtr _intr_ptr = nullptr);
StateBlockPtr _intr_ptr = nullptr);
Loading