mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 01:20:25 +08:00
fixed a compilation warning
This commit is contained in:
@@ -53,7 +53,7 @@ namespace clams
|
||||
|
||||
// -- For all selected frames, accumulate training examples
|
||||
// in the distortion model.
|
||||
size_t counts;
|
||||
size_t counts = 0;
|
||||
//#pragma omp parallel for // error on linux
|
||||
for(std::map<int, rtabmap::Transform>::const_iterator iter = trajectory.begin(); iter != trajectory.end(); ++iter)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user