yutongwangBIT / VOOM

GNU General Public License v3.0
99 stars 8 forks source link

Is folder existed? #2

Closed luyihsien closed 6 months ago

luyihsien commented 6 months ago

from CmakeList.txt :116

add_executable(rgbd_tum_with_ellipse Examples/rgbd_tum_with_ellipse.cc) target_link_libraries(rgbd_tum_with_ellipse ${PROJECT_NAME})

add_executable(rgbd_diamond_with_ellipse Examples/rgbd_diamond_with_ellipse.cc) target_link_libraries(rgbd_diamond_with_ellipse ${PROJECT_NAME})

but I found the folder is not there

yutongwangBIT commented 6 months ago

Hi, I just updated the repository and uploaded the example folder yesterday, you might check it now.

luyihsien commented 6 months ago

I saw the update, thank you very much. May I ask if I can discuss a SLAM-related issue with you? I've noticed that your team are experts in SLAM, with many excellent conferences and research.

yutongwangBIT commented 6 months ago

I saw the update, thank you very much. May I ask if I can discuss a SLAM-related issue with you? I've noticed that your team are experts in SLAM, with many excellent conferences and research.

Sure, it's our pleasure.

luyihsien commented 5 months ago

Thx a lot~.I want to implement some decentralized SLAM work but met some obstacles.May I ask your multi-orbslam3 project on Github ?