| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
* Fix 'microxrcedds_agent' name and dependency Signed-off-by: David Laseca Perez <davidlaseca@eprosima.com> * Set tag of 'microxrcedds_agent' Signed-off-by: David Laseca Perez <davidlaseca@eprosima.com> --------- Signed-off-by: David Laseca Perez <davidlaseca@eprosima.com> (cherry picked from commit 5e42d6a) # Conflicts: # micro_ros_agent/cmake/SuperBuild.cmake
|
Cherry-pick of 5e42d6a has failed: On branch mergify/bp/jazzy/pr-279 Your branch is up to date with 'origin/jazzy'. You are currently cherry-picking commit 5e42d6a. (fix conflicts and run "git cherry-pick --continue") (use "git cherry-pick --skip" to skip this patch) (use "git cherry-pick --abort" to cancel the cherry-pick operation) Changes to be committed: modified: micro_ros_agent/package.xml Unmerged paths: (use "git add <file>..." to mark resolution) both modified: micro_ros_agent/cmake/SuperBuild.cmake To fix up this pull request, you can check it out locally. See documentation: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally |
Sorry, something went wrong.
|
Tick the box to add this pull request to the merge queue (same as @mergifyio queue).
|
Sorry, something went wrong.
Signed-off-by: David Laseca Perez <davidlaseca@eprosima.com>
| Back | FazBrowse Home | New Git URL |
Description
Before #237, the micro-ROS-Agent SuperBuild.cmake used to refer to the Micro-XRCE-DDS-Agent as xrceagent, which is inconsistent with the name exported by that package (microxrcedds_agent). In #237, the name and dependencies were updated, but not correctly (in line 24 the old name was kept), which caused some issues and was reverted on #239. The current approach works well for Vulcanexus, but can cause problems depending on the workspace configuration or build order.
This PR approaches this issue and tries to generate a consistent behaviour for building the package regardless of where the Micro-XRCE-DDS-Agent is coming from.
Main changes
This is an automatic backport of pull request Fix 'microxrcedds_agent' name and dependency #279 done by Mergify.