dusty-nv / jetbot_ros

ROS nodes and Gazebo model for NVIDIA JetBot with Jetson Nano
MIT License
382 stars 178 forks source link

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

Open gloriaGRQ opened 4 years ago

gloriaGRQ commented 4 years ago

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

wagonhelm commented 4 years ago
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