You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, it's impossible to make a single rmw single typesupport build for rmw_fastrtps_dynamic_cpp, as it currently depends on rosidl_typesupport_fastrtps_c/cpp:
That dependency was introduced to use some utility functions available there.
It could be removed if the utility functions are moved to a common package.
The text was updated successfully, but these errors were encountered:
That dependency was introduced to use some utility functions available there.
It could be removed if the utility functions are moved to a common package
The dependency is there just for the u16string <-> wstring conversions. Perhaps rosidl_runtime_c and/or rosidl_runtime_cpp are good candidates for those functions?
Feature request
Feature description
Currently, it's impossible to make a single rmw single typesupport build for
rmw_fastrtps_dynamic_cpp
, as it currently depends onrosidl_typesupport_fastrtps_c/cpp
:rmw_fastrtps/rmw_fastrtps_dynamic_cpp/package.xml
Lines 27 to 28 in 98d1472
That dependency was introduced to use some utility functions available there.
It could be removed if the utility functions are moved to a common package.
The text was updated successfully, but these errors were encountered: