Skip to content

Commit

Permalink
definition of local means being in the same context. (#359)
Browse files Browse the repository at this point in the history
Signed-off-by: Tomoya Fujita <[email protected]>
  • Loading branch information
fujitatomoya authored Nov 3, 2023
1 parent 83445be commit e840bea
Showing 1 changed file with 1 addition and 6 deletions.
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

0 comments on commit e840bea

Please sign in to comment.