jetbot_ros icon indicating copy to clipboard operation
jetbot_ros copied to clipboard

jetbor_ros catkin_make failed not providing ''Findjetson-utils.cmake''

Open gloriaGRQ opened this issue 5 years ago • 1 comments

CMake Error at jetbot+ros/CMakeLists.txt:19(find package): By not providing ''Findjetson-utils.cmake'' in CMAKE_MOFULE_PATH this project has asked CMake to find a package configuration file provided by ''jetson-uitls'', but CMake did not find one

gloriaGRQ avatar Nov 13 '19 06:11 gloriaGRQ

sudo apt-get install libglew-dev
git clone https://github.com/dusty-nv/jetson-utils.git
cd jetson-utils
mkdir build && cd build
cmake ..
make
sudo make install

should solve it

wagonhelm avatar Feb 17 '20 04:02 wagonhelm