MCPcopy Create free account
hub / github.com/ISEE-Technology/CamVox / Reset

Method Reset

isee-preprocessing/src/data_process.cpp:31–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29ImuProcess::~ImuProcess() {}
30
31void ImuProcess::Reset() {
32 ROS_WARN("Reset ImuProcess");
33
34 b_first_frame_ = true;
35 last_lidar_ = nullptr;
36 last_imu_ = nullptr;
37
38 gyr_int_.Reset(-1, nullptr);
39
40 cur_pcl_in_.reset(new PointCloudXYZI());
41 cur_pcl_un_.reset(new PointCloudXYZI());
42}
43
44void ImuProcess::IntegrateGyr(const std::vector<sensor_msgs::Imu::ConstPtr> &v_imu)
45{

Callers 1

IntegrateGyrMethod · 0.45

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected