jetbot_ros
jetbot_ros copied to clipboard
jetbor_ros catkin_make failed not providing ''Findjetson-utils.cmake''
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
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