Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
1ADZX opened this issue Dec 28, 2023 · 0 comments
Open

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

1ADZX opened this issue Dec 28, 2023 · 0 comments

Comments

@1ADZX
Copy link

1ADZX commented Dec 28, 2023

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant