ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

I'm not sure if this would fit your needs, but you could possibly make your CUDA specific code a custom external library, which you then link to from catkin. That would make it more straightforward to figure out how to cross compile as you could use nvcc directly and you wouldn't need to search for ROS-specific instructions for cross compiling. Obviously this adds another layer to the process, so it probably depends on whether your code lends itself to being a library.