Dan Rose
Dan Rose
Fix #249 Code pointing to the old headers should still compile, but it will show an advisory message when built, suggesting to update #include paths.
It would be nice if we could enable discovery without SPDP over multicast UDP. There are a couple things to look at: - Caching hosts previously discovered with SPDP -...
What are the requirements for maintaining copyright in source files to meet the ROS2 developer guide and quality gates? In particular, xml, setup.py, package.xml files etc. are all “code” but...
## Description The build is failing for `cyclonedds` and other packages on Mac and Windows due to missing `lcov`. ### Expected Behavior The build should not break. Either `lcov` should...
## Description CI fails to find pathspec for pull request hook. I believe it’s likely looking at the wrong remote for the vcs import step (the targeted repo versus the...
## Description CI for this repo has "Check failure" annotations even when tests pass. ### Expected Behavior No annotations should be seen if everything is working as it should ###...
## Description It would be nice to have some support for simultaneous PRs. ROS development is spread across many repositories and it would be nice to be able to support...
## Description Consider using https://github.com/microsoft/setup-msbuild instead of invoking the vcvarsall.bat script by path.
## Description Using target-ros2-distro is unintuitive, clobbering packages with a newer source version. ### Expected Behavior I expect setting the target distribution to update the repo file`target-ros2-distro: foxy` to make...
I keep forgetting to build with PRs or opening PRs from the github web interface. Worse, index.js depends on the version of packages you have locally, which causes churn. This...