Dan Rose

Results 238 issues of 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.

needs-triage

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 -...

question

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...

more-information-needed

## 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...

bug

## 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...

bug

## 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 ###...

bug

## 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...

enhancement

## Description Consider using https://github.com/microsoft/setup-msbuild instead of invoking the vcvarsall.bat script by path.

enhancement

## 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...

bug

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...