Jacob Perron

Results 64 issues of Jacob Perron

Replaces https://github.com/ros2/rmw/pull/329 Follow-up to https://github.com/ros2/rmw/pull/328 --- This PR contains two changes: - Use gid struct for request id Everywhere else in rmw, we use the type rmw_gid_t for global identifiers....

Like https://github.com/ros2/rclpy/issues/870, there is a similar race with action clients. See discussion here: https://github.com/ros2/rclpy/pull/871#issuecomment-1010322339

bug
backlog

## Feature request #### Feature description Support adding specific callback groups to an executor, instead of entire node objects. This enables finer control over what is added to an executor...

enhancement
backlog

## Bug report **Required Info:** - Operating System: - Ubuntu 20.04 - Installation type: - source - Version or commit hash: - 6e3021b93b75f741d31060f4c12b50b65cf4ff97 - DDS implementation: - CycloneDDS - Client...

bug

For example: [![Build Status](https://ci.ros2.org/job/ci_windows/11201/badge/icon)](https://ci.ros2.org/job/ci_windows/11201/) In https://github.com/ros2/ci/pull/454, we updated our Windows CI to install OpenSSL 1.1.1, but ran into issues with tests using Connext in [test_security](https://github.com/ros2/system_tests/tree/master/test_security). The tests were disabled in...

bug

Looking at the code we see that the argparse option declared here: https://github.com/ros2/ci/blob/eb8d0ad3e9b74a71561c178bb5d8487f77206d35/ros2_batch_job/__main__.py#L238-L240 is not actually used anywhere in the code. So setting this option has no affect on the...

bug
backlog

Neither `colcon test` nor Jenkins report warnings coming from Python code. For example, deprecated API was recently introduced in https://github.com/ros2/ros2cli/pull/463 but CI passes without reported the warnings. I would expect...

enhancement

This is a ticket to track work related to the service introspection feature proposed in https://github.com/ros-infrastructure/rep/pull/360 The high-level idea is to introduce service event messages that are published whenever a...

## Bug report I've noticed that in the case where we have one node creating two publishers on the same topic, but with different types, we seem to run into...

bug
question

Follow up from https://github.com/ros2/rmw_opensplice/pull/263#discussion_r267590563 This is a proposal for uniquely identifying ROS interfaces that does not make any assumptions about the subfolder(s) where the interface definitions are found.

in review