We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ROS2 version : humble
ros_gz/ros_gz_bridge/include/ros_gz_bridge/convert/ros_gz_interfaces.hpp:39:10: fatal error: ros_gz_interfaces/msg/entity_wrench.hpp: No such file or directory 39 | #include <ros_gz_interfaces/msg/entity_wrench.hpp> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. gmake[2]: *** [CMakeFiles/ros_gz_bridge.dir/build.make:251: CMakeFiles/ros_gz_bridge.dir/src/service_factories/ros_gz_interfaces.cpp.o] Error 1 gmake[1]: *** [CMakeFiles/Makefile2:183: CMakeFiles/ros_gz_bridge.dir/all] Error 2 gmake: *** [Makefile:146: all] Error 2 --- Failed <<< ros_gz_bridge [26.6s, exited with code 2]
How can I avoid this?
The text was updated successfully, but these errors were encountered:
Have you also rebuild the ros_gz_interfaces package? It appears there is a new message file that is needed that you don't have generated yet.
ros_gz_interfaces
Sorry, something went wrong.
I've cloned the whole ros_gz repo (humble branch) and I have no other building errors.
Is there any progress on this issue? I have the same problem when building from source on the humble branch.
humble
No branches or pull requests
ROS2 version : humble
How can I avoid this?
The text was updated successfully, but these errors were encountered: