Skip to content
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

ROS 2 Iron support? #69

Open
jhurliman opened this issue Sep 29, 2023 · 1 comment
Open

ROS 2 Iron support? #69

jhurliman opened this issue Sep 29, 2023 · 1 comment

Comments

@jhurliman
Copy link

set(supported_distros
        foxy
        galactic
  humble
  rolling
)
@jhurliman
Copy link
Author

By adding iron to this list, doing the same in rosido_typesupport_protobuf, and changing #if ROS_DISTRO == HUMBLE to #if ROS_DISTRO >= HUMBLE in rmw.hpp I got it to build. But it looks like more API needs to be implemented for Iron:

failed to resolve symbol 'rmw_client_request_publisher_get_actual_qos'
failed to resolve symbol 'rmw_client_response_subscription_get_actual_qos'
failed to resolve symbol 'rmw_client_set_on_new_response_callback'
failed to resolve symbol 'rmw_event_set_callback'
failed to resolve symbol 'rmw_feature_supported'
failed to resolve symbol 'rmw_get_gid_for_client'
failed to resolve symbol 'rmw_serialization_support_init'
failed to resolve symbol 'rmw_service_request_subscription_get_actual_qos'
failed to resolve symbol 'rmw_service_response_publisher_get_actual_qos'
failed to resolve symbol 'rmw_service_set_on_new_request_callback'
failed to resolve symbol 'rmw_subscription_get_content_filter'
failed to resolve symbol 'rmw_subscription_set_content_filter'
failed to resolve symbol 'rmw_subscription_set_on_new_message_callback'
failed to resolve symbol 'rmw_take_dynamic_message_with_info'
failed to resolve symbol 'rmw_take_dynamic_message'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant