You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sam@14IAU7:~/lib/rpg_svo/svo/build$ make
[ 3%] Building CXX object CMakeFiles/svo.dir/src/frame_handler_mono.cpp.o
/home/sam/lib/rpg_svo/svo/src/frame_handler_mono.cpp: In member function ‘virtual void svo::FrameHandlerMono::initialize()’:
/home/sam/lib/rpg_svo/svo/src/frame_handler_mono.cpp:48:72: error: ‘_1’ was not declared in this scope
48 | &MapPointCandidates::newCandidatePoint, &map_.point_candidates_, _1, _2);
| ^~
And:
/home/sam/lib/rpg_svo/svo/src/frame_handler_mono.cpp:48:76: error: ‘_2’ was not declared in this scope
48 | &MapPointCandidates::newCandidatePoint, &map_.point_candidates_, _1, _2);
| ^~
The text was updated successfully, but these errors were encountered:
And:
The text was updated successfully, but these errors were encountered: