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 save poses? #16

Closed
Lyusijie opened this issue Apr 26, 2019 · 4 comments
Closed

How to save poses? #16

Lyusijie opened this issue Apr 26, 2019 · 4 comments

Comments

@Lyusijie
Copy link

Hello, i want to get poses of every timestamp. How to use the "Save poses..." button?
There is nothing When i click it, thank you.

@jbehley
Copy link
Owner

jbehley commented Apr 27, 2019

Hi @Lyusijie,

you have to enter a filename in the file dialog that should open. However, the default value was not very useful, therefore I changed it to a (hopefully) more sensible value.

Hope that solves your problem.

@Lyusijie
Copy link
Author

Thank you, but there isn't file dialog opened when i click "Save poses..." button.
But "select laserscan file" and "select output directory" is ok

@jbehley
Copy link
Owner

jbehley commented Apr 27, 2019

This following code connects the button with the savePoses() function:

connect(ui_.actionSavePoses, SIGNAL(triggered()), this, SLOT(savePoses()));

Unfortunately, it's not possible for me to reproduce your error...

@jbehley
Copy link
Owner

jbehley commented Sep 6, 2019

@Lyusijie, if the problem still is relevant, please re-open the issue again. Thanks

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