본문 바로가기
Libraries & Packages/ROS

error /usr/lib/aarch64-linux-gnu/libopencv_objdetect.so.3.2.0

by yongee97 2023. 7. 25.

* Solution

sudo apt install libopencv3.2

 

* Reference

https://github.com/ros-perception/depthimage_to_laserscan/issues/41

 

No rule to make target '/usr/lib/aarch64-linux-gnu/libopencv_objdetect.so.3.2.0' · Issue #41 · ros-perception/depthimage_to_la

My platform is Jetson TX2 with jetpack 4.2, ros melodic. When I use catkin_make to make depthimage_to_laserscan, there is an error. make[2]: *** No rule to make target '/usr/lib/aarch64-linux-gnu/l...

github.com