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

Update documentation with dependencies and examples #2

Open
mmalmeid opened this issue Feb 1, 2023 · 5 comments
Open

Update documentation with dependencies and examples #2

mmalmeid opened this issue Feb 1, 2023 · 5 comments

Comments

@mmalmeid
Copy link

mmalmeid commented Feb 1, 2023

Hi, I've been trying to instal this package to test. I had to install a few more packages. I would suggest adding them to the documentation:

pip install apriltag PySide6 scikit-learn open3d scikit-spatial scikit-image

In addition, I couldn't find the dependency for img_to_grid. Is this code that you have developed or is it part of a third party package?

Also, it would be nice to add a sample Rosbag that we can use to test your example. That could be helpful in allowing us to find insights in case our application doesn't work

@mmalmeid
Copy link
Author

mmalmeid commented Feb 2, 2023

The issue with img_to_grid exists within the docker as well.

It was a big pain to actually run things in docker, as it was stubbornly using python-dateutil 2.7.3, which is not compatible with the latest version of open3d.
I had to uninstall it using sudo pip uninstall python-dateutil --isolated and then install the right version pip install python-dateutil==2.8.2

@hirenpatel1207
Copy link

Where you able to solve the ´img_to_grid´ dependency issue?

@marcelinomalmeidan
Copy link

nope =/

@Surajj4837-th
Copy link

If someone has resolved this then kindly post the solution.

@monikaskawka
Copy link
Contributor

Hi, we have added the img_to_grid file in the new release. The issue should be resolved.

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

5 participants