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