dusty-nv / ros_deep_learning

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

vision_msgs/Detection2DArray.h can not be found #13

Open ghost opened 5 years ago

ghost commented 5 years ago

When I build it on TX2, I got the following errors:

/home/nvidia/racecar-ws/src/ros_deep_learning/src/node_segnet.cpp:27:36: fatal error: vision_msgs/VisionInfo.h: No such file or directory compilation terminated. /home/nvidia/racecar-ws/src/ros_deep_learning/src/node_detectnet.cpp:26:42: fatal error: vision_msgs/Detection2DArray.h: No such file or directory

How can I fix it?

dusty-nv commented 5 years ago

Hi Deeprun, which version of ROS do you have installed?

Thanks, Dusty


From: deeprun notifications@github.com Sent: Saturday, July 20, 2019 4:58:49 PM To: dusty-nv/ros_deep_learning ros_deep_learning@noreply.github.com Cc: Subscribed subscribed@noreply.github.com Subject: [dusty-nv/ros_deep_learning] vision_msgs/Detection2DArray.h can not be found (#13)

When I build it on TX2, I got the following errors:

/home/nvidia/racecar-ws/src/ros_deep_learning/src/node_segnet.cpp:27:36: fatal error: vision_msgs/VisionInfo.h: No such file or directory compilation terminated. /home/nvidia/racecar-ws/src/ros_deep_learning/src/node_detectnet.cpp:26:42: fatal error: vision_msgs/Detection2DArray.h: No such file or directory

How can I fix it?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/dusty-nv/ros_deep_learning/issues/13?email_source=notifications&email_token=ADVEGKYLGG72EABZIHN5P4DQAN4ATA5CNFSM4IFPYB4KYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HAOQZSQ, or mute the threadhttps://github.com/notifications/unsubscribe-auth/ADVEGK3YHJ4ROKPW26ONPKLQAN4ATANCNFSM4IFPYB4A.


This email message is for the sole use of the intended recipient(s) and may contain confidential information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply email and destroy all copies of the original message.

ArtlyStyles commented 5 years ago

I am using Kinetic

ghost commented 5 years ago

Hi Dusty:

I am using Kinetic

laljarus commented 5 years ago

Hi I get a similar error while building the package. The error says ros cannot find package vision_msgs.cmake. Looks to me like some ros package is missing but I cannot find it. Could you please help to solve it Best Regards Suraj