1. CMake Error at /opt/ros/indigo/share/catkin/cmake/catkinConfig.cmake:83 (find_package) :
    2. Could not find a package configuration file provided by "tf_conversions" with any of the following names:
    3. tf_conversionsConfig.cmake
    4. tf_conversions-config.cmake
    5. Call Stack
    6. maven_odo/CMakeLists.tst:4 (find_package)

    Do you have the tf_conversions package installed?
    In general when building packages from source, it’s advisable to first run

    1. rosdep (check|install) --from-paths /path/to/your/catkin_ws/src --ignore-src

    to make sure you are not missing any dependencies.
    Simply cloning a single git repository will not be enough in most cases.

    先check再install
    image.png