-
Notifications
You must be signed in to change notification settings - Fork 998
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
mavros_extras plugins not loaded with ROS2 Jazzy on Ubuntu 24.04 #1960
Comments
this problem arises everywhere where yaml_cpp_vendor used. it seems it moved from using ament target dependencies and requires to explicitly include yaml-cpp in target_link_libraries |
Had the same problem, added: to the mavros_extras CMakeLists.txt package and everything works now, all plugins initialized. |
This should be resolved now by #1994 |
Issue details
I build mavros from source according to the Jazzy instructions (commit b0da849 (HEAD, tag: 2.8.0, origin/ros2, origin/HEAD, ros2)), but upon running the mavros node, it fails to load all plugins in the mavros_extras, although the std_plugins are loaded successfully.
MAVROS version and platform
Mavros: 2.8.0
ROS: Jazzy
Ubuntu: 24.04
Autopilot type and version
[ ] ArduPilot
[ ] PX4
Version: N/A
Node logs
The text was updated successfully, but these errors were encountered: