-
Notifications
You must be signed in to change notification settings - Fork 201
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
fatal error: geometry_msgs/msg/velocity_stamped.hpp: No such file or directory #721
Comments
Version 0.25.7 is the last Humble version before this PR, which added the This message was added in Humble here: ros2/common_interfaces#249. The next release of |
Thanks for your reply, I just updated all packages. I have installed I can find the file It is not listed up using |
I do have it on my Ubuntu 22.04 system with Humble:
Try reinstalling all packages with |
Hi, did someone found a solution ? I have the same issue. reinstalling all packages didn't help and I have also geometry_msgs version >= 4.2.4 |
Same here... |
I solved my problem, it was related to workspaces... |
Bug report
Steps to reproduce issue
include "tf2_geometry_msgs/tf2_geometry_msgs.hpp" in a custom package and build it.
Expected behavior
Installation using apt works fine.
Actual behavior
After update the custom package gives an error while building:
/opt/ros/humble/include/tf2_geometry_msgs/tf2_geometry_msgs/tf2_geometry_msgs.hpp:51:10: fatal error: geometry_msgs/msg/velocity_stamped.hpp: No such file or directory
51 | #include "geometry_msgs/msg/velocity_stamped.hpp"
Additional information
Today I updated all the ros packages and I get the error while building.
I then built the 0.25.7 version of the geometry2 package locally and it works again, but I couldn't figure out the problem.
Does anyone have an idea?
The text was updated successfully, but these errors were encountered: