Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions rmw/include/rmw/types.h
Original file line number Diff line number Diff line change
Expand Up @@ -163,12 +163,7 @@ typedef struct RMW_PUBLIC_TYPE rmw_subscription_options_s
* remote nodes, especially to avoid "double delivery" when both intra- and
* inter- process communication is taking place.
*
* \todo(wjwwood): nail this down when participant mapping is sorted out.
* See: https://github.com/ros2/design/pull/250
*
* The definition of local is somewhat vague at the moment.
* Right now it means local to the node, and that definition works best, but
* may become more complicated when/if participants map to a context instead.
* The definition of local means that in the same context.
*/
bool ignore_local_publications;

Expand Down