How to use Rosbuild project with Cuda in Nsight
I use Ubuntu 14, and install ros and cuda.
I look IDE of ros, and build a project of eclipse.
And now, I add a .cu file to the rosbuild project.
But I don't know how to change the CmakeList.
I try to this http://bikulov.org/blog/2013/12/24/example-of-cmake-file-for-cuda-plus-cpp-code/, but can't build in Nsight.
Then I try INCLUDE_DIRECTORIES(/usr/local/cuda/include)
But have error 'Unresolved inclusion:
Asked by nistar on 2016-11-11 02:58:24 UTC
Comments