MCPcopy Create free account
hub / github.com/GDUT-Kyle/faster_lio_sam / resetParameters

Method resetParameters

src/ImageProjection.cpp:94–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92 }
93
94 void resetParameters(){
95 laserCloudIn->clear();
96
97 imuPointerCur = 0;
98 firstPointFlag = true;
99 odomDeskewFlag = false;
100
101 for (int i = 0; i < queueLength; ++i)
102 {
103 imuTime[i] = 0;
104 imuRotX[i] = 0;
105 imuRotY[i] = 0;
106 imuRotZ[i] = 0;
107 }
108 }
109
110 void imuHandler(const sensor_msgs::Imu::ConstPtr& imuMsg)
111 {

Callers

nothing calls this directly

Calls 1

clearMethod · 0.80

Tested by

no test coverage detected