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

Missing dependencies for SUMO exporter #6217

Closed
stefaniapedrazzi opened this issue Jun 15, 2023 · 1 comment · Fixed by #6245
Closed

Missing dependencies for SUMO exporter #6217

stefaniapedrazzi opened this issue Jun 15, 2023 · 1 comment · Fixed by #6245
Assignees
Labels
bug Something isn't working documentation Improve or fix the documentation (MD files only, no software development)
Milestone

Comments

@stefaniapedrazzi
Copy link
Member

Following the instruction on the Q&A and documentation (https://www.cyberbotics.com/doc/automobile/sumo-exporter), the exporter fails on snap/Ubuntu 22.04 because of missing dependencies (like libfox-1.6.0, libxerces-c3.2).

All these dependencies can be installed with the sumo package.
However, this is not documented.

@stefaniapedrazzi stefaniapedrazzi added bug Something isn't working documentation Improve or fix the documentation (MD files only, no software development) labels Jun 15, 2023
@stefaniapedrazzi stefaniapedrazzi added this to the R2023b milestone Jun 15, 2023
@stefaniapedrazzi stefaniapedrazzi self-assigned this Jun 19, 2023
@stefaniapedrazzi
Copy link
Member Author

stefaniapedrazzi commented Jun 19, 2023

I started to check in details which libraries where missing and I had to install/copy 32 additional libraries (72.9 MB).

The missing libraries can also be installed with the following two packages that we could document:

  • libgdal30
  • libfox-1.6-0

However, the current distributed SUMO version uses libgdal26 and not libgdal30 (not available by default in apt for Ubuntu 22.04) so it is misleading to install a different version just for getting all the dependencies.

Also note that the system SUMO library on Ubuntu 22.04 depends on libgdal30.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improve or fix the documentation (MD files only, no software development)
1 participant