Hi.
I’m trying to add my package based on TensorRT & CUDNN, but there is an cudnn link error
So I added linking option to my cmake and the error disappeared
(When I remove autoware_build_flags, there is also no build error)
But the cuda runtime error(77) occured at the moment
I also tried to build it on my own ros workspace and it works well
All the code is same and cmake option is same
I wonder why my package does not work only on the Autoware workspace
Thanks