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

Is there anyone trying to install openplanner on Ubuntu 22.04 #14

Open
hengcong opened this issue May 3, 2023 · 1 comment
Open

Is there anyone trying to install openplanner on Ubuntu 22.04 #14

hengcong opened this issue May 3, 2023 · 1 comment

Comments

@hengcong
Copy link

hengcong commented May 3, 2023

I try to install Openplanner on Ubuntu22.04 and it seems there is a package named libproj-dev have made its header file obsolete.

--- stderr: open_planner
/home/huo/carla-autoware-universe/autoware/src/universe/external/open_planner/op_lib/src/mapping/opendrive/geometry/GeometryGenerator.cpp:21:10: fatal error: proj_api.h: No such file or directory
   21 | #include <proj_api.h>
      |          ^~~~~~~~~~~~
compilation terminated.
gmake[2]: *** [CMakeFiles/openplanner.dir/build.make:342: CMakeFiles/openplanner.dir/src/mapping/opendrive/geometry/GeometryGenerator.cpp.o] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/openplanner.dir/all] Error 2
gmake: *** [Makefile:146: all] Error 2
@hatem-darweesh
Copy link
Owner

I guess you need to connect carla-simulator to autoware universe ?!
OpenPlanner for autoware universe is empty (no functionality) except to support carla-bridge.
but this bridge works only with ROS 2 galactic on ubuntu 20.04. the main reason and they one issue that will block you for supporting humble on ubuntu 22.04 is the Python support.

Unless CARLA team change the functionality of the Simulator and scenario runner to work with Python 3.10, making autoware.universe (humble) to work with carla bridge is impossible.

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