This repository has been archived by the owner on Oct 7, 2021. It is now read-only.
rmw_get_service_names_and_types should support other RMW's service types #239
Labels
bug
Something isn't working
The implementation of
rmw_get_service_names_and_types
inrmw_opensplice_cpp
was changed in #234 with support for services using opensplice typesupport in mind.We mentioned in that PR that it is always guaranteed that Sample_ is in the type name, which is indeed true for services using opensplice typesupport.
However, if, for example, the ros2 daemon is using rmw_opensplice_cpp, it may need to also report services that use different typesupports, e.g. those produced by an rmw_fastrtps_cpp node.
The following currently fails (testing on xenial from-source; originally uncovered by @nuclearsandwich testing on arm debs):
The text was updated successfully, but these errors were encountered: