-
Notifications
You must be signed in to change notification settings - Fork 127
Closed
Labels
backlogenhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
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 on rosidl_typesupport_fastrtps_c/cpp
:
rmw_fastrtps/rmw_fastrtps_dynamic_cpp/package.xml
Lines 27 to 28 in 98d1472
<build_depend>rosidl_typesupport_introspection_c</build_depend> | |
<build_depend>rosidl_typesupport_introspection_cpp</build_depend> |
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.
Metadata
Metadata
Assignees
Labels
backlogenhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed