-
Notifications
You must be signed in to change notification settings - Fork 320
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
Deskew in Config is erased by not passing --deskew in kiss_icp_pipeline #317
Comments
@ClementLeBihan are you sure about this ? could you please provide more details ? In my case is working. PS: please post the config file |
If it works on your case I'm not sure anymore, but when I print the deskew parameter in OdometryPipeline init function it is false, so
And my pointcloud isn't deskewed ... Here is my config file :
If I I'm using kiss-icp 0.4.0 installed with pip and python 3.10.8 |
Have you checked the data? That would be the most important thing. If you see the cloud being deskew or not? If you see perfect circles even when there is motion they it's not being deskewed. I'll check into this anyway |
Yes I've checked the data and the pointcloud isn't deskew unless I add the flag --deskew. On your side the deskew config parameter isn't overriden in config.py ? |
This PR #305 should have solved this. Can you build KISS from source and check again? |
Yes indeed ! Do you know when it will be available though pip ? |
As soon as @nachovizzo pulls the trigger for a new release :) We are currently changing quite a few things in another PR, so a new release is very likely to arrive soon! |
Thanks @benemer .
|
Hi,
When calling kiss_icp_pipeline with a config file that contains deskew: True (
kiss_icp_pipeline input.bag --topic /scan --config config.yaml
), the deskew parameter is erased to False as OdometryPipeline is called with the deskew parameter from argument parser. So if I do not call kiss_icp_pipeline with the --deskew flag, it don't use the deskew parameter in config file.Is it normal ?
Is there any other config option that are erased ?
The text was updated successfully, but these errors were encountered: