ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
I think you might have an error in your CMakeLists.txt
and package.xml
. The package that you list in it should be tf
and not tfConfig
. The Config.cmake
and -config.cmake
are generated when the particular package is built and checked for when building its dependancies. If you don't have the tf package, it can be installed as sudo apt-get install ros-kinetic-tf
2 | No.2 Revision |
I think you might have an error in your CMakeLists.txt
and package.xml
. The package that you list in it should be tf
and not tfConfig
. The Config.cmake
and -config.cmake
are generated when the particular package is built and checked for when building its dependancies. If you don't have the tf package, it can be installed as sudo apt-get install ros-kinetic-tf
Refer: https://answers.ros.org/question/193807/cmake-error-tf-while-building-ar_track_alvar/