Closed wayneparrott closed 1 year ago
ROS Humble introduced the content-filtering topics feature. This PR makes makes this feature available to rclnodejs developers.
Resources DDS 1.4 specification, Annex B Content-filtering tutorial https://github.com/ros2/design/pull/282
Supported RMWs Content-filtering is supported by the following RMWs as of the Humble release:
rmw_cyclonedds_cpp does NOT support content-filtering yet.
Key Changes node.js
node.d.ts
rcl_bindings.cpp
rmw.js
test-subscription-content-filter.js
examples
package.json
I discovered that I omitted an additional api for resetting a subscription content-filter. Please hold off reviewing. I will reopen this PR once I've implemented that feature.
ROS Humble introduced the content-filtering topics feature. This PR makes makes this feature available to rclnodejs developers.
Resources DDS 1.4 specification, Annex B Content-filtering tutorial https://github.com/ros2/design/pull/282
Supported RMWs Content-filtering is supported by the following RMWs as of the Humble release:
rmw_cyclonedds_cpp does NOT support content-filtering yet.
Key Changes node.js
node.d.ts
rcl_bindings.cpp
rmw.js
test-subscription-content-filter.js
examples
package.json