ros-perception / vision_msgs

Algorithm-agnostic computer vision message types for ROS.
Apache License 2.0
157 stars 75 forks source link

About catkin_make question #62

Closed ferrari700 closed 2 years ago

ferrari700 commented 2 years ago

Hello, I am sorry to disturb you. The following error occurred when I used catkin_make in a workspace. I am sure that there is a vision_msgs folder in my src folder. How should I solve it? Thank you so much! Selection_017

s-sarahSM commented 2 years ago

@Kukanani I have the same problem mentionned by @ferrari700 I am working on Nvidia jetson AGX Xavier , ROS Melodic and Ubuntu 18.04 Thank you if you can help

Kukanani commented 2 years ago

Hello, please provide steps to produce a minimal working example, ideally using a docker container.

igillespie commented 2 years ago

Just a reminder to clone the relative branch, I'm on ros2-galactic, so I used git clone https://github.com/ros-perception/vision_msgs.git -b galactic It compiled fine. I made the mistake of not specifying the branch the first time and had build issues.