What is the best way to install Autoware on DrivePX2 now?
This probably is trivial. The Autoware guideline highly recommend installing via Docker. But there are some open issues in github regarding installing via Docker like this. It seems that the instruction here is outdated. So, my question is what is the best way to install Autoware on DrivePX2 now? Should I build from source?
Asked by SA92 on 2019-06-18 15:53:51 UTC
Answers
If you are not interested in GMSL camera, you can use generic docker image or source build.
If you are interested in GMSL camera, I'm not familiar with autoware_driveworks_gmsl_interface package. https://github.com/autowarefoundation/autoware/tree/623c51c8dc29f2d9d66ed6cbd39bcfb1d45183b7/ros/src/driveworks/packages/autoware_driveworks_gmsl_interface
Asked by kfunaoka on 2019-06-19 02:25:36 UTC
Comments
I have GMSL camera, but I think we can use GMSL cameras regardless of using docker or building from source. The problem is that the instruction here seems outdated and people faces some issues when they used docker to use Autoware. I am not sure which one is the way to go! Using Docker image or building from source?
Asked by SA92 on 2019-06-19 12:30:19 UTC
Yes, the docker image for PX2 does not work. You may be able to use GMSL camera by:
- building from source, or
- getting the generic docker image, setting up the docker environment, and building autoware_driveworks_gmsl_interface package.
It seems building from source is straightforward.
Asked by kfunaoka on 2019-06-19 17:20:01 UTC
Comments