Skip to content

Compilation error (without ROS) #282

Open
@unicornuniform

Description

@unicornuniform
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);
       |                                                                            ^~

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions