* 환경
Ubuntu 20.04
ROS Noetic
* 해결 방법
CMakeLists.txt 파일에 다음 줄 추가
find_package(image_transport)
* Reference
Reference에서는 package.xml 파일 수정 하라고 하지만, 난 수정하지 않아도 빌드 가능했음
https://stackoverflow.com/questions/20482782/undefined-reference-to-image-transport
undefined reference to image_transport
I am developing a ROS Qt GUI application and I face a problem on ROS Hydro (I had the same problem while working on ROS Fuerte). My project does not recognize my library like image_transport.h. I a...
stackoverflow.com
'Libraries & Packages > ROS' 카테고리의 다른 글
ROS2 install (0) | 2023.05.09 |
---|---|
[ROS] 다른 패키지에 정의된 custom message 파일 가져오는 방법 (0) | 2023.04.24 |
static transform publisher 사용 (0) | 2023.02.24 |
[ROS] Compressed Image를 Raw Image로 Republish (0) | 2023.02.23 |
[ROS] Bag파일에 포함된 이미지를 영상 파일로 변경 (0) | 2022.10.21 |