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

Functionality? #1

Open
antithing opened this issue Feb 14, 2019 · 5 comments
Open

Functionality? #1

antithing opened this issue Feb 14, 2019 · 5 comments

Comments

@antithing
Copy link

Hi! Thanks for making this code available.
I am learning about pose graph icp slam, and I am trying to get your code built in windows.
Is this a functional slam system?
What dataset do I need to pass in?

Thanks again!

@Ellon
Copy link
Owner

Ellon commented Feb 15, 2019

Hi, and thanks for your interest.

I developed the code exclusively on Linux, so I cannot guarantee it will compile and run as expected on Windows (I'm almost sure it won't).

The system is still a work in progress that should reach a stable state soon. I'll then add some docs and examples. I plan to add an example using KITTI odometry dataset and another one using a dataset of the InFuse project (not yet publicly available).

If you want to start using it already, you can make a class that inherits from pgslam::PoseGraphSlam<T> and that converts your data to the expected input format and calls pgslam::PoseGraphSlam::AddData(...) (see this method's parameters for the input data). But keep in mind that the code is not stable and will probably change considerably in the next days.

Best,

@antithing
Copy link
Author

Thanks! I will wait for a working dataset version. :)

Have a great weekend

@antithing
Copy link
Author

Hi again! Did you get a chance to get a kitti example working with this code?
Thanks again!

@iDonghq
Copy link

iDonghq commented Aug 14, 2019

Hi Ellon, thanks for your wonderful work!

I have one question that how to config

"
localizer_ptr_->SetInputFiltersConfig(localizer_input_filters_config);
localizer_ptr_->SetIcpConfig(localizer_icp_config);
loop_closer_ptr_->SetIcpConfig(loop_closer_icp_config);
" ?

Could you give me example about config_file?

thanks again

@Pavankv92
Copy link

Hi Ellon,

This is a great project. I also read your paper which I hope based on this code!

It would be great if could update us on the status of the project and outline how to use your code in our project with pointcloud data set.

Thanks
Pavan

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

4 participants