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
The goal of this ticket is to allow specifying the RMW implementation for a project in only one place. Currently the only way to specify the RMW implementation is to do so on every ros_* rule.
The goal of this ticket is to allow specifying the RMW implementation for a project in only one place. Currently the only way to specify the RMW implementation is to do so on every
ros_*
rule.Should work when using a local repository
Or when using an archive:
Context: #278
One way to implement this would be:
rmw_implementation
tobase_ros2_repository_attrs
DEFAULT_RMW_IMPLEMENTATION
, else pass in the empty string when generating the templatedistro.bzl.tpl
with aset-if-not-set
action for the environment variable RMW_IMPLEMENTATIONI'm pretty sure this would allow
ros_cc_binary(rmw_implementation="..."
to override the default, but would need to test to actually be sure.The text was updated successfully, but these errors were encountered: