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

how to run libsurvive with verbose logging and changing poser to KalmanOnly #13

Open
carlmstott opened this issue Mar 5, 2025 · 1 comment

Comments

@carlmstott
Copy link

Hello!

Firstly I'd like to thank you for making this, it's been super useful!

I would like to run the isntance of libsurvive with the tags "-v --poser KalmanOnly" (verbose logging and using the KalmanOnly poser)

Ive tried changing line 43 in the launch file to:
{'driver_args': f'-v --force-recalibrate 1 -c {CFG_FILE}'},
to add -v to the libsurvive launch command but that hasn't worked.

Ive also tried changing the poser inside the config.json file to say: "poser":"KalmanOnly",

But the poser does not change to the KalmanOnly filter and the MPFIT poser is still used.

Do you know how I could launch libsurvive through your package with these specifications?

@asymingt
Copy link
Owner

asymingt commented Mar 6, 2025

Hey @carlmstott

Thanks for the appreciation ♥️ I have big plans to move the runtime filter used in libsurvive into GTSAM or PyPose, but until I have more time that idea is on on hold.

One thing to check first: are you running in docker? If so, the config.json might be copied over as part of the build stage and so you won't see your changes take effect until a rebuild

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