Dev record/ROS

[ROS] ERROR: cannot launch node of type [image_proc/image_proc]: image_proc

Barrer 2023. 1. 9. 12:46
반응형

문제 상황

ERROR: cannot launch node of type [image_proc/image_proc]: image_proc

image topic을 rectification 해주는 image_proc 노드를 실행할 때 발생 오류 코드

해결 방안

해당 노드를 설치하면 해결된다.

apt-get install ros-melodic-image-proc

apt-get -y install ros-image-proc
반응형