Skip to content
Snippets Groups Projects
Commit ad62de84 authored by Dinesh Atchuthan's avatar Dinesh Atchuthan
Browse files

setFrame inside CaptureIMU constructor

parent 54d76b60
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,7 @@ CaptureIMU::CaptureIMU(const TimeStamp& _init_ts, SensorBasePtr _sensor_ptr, con
CaptureMotion(_init_ts, _sensor_ptr, _acc_gyro_data, _origin_frame_ptr)
{
setType("IMU");
this->setFramePtr(_origin_frame_ptr);
// std::cout << "constructed +C-IMU" << id() << std::endl;
}
......@@ -16,6 +17,7 @@ CaptureIMU::CaptureIMU(const TimeStamp& _init_ts, SensorBasePtr _sensor_ptr, con
CaptureMotion(_init_ts, _sensor_ptr, _acc_gyro_data, _data_cov, _origin_frame_ptr)
{
setType("IMU");
this->setFramePtr(_origin_frame_ptr);
// std::cout << "constructed +C-IMU" << id() << std::endl;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment