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

error,这是什么原因 #1

Open
superyeevi opened this issue Mar 31, 2023 · 0 comments
Open

error,这是什么原因 #1

superyeevi opened this issue Mar 31, 2023 · 0 comments

Comments

@superyeevi
Copy link

/home/u18/rgbdslam_cg-master/app/visual_odometry.cpp:43:4: error: ‘cg’ has not been declared
cg::TUMDataRGBD tum_data_rgbd("/home/u18/rgbdslam_cg-master/rgbd_dataset_freiburg2_desk/", 1);
^~
/home/u18/rgbdslam_cg-master/app/visual_odometry.cpp:46:9: error: ‘tum_data_rgbd’ was not declared in this scope
tum_data_rgbd.getK(K);
^~~~~~~~~~~~~
/home/u18/rgbdslam_cg-master/app/visual_odometry.cpp:74:14: error: ‘tum_data_rgbd’ was not declared in this scope
if (!tum_data_rgbd.get_rgb_depth(img_color, img_depth)) {
^~~~~~~~~~~~~
CMakeFiles/visual_odometry.dir/build.make:75: recipe for target 'CMakeFiles/visual_odometry.dir/app/visual_odometry.cpp.o' failed
make[2]: *** [CMakeFiles/visual_odometry.dir/app/visual_odometry.cpp.o] Error 1
CMakeFiles/Makefile2:185: recipe for target 'CMakeFiles/visual_odometry.dir/all' failed
make[1]: *** [CMakeFiles/visual_odometry.dir/all] Error 2
Makefile:90: recipe for target 'all' failed
make: *** [all] Error 2

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