Christophe Bedard

Results 77 issues of Christophe Bedard

Closes #2805 This guide will become invalid/unneeded if we do https://github.com/ros2/ros2/issues/1177 Signed-off-by: Christophe Bedard

As requested in the [ROS 2 TSC 2022-06-16 meeting](https://discourse.ros.org/t/ros-2-tsc-meeting-minutes-2022-06-16/26093), under "Humble Documentation." I'll take care of this.

enhancement

Originally brought up here: https://github.com/ros2/rcl_logging/pull/53#discussion_r496798867 The best pratice is apparently to pass `rcutils_allocator_t` around using pointers, even if they are passed by value in some places. There is a style...

Fixes #766 `colcon list` returns one result per line, which seems to break the console on Windows later on. Just switch from one-result-per-line to space-separated results. Signed-off-by: Christophe Bedard

## Description We should run `colcon test` on Windows like we do on Ubuntu & macOS. ## Related Issues https://github.com/ros-tooling/action-ros-ci/issues/643 was for the build issues specifically https://github.com/ros-tooling/action-ros-ci/pull/712 disabled the `colcon...

enhancement

Closes #157 This allows declaring PR dependencies (PRs/MRs/branches) in a PR description, e.g. ``` Description of the changes. Blah blah. action-ros-ci-dependency : https://github.com/user/some-repo/pull/123 action-ros-ci-dependency : https://gitlab.com/user/other-repo/-/merge_requests/123 action-ros-ci-dependency : https://github.com/other-user/some-repo/tree/feature/some-branch action-ros-ci-dependency...

## Description We currently hardcode paths to Windows binary release archives and have to update the paths manually when new distros/distro patches are released: https://github.com/ros-tooling/setup-ros/blob/c4e8165ee5518c04dc4588bff7c1028ccf563e6f/src/setup-ros-windows.ts#L9-L17 `setup-ros` could try to automatically...

enhancement
help wanted

## Description This would allow users to use a specific snapshot (i.e. a specific distro at a specific datestamp, or the "final" sync for EOL distros). See: * https://discourse.ros.org/t/announcing-ros-snapshot-repositories/7705 *...

enhancement

Note that I have searched existing issues and have not found anything that matches my issue. **Package ecosystem** npm (unrelated) **Package manager version** N/A **Language version** N/A **Manifest location and...

T: bug 🐞
F: pull-requests

Relates to https://github.com/ros-tooling/setup-ros/issues/519 See also https://github.com/ros-tooling/setup-ros/pull/521 Signed-off-by: Christophe Bedard