Skip to content

Commit e840bea

Browse files
authored
definition of local means being in the same context. (#359)
Signed-off-by: Tomoya Fujita <[email protected]>
1 parent 83445be commit e840bea

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

rmw/include/rmw/types.h

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -163,12 +163,7 @@ typedef struct RMW_PUBLIC_TYPE rmw_subscription_options_s
163163
* remote nodes, especially to avoid "double delivery" when both intra- and
164164
* inter- process communication is taking place.
165165
*
166-
* \todo(wjwwood): nail this down when participant mapping is sorted out.
167-
* See: https://github.com/ros2/design/pull/250
168-
*
169-
* The definition of local is somewhat vague at the moment.
170-
* Right now it means local to the node, and that definition works best, but
171-
* may become more complicated when/if participants map to a context instead.
166+
* The definition of local means that in the same context.
172167
*/
173168
bool ignore_local_publications;
174169

0 commit comments

Comments
 (0)