ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | Q&A answers.ros.org |
![]() | 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.
![]() | 2 | No.2 Revision |
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.