Skip to content

Commit

Permalink
add TODO comment for status subscription
Browse files Browse the repository at this point in the history
Signed-off-by: Chen Lihui <Lihui.Chen@sony.com>
  • Loading branch information
Chen Lihui authored and Chen Lihui committed Mar 23, 2021
1 parent 9dbea2e commit 0d6a26d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions rcl_action/src/rcl_action/action_client.c
Original file line number Diff line number Diff line change
Expand Up @@ -784,6 +784,10 @@ rcl_ret_t set_content_filtered_topic(
goto clean;
}

// TODO(iuhilnehc-ynos) set status_subscription with filter expression for the sequence
// by wildcard if rti_connext_dds support this feature in the future,
// otherwise, it seems it's necessary to update the action message type or something else.

clean:

allocator.deallocate(feedback_filter, allocator.state);
Expand Down

0 comments on commit 0d6a26d

Please sign in to comment.