ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | Q&A answers.ros.org
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

You should not name your package test as this is a special target for CMake to compile and run unittests. If you have no unittests defined, nothing happens. Rename/recreate your package with a different name, this should work.

You should not name your package target executable test as this is a special target for CMake to compile and run unittests. If you have no unittests defined, nothing happens. Rename/recreate Rename your binary target and try again. Maybe you have to rename your package with a different name, this should work.as well.