Skip to content

When compiling code in debug mode, the code does not run normally #27

@1ADZX

Description

@1ADZX

When I compile the project in debug mode, such as catkin_make -DCMAKE_BUILD_TYPE=Debug. At the same time, I comment out the code set (CMAKE_BUILD_TYPE Release) in the path svin_ws_/src/SVIn/okvis_ros/CMakeLists.txt. The purpose of this is to make Debug compilation facilitates breakpoint debugging. But when I ran the data set, such as Underwater_Bus, I found that the node okvis_node reported an error, causing the entire code to not run normally. But when I modify the above CMakeLists.txt back to release compilation, the code can run normally. I would like to ask how you compile the code and implement breakpoint debugging on okvis_node?

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