When trying to build autoware using docker 1.11.0 , we got the error when executing pointpillars executable or roslaunch file:
ERROR: engine.cpp (177) - Cudnn Error in initializeCommonContext: 1 (Could not initialize cudnn, please check cudnn installation.)
Kindly help us
amc-nu
2
@chowkamlee81 Docker image does not include TensorRT support, which is required by PointPillars. You’ll need to build from source.
- Make sure to install the extra requirements for PointPillars
- Follow the instricution to build Autoware from source