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

catkin_make fail #7

Open
stephen9999999 opened this issue Aug 28, 2022 · 3 comments
Open

catkin_make fail #7

stephen9999999 opened this issue Aug 28, 2022 · 3 comments

Comments

@stephen9999999
Copy link

Hi, thanks for your great work.
I use catkin_make to build the code, but get the following error:

2022-08-28 21-44-00 的屏幕截图

I install fmt using the following command:

git clone --depth 1 --branch 8.1.0 https://github.com/fmtlib/fmt.git
cd fmt
cmake -DCMAKE_POSITION_INDEPENDENT_CODE=TRUE -DCMAKE_CXX_STANDARD=17 -DFMT_TEST=False
sudo make install

could you give me suggestion?

@versatran01
Copy link
Owner

Sorry, I don't know what's causing this issue. Maybe try building fmt as shared libs

@stephen9999999
Copy link
Author

Thanks for your suggestion. It works.
I test the algorithm on your sample realsense data, but the result is not satisfactory. Could you give me some suggestions?
2022-08-31 21-18-25 的屏幕截图
I just extract the images and put the calib.txt in the same folder:
2022-08-31 21-19-30 的屏幕截图
The images is named by their timestamp.
2022-08-31 21-22-17 的屏幕截图

Then I modify the dsol_data.launch and get the result above.

2022-08-31 21-23-30 的屏幕截图

@versatran01
Copy link
Owner

I currently don't have time to look at this. Can you test on other datasets? like vkitti or tartan air?

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

2 participants