rmw_implementation icon indicating copy to clipboard operation
rmw_implementation copied to clipboard

CMake infrastructure and dependencies for rmw implementations

Results 11 rmw_implementation issues
Sort by recently updated
recently updated
newest added

This is an automatic backport of pull request #210 done by [Mergify](https://mergify.com). --- Mergify commands and options More conditions and actions can be found in the [documentation](https://docs.mergify.com/). You can also...

this PR is for service counts using it's name like topic. Related to https://github.com/ros2/ros2cli/pull/771 Signed-off-by: leeminju531

## Bug report **Required Info:** - Operating System: - ubuntu 20.04 - Installation type: - binary - Version or commit hash: - 1.0.3-1focal.20220209.142624 - DDS implementation: - rmw_cyclonedds_cpp - Client...

Discovered this while going over dependencies again with @chapulina. I think it should be build tool and not exec.

enhancement

Add tests for deserialization of a corrupted buffer. The message type has been chosen on purpose to be `UnboundedSequences` in order to check the fixes on ros2/rmw_fastrtps#505 and eProsima/Fast-CDR#98. They...

While investigating the causes behind https://github.com/ros2/rmw_cyclonedds/issues/279 , we discovered that there is no test within ROS 2 that actually does a `rmw_take_sequence` and then checks on the results. We *do*...

good first issue
help wanted

Reviewing the [package.xml](https://github.com/ros2/rmw_implementation/blob/master/rmw_implementation/package.xml#L25) of `rmw_implementation`, it ``s on `rmw_implementation_cmake` which it wrong because this package is pure cmake. this should be changed to `, right ?

Adds function that returns the number of matched subscriptions that are not in the same context as the publisher. Depends on https://github.com/ros2/rmw/pull/358 Part of https://github.com/ros2/rclcpp/issues/2202 full repos file [here](https://gist.github.com/MiguelCompany/c92eb293f97ad82ced4aa1f4b0c60d5e/raw/fe4f53f423377908cf2cebfd7bc666c3d67a356f/count_non_local_subscriptions_rolling.repos)

To cooperate with updating the https://github.com/ros2/rmw_fastrtps/pull/672 and https://github.com/ros2/rmw_connextdds/pull/106, I need to add a test here.