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

ESDF example needing pytest and matplotlib #98

Open
maxspahn opened this issue Jul 24, 2023 · 0 comments
Open

ESDF example needing pytest and matplotlib #98

maxspahn opened this issue Jul 24, 2023 · 0 comments
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@maxspahn
Copy link
Collaborator

As mentioned in #96, the example point_robot_esdf.py requires some packages that are not installed by default.

When I run point_robot_esdf directly, I receive the following errors. This didn't happen before and I suspect it's due to def test_edf_evaluation(proj_rgb):. Initially, I installed pytest and attempted to run it, but this only led to more error messages. Commenting out the code seems to solve the problem temporarily.
File "", line 1007, in _find_and_load
File "", line 984, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'pytest'

Suggested fix, remove all these parts that are not needed and if needed add comment.

@maxspahn maxspahn added bug Something isn't working good first issue Good for newcomers labels Jul 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant