-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot find vision_msgs/msg/detail/bounding_box2_d__struct.hpp #88
Comments
Hi, sorry to hear you're having trouble. Could you please provide reproduction steps? What version of ROS are you running, what command are you running that errors out, what are you trying to build (looks like |
https://github.com/cyberbotics/webots_ros2/wiki/Linux-Installation-Guide
The colcon build is where it gets stuck n it. Do I need to redownload the package for vision_msgs, I'm not sure. Something like geometry_msgs has the right .hpp, but not vision_msgs. Thanks |
Is that IDL generated code for the messages or your actual code? if its not your actual code, link the msgs file you're using. If this is your file, why are you using internal detail struct includes instead of the normal messages? This also looks like you're using Crystal, which is ancient and could very well not include necessary types or features that this package leverages. |
HI,
I am having a similar issue with this:
/home/jainish/ros2_ws/build/webots_ros2_msgs/rosidl_generator_cpp/webots_ros2_msgs/msg/detail/camera_recognition_object__struct.hpp:23:10: fatal error: vision_msgs/msg/detail/bounding_box2_d__struct.hpp: No such file or directory
23 | #include "vision_msgs/msg/detail/bounding_box2_d__struct.hpp"
The other packages like geometric_msgs works fine though.
The text was updated successfully, but these errors were encountered: