dusty-nv / ros_deep_learning

Deep learning inference nodes for ROS / ROS2 with support for NVIDIA Jetson and TensorRT
866 stars 258 forks source link

colcon build with error #65

Closed Ryan-ZL-Lin closed 3 years ago

Ryan-ZL-Lin commented 3 years ago

Hi @dusty-nv During the process of colcon build, I got an stderr as follows: 1 package had stderr output: ros_deep_learning

Do you have any idea what might be the potential reason?

p.s. I could successfully run the ROS2 commands to see the message output on various topics via video_viewer and detectnet.

Ryan-ZL-Lin commented 3 years ago

I figured it out! The message in the src/CmakeList.txt contains STATUS message instead of FATAL ERROR, so colcon build will basically output these messages to the terminal. (https://cmake.org/cmake/help/v3.16/command/message.html )