content filtered topic for action_feedback and parameterevent#1592
content filtered topic for action_feedback and parameterevent#1592iuhilnehc-ynos wants to merge 14 commits intoros2:rollingfrom
Conversation
|
the same question with ros2/rcl#901 (comment) here, this PR includes #1561. |
Yes. Due to the #1561 not merged, I think I need to do it in this way. Do you have any suggestions? |
fujitatomoya
left a comment
There was a problem hiding this comment.
overall, seems to be okay with nitpicks.
|
|
||
| /// Check if subscription instance can support content filter topic feature. | ||
| /** | ||
| * Depending on the middleware and the message type, this will return true if the middleware |
There was a problem hiding this comment.
oversight from internal review, is this dependent on message type?
There was a problem hiding this comment.
Thanks for pointing it out.
rclcpp/src/rclcpp/time_source.cpp
Outdated
|
|
||
| void TimeSource::on_parameter_event(const rcl_interfaces::msg::ParameterEvent::SharedPtr event) | ||
| { | ||
| RCLCPP_DEBUG(logger_, "this node should not get others' parameter event if CFT is supported"); |
There was a problem hiding this comment.
if CFT is not supported, this prints every single time on parameter event happens. probably we would want to print this message if CFT is supported only?
There was a problem hiding this comment.
OK, I'll update it.
d1d3c34 to
ba4ece3
Compare
Signed-off-by: Chen Lihui <Lihui.Chen@sony.com>
Signed-off-by: Chen Lihui <Lihui.Chen@sony.com>
Signed-off-by: Chen Lihui <lihui.chen@sony.com>
Signed-off-by: Chen Lihui <Lihui.Chen@sony.com>
Signed-off-by: Chen Lihui <Lihui.Chen@sony.com>
Signed-off-by: Chen Lihui <lihui.chen@sony.com>
Signed-off-by: Chen Lihui <lihui.chen@sony.com>
Signed-off-by: Chen Lihui <lihui.chen@sony.com>
Signed-off-by: Chen Lihui <lihui.chen@sony.com>
Signed-off-by: Chen Lihui <lihui.chen@sony.com>
Signed-off-by: Chen Lihui <lihui.chen@sony.com>
to support content filter for action client feedback subscription Signed-off-by: Chen Lihui <lihui.chen@sony.com>
ba4ece3 to
50aeb0a
Compare
related to ros2/design#282
/parameter_eventsenhancementaction
feedbackenhancement