uzh-rpg / rpg_svo_pro_open

GNU General Public License v3.0
1.35k stars 381 forks source link

catkin build ERROR, "tf_conversions" package configuration not found #62

Closed Burhanudin02 closed 5 months ago

Burhanudin02 commented 5 months ago

i tried to follow the full functionality steps but this error appear, hoping for help or any clue

"By not providing "Findtf_conversions.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "tf_conversions", but CMake did not find one."

Screenshot from 2024-01-08 14-33-07

Burhanudin02 commented 5 months ago

the error is because a package called "tf_conversions" has not be installed. Then install the package

sudo apt-get update && sudo apt-get install ros-noetic-tf-conversions

Burhanudin02 commented 5 months ago

the problem solved