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

Issue while trying to calibrate Taxim running generateDataPack.py #2

Open
gabrielecaddeo opened this issue Aug 2, 2022 · 1 comment

Comments

@gabrielecaddeo
Copy link

Hi all,

Thanks for sharing the simulator.
I followed your usage tutorial video in order to calibrate the simulator with a different sensor. When I run the generateDataPack.py script giving the as data_path the folder with the images, the GUI opens correctly (I think)
nanogui

But, when I try to push the button "open" it raises an excpetion in this line of code, giving this output:
Caught exception in event handler: AttributeError: module 'nanogui' has no attribute 'directory_dialog.
This method does not exist in nano gui, when I run help(nanogui), this method is not shown.
What can I do to run the calibration?
Thanks

@wxchencn
Copy link

wxchencn commented Aug 28, 2022

Just use 'your_file_path' instead 'ng.directory_dialog(data_path)'.

And if you want to use the function 'ng.directory_dialog', maybe you can refer to this link.

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