Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

{ros2} Add required ROS2 SDK environment variables #1261

Draft
wants to merge 177 commits into
base: master-next
Choose a base branch
from

Commits on Nov 26, 2024

  1. meta-ros-common: Preserve PYTHONPATH in ros_opt_prefix.bbclass

    Ensure that the previous value of PYTHONPATH is preserved when
    the ROS opt prefix Python site-packages directory is added.
    
    Signed-off-by: Rob Woolley <[email protected]>
    robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    564a9bc View commit details
    Browse the repository at this point in the history
  2. meta-ros2: Add missing copyright to ros_ament_cmake.bbclass

    Signed-off-by: Rob Woolley <[email protected]>
    robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    1385f94 View commit details
    Browse the repository at this point in the history
  3. meta-ros2: Disable prefix-path generation for ros_ament_cmake packages

    The prefix-path file contains references to TMPDIR which causes
    package QA warnings.  Disable the generation of the prefix-path files
    as we presently are not using them to build on the target.
    
    Signed-off-by: Rob Woolley <[email protected]>
    robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    f109c30 View commit details
    Browse the repository at this point in the history
  4. meta-ros2: Add setuptools3 workaround to ros_ament_python.bbclass

    Duplicate workaround in setuptools3_legacy.bbclass but
    customized for the ROS opt prefix.
    
    Resolves problems in setuptools3 packages which add a redundant
    directory (eg. /opt/ros/rolling/share/ament_package/ament_package)
    
    Substitute mv for cp and rm to avoid condition where mv failed
    when there was an existing directory with the same name.
    
    Signed-off-by: Rob Woolley <[email protected]>
    robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    f82920e View commit details
    Browse the repository at this point in the history
  5. meta-ros2: libfyaml: Add new recipe

    Add libfyaml recipe needed as a dependency for mrpt2.
    
    Signed-off-by: Rob Woolley <[email protected]>
    robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    109b1b2 View commit details
    Browse the repository at this point in the history
  6. meta-ros2: google-benchmark: Update to 1.8.3

    Signed-off-by: Rob Woolley <[email protected]>
    robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    38ba93c View commit details
    Browse the repository at this point in the history
  7. meta-ros-common: yaml-cpp: Update to 0.8.0

    Signed-off-by: Rob Woolley <[email protected]>
    robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    07444ec View commit details
    Browse the repository at this point in the history
  8. {rolling} yaml-cpp-vendor: Use system yaml-cpp

    Signed-off-by: Rob Woolley <[email protected]>
    robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    1958a05 View commit details
    Browse the repository at this point in the history
  9. meta-ros-common: fcl: Add octomap for moveit

    The optional dependency on octomap is necessary for building moveit.
    
    Signed-off-by: Rob Woolley <[email protected]>
    robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    74ae77d View commit details
    Browse the repository at this point in the history
  10. meta-ros-common: fcl: Add recipe for 0.7.0

    Signed-off-by: Rob Woolley <[email protected]>
    robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    a29b663 View commit details
    Browse the repository at this point in the history
  11. meta-ros-common: libfreenect: Add recipe for 0.6.4

    Signed-off-by: Rob Woolley <[email protected]>
    robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    32e193d View commit details
    Browse the repository at this point in the history
  12. meta-ros-common: pcl: Add multiple recipe versions

    Signed-off-by: Rob Woolley <[email protected]>
    robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    4b6d0e5 View commit details
    Browse the repository at this point in the history
  13. meta-ros-common: assimp: Enable internal zlib build

    Signed-off-by: Rob Woolley <[email protected]>
    robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    b75f670 View commit details
    Browse the repository at this point in the history
  14. meta-ros-common: gdal: Extend recipe for native support

    Signed-off-by: Rob Woolley <[email protected]>
    robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    147c7f5 View commit details
    Browse the repository at this point in the history
  15. meta-ros-common: suitesparse: Add newer versions of recipes

    Add new recipes for suitesparse, leaving the older recipes if needed
    by older ROS 2 distros.
    
    Update the WORKDIR variable for old recipes to use git directory name.
    
    The suitesparse-cholmod and suitesparse-spqr recipes had incorrect
    version numbers that were ahead of the latest versions.  Reset the
    versions to correspond to CMakeLists.txt in the latest releases.
    
    Signed-off-by: Rob Woolley <[email protected]>
    robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    01d8d2c View commit details
    Browse the repository at this point in the history
  16. meta-ros-common: ceres-solver: Remove suitesparse-metis

    This removes suitesparse-metis as it is reportedly broken in the latest
    version of ceres-solver in meta-openembedded.
    
    Signed-off-by: Rob Woolley <[email protected]>
    robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    cf96bc6 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    b0a558d View commit details
    Browse the repository at this point in the history
  18. meta-ros-common: ffmpeg: Extend recipe for native support

    Signed-off-by: Rob Woolley <[email protected]>
    robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    d080d5a View commit details
    Browse the repository at this point in the history
  19. meta-ros-common: freeglut: Extend recipe for native support

    Signed-off-by: Rob Woolley <[email protected]>
    robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    433803e View commit details
    Browse the repository at this point in the history
  20. meta-ros-common: backward-cpp: Add new recipe

    Add new recipe for backward-ros and gz-tools2.
    
    Signed-off-by: Rob Woolley <[email protected]>
    robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    67f1e1f View commit details
    Browse the repository at this point in the history
  21. meta-ros-common: coinor-buildtools: Add new recipe

    Add new recipe as needed dependency for ipopt.
    
    Signed-off-by: Rob Woolley <[email protected]>
    robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    2948a37 View commit details
    Browse the repository at this point in the history
  22. meta-ros-common: libdeflate: Add new recipe

    New recipe required for libtiff, openexr, and gdal.
    
    Signed-off-by: Rob Woolley <[email protected]>
    robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    0d32e6d View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    6fe542c View commit details
    Browse the repository at this point in the history
  24. meta-ros-common: gts: Add new recipe

    Add gts recipe for gz-common5.
    
    Signed-off-by: Rob Woolley <[email protected]>
    robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    baf580a View commit details
    Browse the repository at this point in the history
  25. meta-ros2: libdeflate: Remove duplicate recipe

    Recipe was moved to meta-ros-common.
    
    Signed-off-by: Rob Woolley <[email protected]>
    robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    44b5885 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    daf2e53 View commit details
    Browse the repository at this point in the history
  27. meta-ros-common: libraw: Extend recipe for native support

    Signed-off-by: Rob Woolley <[email protected]>
    robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    26867cf View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    9bcca23 View commit details
    Browse the repository at this point in the history
  29. meta-ros-common: libxv: Extend recipe for native support

    Signed-off-by: Rob Woolley <[email protected]>
    robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    34feb4f View commit details
    Browse the repository at this point in the history
  30. meta-ros-common: libglu: Extend recipe for native support

    Signed-off-by: Rob Woolley <[email protected]>
    robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    3e7bf57 View commit details
    Browse the repository at this point in the history
  31. meta-ros-common: openexr: Add new recipe

    Add openexr for freeimage.
    
    Signed-off-by: Rob Woolley <[email protected]>
    robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    a4a7f0d View commit details
    Browse the repository at this point in the history
  32. meta-ros-common: imath: Add new recipe

    Add new recipe for openexr.
    
    Signed-off-by: Rob Woolley <[email protected]>
    robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    d02627b View commit details
    Browse the repository at this point in the history
  33. meta-ros-common: ipopt: Add new recipe

    Add new recipe for dartsim and pagmo.
    
    Signed-off-by: Rob Woolley <[email protected]>
    robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    1dd92e7 View commit details
    Browse the repository at this point in the history
  34. meta-ros-common: pagmo: Add new recipe

    Add new recipe for dartsim.
    
    Signed-off-by: Rob Woolley <[email protected]>
    robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    f48630c View commit details
    Browse the repository at this point in the history
  35. meta-ros-common: zziplib: Add new recipe

    Add new recipe for ogre-next.
    
    Signed-off-by: Rob Woolley <[email protected]>
    robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    72199ef View commit details
    Browse the repository at this point in the history
  36. meta-ros-common: freeimage: Add new recipe

    Add freeimage recipe based on Debian-supported version.
    
    Needed by ogre-next and Gazebo.
    
    Signed-off-by: Rob Woolley <[email protected]>
    robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    13989d7 View commit details
    Browse the repository at this point in the history
  37. meta-ros-common: jxrlib: Add new recipe

    Add new recipe based on Debian-supported version.  Needed by freeimage.
    
    Signed-off-by: Rob Woolley <[email protected]>
    robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    7638e4d View commit details
    Browse the repository at this point in the history
  38. meta-ros-common: Add octomap recipe

    Add a system-provided version of octomap to replace the one provided
    by ROS itself.  This allows non-ROS packages to use it like dartsim.
    
    Signed-off-by: Rob Woolley <[email protected]>
    robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    c76e2f6 View commit details
    Browse the repository at this point in the history
  39. meta-ros-common: ogre-next: Add new recipe

    This recipe is needed for newer releases of Gazebo.
    
    Signed-off-by: Rob Woolley <[email protected]>
    robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    e95312a View commit details
    Browse the repository at this point in the history
  40. meta-ros-common: dartsim: Add new recipe

    Add new dartsim recipe as a dependency for gz-physics and gz-sim.
    
    Signed-off-by: Rob Woolley <[email protected]>
    robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    0f02b61 View commit details
    Browse the repository at this point in the history
  41. meta-ros-common: Add sdformat recipes

    Add versions of the sdformat recipe needed for Ignition / Gazebo.
    
    Signed-off-by: Rob Woolley <[email protected]>
    robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    2ca0823 View commit details
    Browse the repository at this point in the history
  42. meta-ros-common: ignition: Add ignition recipes

    Ignition is the older Gazebo release before they reverted to the
    Gazebo name.
    
    Signed-off-by: Rob Woolley <[email protected]>
    robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    3da7cf4 View commit details
    Browse the repository at this point in the history
  43. meta-ros-common: gazebo: Add new recipes

    Add recipes for the latest Gazebo release.
    
    Signed-off-by: Rob Woolley <[email protected]>
    robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    0432542 View commit details
    Browse the repository at this point in the history
  44. {rolling} ros-distro-recipe-blacklist.inc: Add BBMASK for octomap

    We wish to ignore the generated recipe for octomap in favour of
    the recipe in meta-ros-common.
    
    Signed-off-by: Rob Woolley <[email protected]>
    robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    381d1b4 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    db1f754 View commit details
    Browse the repository at this point in the history
  46. {rolling} ecl-*: Add exception for solibs

    The ecl packages provide shared libraries without a version suffix.
    
    We must inherit ros_insane_dev to skip the dev-so QA check and
    add the library to the main package.
    
    Signed-off-by: Rob Woolley <[email protected]>
    robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    45831de View commit details
    Browse the repository at this point in the history
  47. {rolling} ecl-time: Disable compiler warnings as errors

    Signed-off-by: Rob Woolley <[email protected]>
    robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    cf3ba48 View commit details
    Browse the repository at this point in the history
  48. {rolling} fcl: Remove old bbappend

    Signed-off-by: Rob Woolley <[email protected]>
    robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    8a86239 View commit details
    Browse the repository at this point in the history
  49. {rolling} hpp-fcl: Remove unneeded patches

    Signed-off-by: Rob Woolley <[email protected]>
    robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    9d538f7 View commit details
    Browse the repository at this point in the history
  50. {rolling} lely-core: Disable compiler warnings as errors

    Signed-off-by: Rob Woolley <[email protected]>
    robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    3504b2b View commit details
    Browse the repository at this point in the history
  51. {rolling} libphidget22-upstream: Fix description

    The old description was true for libphidget22, however this
    recipe actually contains the drivers themselves.
    
    Signed-off-by: Rob Woolley <[email protected]>
    robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    78a15c6 View commit details
    Browse the repository at this point in the history
  52. {rolling} shared-queues-vendor: Refresh integration patch

    Update the SRCREV to match the release/rolling/shared_queues_vendor
    branch.
    
    Signed-off-by: Rob Woolley <[email protected]>
    robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    f288872 View commit details
    Browse the repository at this point in the history
  53. {rolling} action-tutorials-interfaces: Update build deps

    The action-msgs and service-msgs are needed at build-time.
    
    Signed-off-by: Rob Woolley <[email protected]>
    robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    d1e9f8d View commit details
    Browse the repository at this point in the history
  54. {rolling} ecal: Inherit ros_insane_dev

    Signed-off-by: Rob Woolley <[email protected]>
    robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    7f4322a View commit details
    Browse the repository at this point in the history
  55. {rolling} example-interfaces: Update build deps

    Apply dependencies at build-time.
    
    Signed-off-by: Rob Woolley <[email protected]>
    robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    8921901 View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    338634b View commit details
    Browse the repository at this point in the history
  57. {rolling} geometric-shapes: Allow new octomap version

    Signed-off-by: Rob Woolley <[email protected]>
    robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    4b7cbc2 View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    2d98a4d View commit details
    Browse the repository at this point in the history
  59. {rolling} gtsam: Inherit ros_insane_dev

    Signed-off-by: Rob Woolley <[email protected]>
    robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    79fc236 View commit details
    Browse the repository at this point in the history
  60. {rolling} gz-*-vendor: Fix Gazebo vendor packages

    This relaxes the version check to ensure we use the existing Gazebo
    recipes and don't rebuild them ourselves.
    
    The dependencies on protobuf, cppcheck, and doxygen don't get used
    however they are required to pass the find_package checks in
    CMakeLists.txt
    
    Signed-off-by: Rob Woolley <[email protected]>
    robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    aab4042 View commit details
    Browse the repository at this point in the history
  61. {rolling} gz-dartsim-vendor: Use dartsim

    Ensure that we can use the existing dartsim recipe instead of
    compiling dartsim ourselves.
    
    Signed-off-by: Rob Woolley <[email protected]>
    robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    7ca3646 View commit details
    Browse the repository at this point in the history
  62. {rolling} gz-ogre-next-vendor: Use system ogre-next

    This ensures that we use the existing ogre-next recipe instead
    of building it ourselves.
    
    Signed-off-by: Rob Woolley <[email protected]>
    robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    f5bdbe8 View commit details
    Browse the repository at this point in the history
  63. {rolling} kobuki-core: Inherit ros_insane_dev_so

    Signed-off-by: Rob Woolley <[email protected]>
    robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    a112592 View commit details
    Browse the repository at this point in the history
  64. {rolling} libpointmatcher: Remove unneeded patch

    Signed-off-by: Rob Woolley <[email protected]>
    robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    8d48522 View commit details
    Browse the repository at this point in the history
  65. Configuration menu
    Copy the full SHA
    194aecd View commit details
    Browse the repository at this point in the history
  66. {rolling} moveit: Resolve build failures

    Adds necessary build tools and fixes packaging problems for moveit
    recipes.
    
    Signed-off-by: Rob Woolley <[email protected]>
    robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    d5ac52e View commit details
    Browse the repository at this point in the history
  67. {rolling} nlohmann-json-schema-validator-vendor: Inherit ros_insane_d…

    …ev_so
    
    Signed-off-by: Rob Woolley <[email protected]>
    robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    162760c View commit details
    Browse the repository at this point in the history
  68. {rolling} pinocchio: Inherit ros_insane_dev_so

    Signed-off-by: Rob Woolley <[email protected]>
    robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    9b0d5ff View commit details
    Browse the repository at this point in the history
  69. {rolling} python-qt-binding: Add integration for newer SIP

    This updates the python-qt-binding CMake files to work properly
    with the latest SIP version.  This was SIP v5 at the time of the
    origin patch but it has been tested with SIP v6.
    
    Signed-off-by: Rob Woolley <[email protected]>
    robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    2b416be View commit details
    Browse the repository at this point in the history
  70. {rolling} qt-gui-cpp: Update to do a cross-build

    Changes were needed to ensure that qt-gui-cpp used the correct include
    directories for SIP and that the Python extension module suffix matched
    the target architecture instead of the host.
    
    Signed-off-by: Rob Woolley <[email protected]>
    robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    af38e01 View commit details
    Browse the repository at this point in the history
  71. {rolling} rcutils: Inherit ros_insane_dev_so

    Signed-off-by: Rob Woolley <[email protected]>
    robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    20bc7c9 View commit details
    Browse the repository at this point in the history
  72. {rolling} rmf-building-map-msgs: Use target dependencies

    Signed-off-by: Rob Woolley <[email protected]>
    robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    6be7b9a View commit details
    Browse the repository at this point in the history
  73. {rolling} rmf-fleet-adapter: Refresh integration patches

    Signed-off-by: Rob Woolley <[email protected]>
    robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    dd53d06 View commit details
    Browse the repository at this point in the history
  74. Configuration menu
    Copy the full SHA
    de654e0 View commit details
    Browse the repository at this point in the history
  75. Configuration menu
    Copy the full SHA
    be303c8 View commit details
    Browse the repository at this point in the history
  76. {rolling} lely-core-libraries: Update for ros_opt_prefix

    Signed-off-by: Rob Woolley <[email protected]>
    robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    27246d2 View commit details
    Browse the repository at this point in the history
  77. {rolling} lely-core-libraries: Update SRCREV for lely-core

    Signed-off-by: Rob Woolley <[email protected]>
    robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    09c8999 View commit details
    Browse the repository at this point in the history
  78. {rolling} controller-manager: Disable compiler options

    Signed-off-by: Rob Woolley <[email protected]>
    robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    e8f8f37 View commit details
    Browse the repository at this point in the history
  79. Configuration menu
    Copy the full SHA
    86f67b5 View commit details
    Browse the repository at this point in the history
  80. Configuration menu
    Copy the full SHA
    4469740 View commit details
    Browse the repository at this point in the history
  81. {rolling} joint-state-broadcaster: Disable compiler options

    Signed-off-by: Rob Woolley <[email protected]>
    robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    f8cc31e View commit details
    Browse the repository at this point in the history
  82. Configuration menu
    Copy the full SHA
    b00fbb6 View commit details
    Browse the repository at this point in the history
  83. Configuration menu
    Copy the full SHA
    346c6ae View commit details
    Browse the repository at this point in the history
  84. {rolling} kortex-api: Set COMPATIBLE_MACHINE

    The kortex-api SDK only supports Intel 64 (x86-64) architectures.
    
    Signed-off-by: Rob Woolley <[email protected]>
    robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    ec17535 View commit details
    Browse the repository at this point in the history
  85. {rolling} rqt-gui: Package files in datadir

    Signed-off-by: Rob Woolley <[email protected]>
    robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    7510729 View commit details
    Browse the repository at this point in the history
  86. {rolling} rviz-ogre-vendor: Refresh integration patch

    Signed-off-by: Rob Woolley <[email protected]>
    robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    7d40c35 View commit details
    Browse the repository at this point in the history
  87. {rolling} vrpn-mocap: Update FILES for ros_opt_prefix

    Signed-off-by: Rob Woolley <[email protected]>
    robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    e38eacd View commit details
    Browse the repository at this point in the history
  88. {rolling} ament-cmake-python: Use DESTDIR for install

    Signed-off-by: Rob Woolley <[email protected]>
    robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    f31eb92 View commit details
    Browse the repository at this point in the history
  89. {rolling} aruco-ros: Add rclpy build dependency

    Signed-off-by: Rob Woolley <[email protected]>
    robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    b1e3f1b View commit details
    Browse the repository at this point in the history
  90. Configuration menu
    Copy the full SHA
    46c6225 View commit details
    Browse the repository at this point in the history
  91. {rolling} imace-proc: New API for Aruco in OpenCV

    Use the new API present in OpenCV 4.x for accessing aruco::DetectorParameters.
    
    Signed-off-by: Rob Woolley <[email protected]>
    robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    21d7b58 View commit details
    Browse the repository at this point in the history
  92. Configuration menu
    Copy the full SHA
    9b50272 View commit details
    Browse the repository at this point in the history
  93. {rolling} mola-*: Add SOLIBDEV to -dev packages

    Signed-off-by: Rob Woolley <[email protected]>
    robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    4499992 View commit details
    Browse the repository at this point in the history
  94. {rolling} mola-traj-tools: Modify shell script shebang

    This resolves an error raised during the do_package_qa()
    task where it detects a missing runtime dependency on /bin/env.
    
    Adding a hardcoded, runtime dependency on coreutils or busybox is
    not ideal as it removes the flexibility to choose.
    
    The bitbake file-rdeps code has an exception for /usr/bin/env.
    Thus, by changing the shebang we eliminate the error.
    
    Signed-off-by: Rob Woolley <[email protected]>
    robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    2609b93 View commit details
    Browse the repository at this point in the history
  95. {rolling} mp2p-icp: Add SOLIBDEV to -dev package

    Signed-off-by: Rob Woolley <[email protected]>
    robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    b5fb256 View commit details
    Browse the repository at this point in the history
  96. {rolling} mrpt-sensorlib: Add SOLIBDEV to -dev package

    Signed-off-by: Rob Woolley <[email protected]>
    robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    0e5041d View commit details
    Browse the repository at this point in the history
  97. {rolling} mrpt2: Resolve build failures

    Add a missing = prefix to isystem to use the sysroot directory as the
    base.  Backport an upstream fix for a missing deconstructor symbol.
    Disable using CMAKE_FIND_ROOT_PATH when searching for a font in the same
    directory.  Set the CMAKE_TOOLCHAIN_FILE for a subproject to ensure that
    it uses the correct compiler configuration.
    
    Signed-off-by: Rob Woolley <[email protected]>
    robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    637dc11 View commit details
    Browse the repository at this point in the history
  98. {rolling} ros-gz: Add protobuf and qt5 build dependencies

    Signed-off-by: Rob Woolley <[email protected]>
    robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    9d1fe4e View commit details
    Browse the repository at this point in the history
  99. {rolling} ros2-controllers: Disable compiler options

    Signed-off-by: Rob Woolley <[email protected]>
    robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    526765a View commit details
    Browse the repository at this point in the history
  100. {rolling} sdformat-urdf: Add missing build dependency

    Signed-off-by: Rob Woolley <[email protected]>
    robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    ed59c24 View commit details
    Browse the repository at this point in the history
  101. {rolling} sdformat-vendor: Use system sdformat

    This ensures that sdformat-vendor depends on the sdformat recipe instead
    of building sdformat itself.
    
    Signed-off-by: Rob Woolley <[email protected]>
    robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    1ba42e7 View commit details
    Browse the repository at this point in the history
  102. {rolling} libcamera: Fix up build dependencies

    Signed-off-by: Rob Woolley <[email protected]>
    robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    aa320a3 View commit details
    Browse the repository at this point in the history
  103. Configuration menu
    Copy the full SHA
    9a8a9ae View commit details
    Browse the repository at this point in the history
  104. {rolling} Update ros-distro-recipe-blacklist.inc

    Signed-off-by: Rob Woolley <[email protected]>
    robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    69a0c5e View commit details
    Browse the repository at this point in the history
  105. {rolling} ros-distro.inc: Add missing ROS_UNRESOLVED_DEP entries

    This is a temporary measure until the changes can be made in the rosdep
    YAML files in the ros/rosdistro git repo.
    
    Signed-off-by: Rob Woolley <[email protected]>
    robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    2cd1f26 View commit details
    Browse the repository at this point in the history
  106. {rolling} Update ros-distro.inc

    Signed-off-by: Rob Woolley <[email protected]>
    robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    08f53bb View commit details
    Browse the repository at this point in the history
  107. Configuration menu
    Copy the full SHA
    915405c View commit details
    Browse the repository at this point in the history
  108. {humble} sick-scan-xd: fix license string

    The license string in the upstream project's xml is not a standard license
    string. Replace with one that will be recognized by bitbake.
    
    Signed-off-by: Trevor Woerner <[email protected]>
    twoerner authored and robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    7840889 View commit details
    Browse the repository at this point in the history
  109. {humble} off-highway-can: Fix syntax of LICENSE variable

    Signed-off-by: Rob Woolley <[email protected]>
    robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    6c27cd9 View commit details
    Browse the repository at this point in the history
  110. Configuration menu
    Copy the full SHA
    5201ab3 View commit details
    Browse the repository at this point in the history
  111. {humble} fastrtps: Link tinyxml2 library by name

    Use tinyxml2 package name instead of library path to link libraries.
    
    Otherwise, a reference to the host build path gets implanted in the CMake
    files installed on the target.
    
    Signed-off-by: Rob Woolley <[email protected]>
    robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    b8ae60d View commit details
    Browse the repository at this point in the history
  112. {humble} libyaml-vendor: Export dependencies

    Add ament_export_dependencies back in so that downstream packages can
    link against libyaml by name instead of by absolute path.
    
    This fixes do_package_qa warnings seen in rcl-yaml-param-parser
    when host build paths were found in generated CMake files.
    
    Signed-off-by: Rob Woolley <[email protected]>
    robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    1648cee View commit details
    Browse the repository at this point in the history
  113. {iron} ros-workspace: Remove host path from local_setup.sh

    Signed-off-by: Rob Woolley <[email protected]>
    robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    77c58bd View commit details
    Browse the repository at this point in the history
  114. {iron} fastrtps: Link tinyxml2 library by name

    Use tinyxml2 package name instead of library path to link libraries.
    
    Otherwise, a reference to the host build path gets implanted in the CMake
    files installed on the target.
    
    Signed-off-by: Rob Woolley <[email protected]>
    robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    da11ec9 View commit details
    Browse the repository at this point in the history
  115. {jazzy} ros-workspace: Remove host path from local_setup.sh

    Signed-off-by: Rob Woolley <[email protected]>
    robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    868a22c View commit details
    Browse the repository at this point in the history
  116. {jazzy} fastrtps: Link tinyxml2 library by name

    Use tinyxml2 package name instead of library path to link libraries.
    
    Otherwise, a reference to the host build path gets implanted in the CMake
    files installed on the target.
    
    Signed-off-by: Rob Woolley <[email protected]>
    robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    13b798e View commit details
    Browse the repository at this point in the history
  117. Configuration menu
    Copy the full SHA
    916e0e7 View commit details
    Browse the repository at this point in the history
  118. {rolling} fastrtps: Link tinyxml2 library by name

    Use tinyxml2 package name instead of library path to link libraries.
    
    Otherwise, a reference to the host build path gets implanted in the CMake
    files installed on the target.
    
    Signed-off-by: Rob Woolley <[email protected]>
    robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    d37b3de View commit details
    Browse the repository at this point in the history
  119. {rolling} ament-cmake-python: Add Upstream-Status to patch

    Signed-off-by: Rob Woolley <[email protected]>
    robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    eec54d0 View commit details
    Browse the repository at this point in the history
  120. {rolling} ament-cmake-python: Remove DESTDIR from prefix

    This previous fix is no longer required.  Reverting the fix as it now
    causes a do_package_qa warning due to host contamination.
    
    Signed-off-by: Rob Woolley <[email protected]>
    robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    59e2b53 View commit details
    Browse the repository at this point in the history
  121. {rolling} qt-gui-cpp: Conditionally inherit classes

    Bitbake will fail to execute if the meta-qt5 layer is not included and
    the inherited class files cannot be found.
    
    This change makes inheriting the classes conditional so that bitbake may
    parse the recipe.  There is a SKIP_RECIPE in place that will avoid
    building the recipe if it is attempted without the meta-qt5 layer.
    
    Signed-off-by: Rob Woolley <[email protected]>
    robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    32057f7 View commit details
    Browse the repository at this point in the history
  122. {rolling} fix recipe append for shared-queues-vendor

    Updating the hash of the generated recipe. Unfortunately, a good
    solution (i.e. pulling the sources upstream & expect them to be in the
    same location) is a bit tricky.
    
    Signed-off-by: Matthias Schoepfer <[email protected]>
    DasRoteSkelett authored and robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    1e6ce43 View commit details
    Browse the repository at this point in the history
  123. meta-ros1: ros_catkin.bbclass: Remove host paths

    Catkin provides a template file (pkgConfig.cmake.in) with a section of
    code that is unreachable on the target. This section references
    CMAKE_CURRENT_SOURCE_DIR which causes host paths to leak into generated
    CMake files. This causes do_package_qa to fail on ROS packages that use
    catkin.
    
    We can safely remove the host paths when building for the target without
    making any changes to the end result
    
    Signed-off-by: Rob Woolley <[email protected]>
    robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    200862c View commit details
    Browse the repository at this point in the history
  124. {noetic} sick-scan-xd: fix license string

    The license string in the upstream project's xml is not a standard license
    string. Replace with one that will be recognized by bitbake.
    
    Signed-off-by: Trevor Woerner <[email protected]>
    twoerner authored and robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    a3eea67 View commit details
    Browse the repository at this point in the history
  125. {noetic} ur-description: Set LICENSE

    The value from package.xml breaks parsing the recipe with bitbake.
    
    The recipe generated by superflore uses ASCII single quotes instead
    of UTF-8 right single quotation mark. This causes bitbake to have
    syntax errors if we try to use string replacement like with the ROS 2
    ur-description recipe.
    
    Signed-off-by: Rob Woolley <[email protected]>
    robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    6664b41 View commit details
    Browse the repository at this point in the history
  126. {noetic} genmsg: Replace embedded source file path with destination path

    This corrects the embedded file path inserted into the pyc files.
    
    This is necessary to avoid build failures when host build paths
    are found in do_package_qa.
    
    Signed-off-by: Rob Woolley <[email protected]>
    robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    feccf7e View commit details
    Browse the repository at this point in the history
  127. meta-ros1: ros_catkin.bbclass: Add DEBUG_PREFIX_MAP

    Many packages (like roscpp, topic-tools, and *-msgs) fail in
    do_package_qa due to having embedded references to the
    host build paths in debug files.
    
    This is caused by the non-standard devel directory used by catkin
    builds.  By adding these directories to the DEBUG_PREFIX_MAP variable in
    the ros_catkin class file we can ensure that all references are
    converted to their on-target equivalent.
    
    Signed-off-by: Rob Woolley <[email protected]>
    robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    d90f497 View commit details
    Browse the repository at this point in the history
  128. README.md: Update table of supported combinations

    Add new Yocto releases Styhead and Walnascar and new ROS 2 Jazzy Distro.
    
    Signed-off-by: Rob Woolley <[email protected]>
    robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    ec77756 View commit details
    Browse the repository at this point in the history
  129. {common} colcon: Update recipes to latest versions

    Signed-off-by: Rob Woolley <[email protected]>
    robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    7804326 View commit details
    Browse the repository at this point in the history
  130. {common} Add native sdk class extentions

    Signed-off-by: Stephen Street <[email protected]>
    sgstreet authored and robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    c44ebfe View commit details
    Browse the repository at this point in the history
  131. {common}{ros2} Combine overrides in EXTRA_OECMAKE

    The original code used EXTRA_OECMAKE:prepend multiple times to define
    CMAKE_PREFIX_PATH and CMAKE_INSTALL_PATH. This led to incorrect values
    as only the last value was selected.
    
    Signed-off-by: Stephen Street <[email protected]>
    sgstreet authored and robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    3a0ef90 View commit details
    Browse the repository at this point in the history
  132. {common} python3-colcon-core: Fix python interpreter

    This ensures that the colcon-core Python module sets the correct
    Python executable when building scripts with setuptools.
    
    Signed-off-by: Stephen Street <[email protected]>
    sgstreet authored and robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    2dda2ce View commit details
    Browse the repository at this point in the history
  133. {rolling} Add package lists for ROS 2 SDKs

    Signed-off-by: Jiaxing Shi <[email protected]>
    Signed-off-by: Stephen Street <[email protected]>
    jiaxshi authored and robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    d5d0fdd View commit details
    Browse the repository at this point in the history
  134. {jazzy} Add package lists for ROS 2 SDKs

    Signed-off-by: Jiaxing Shi <[email protected]>
    Signed-off-by: Stephen Street <[email protected]>
    jiaxshi authored and robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    e0095a6 View commit details
    Browse the repository at this point in the history
  135. {humble} Add package lists for ROS 2 SDKs

    Signed-off-by: Jiaxing Shi <[email protected]>
    Signed-off-by: Stephen Street <[email protected]>
    jiaxshi authored and robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    2cf124b View commit details
    Browse the repository at this point in the history
  136. {common} Update sdktest image recipes for ROS and ROS 2

    ros2-image-sdktest: Add a new image recipe for testing ROS 2 SDKs
    ros1-image-sdktest: Rename and move the image recipe for testing ROS SDKs
    
    Signed-off-by: Stephen Street <[email protected]>
    Signed-off-by: Rob Woolley <[email protected]>
    sgstreet authored and robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    daa8cd6 View commit details
    Browse the repository at this point in the history
  137. {common} pcl: Remove build path references

    Signed-off-by: Stephen Street <[email protected]>
    sgstreet authored and robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    919dd5d View commit details
    Browse the repository at this point in the history
  138. {common} orocos-kdl: Fix Upstream-Status syntax on patch

    Signed-off-by: Rob Woolley <[email protected]>
    robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    999f288 View commit details
    Browse the repository at this point in the history
  139. {common} python3-pykdl: Add exception for QA warning

    The PyKDL.so file is being stripped by the build system.  Add a
    temporary workaround to ignore the QA warning.
    
    Signed-off-by: Rob Woolley <[email protected]>
    robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    172a92c View commit details
    Browse the repository at this point in the history
  140. {common} pcl: Use pkgconfig to find dependencies

    Signed-off-by: Rob Woolley <[email protected]>
    robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    03cca6c View commit details
    Browse the repository at this point in the history
  141. {common} pcl: Remove build paths from PCLconfig.cmake

    The dependencies Boost and Flann use absolute paths to specify where to
    find the headers and libraries.  Remove the host recipe sysroot prefix
    from these paths to remove the QA warning about buildpaths.
    
    Signed-off-by: Rob Woolley <[email protected]>
    robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    445bff2 View commit details
    Browse the repository at this point in the history
  142. {common} ros_ament_cmake: Add ROS prefix site-packages to PYTHONPATH

    Signed-off-by: Stephen Street <[email protected]>
    sgstreet authored and robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    beb8058 View commit details
    Browse the repository at this point in the history
  143. {common} ros_opt_prefix: Create ros_base_prefix

    When building nativesdk packages the base_prefix value is set
    to SDKPATHNATIVE.  This prevents ros_prefix from being used
    to extend STAGING_DIR_NATIVE.  Create ros_base_prefix for
    this purpose.
    
    Signed-off-by: Stephen Street <[email protected]>
    Signed-off-by: Rob Woolley <[email protected]>
    sgstreet authored and robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    3d9ed31 View commit details
    Browse the repository at this point in the history
  144. {rolling} fastrtps: Find TinyXML2

    Use TinyXML2 from the target sysroot directory.
    
    Signed-off-by: Romain Gimenez <[email protected]>
    Signed-off-by: Stephen Street <[email protected]>
    RiZom-91 authored and robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    3a6bcb2 View commit details
    Browse the repository at this point in the history
  145. {jazzy} fastrtps: Find TinyXML2

    Use TinyXML2 from the target sysroot directory.
    
    Signed-off-by: Romain Gimenez <[email protected]>
    Signed-off-by: Stephen Street <[email protected]>
    RiZom-91 authored and robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    ab4dd5f View commit details
    Browse the repository at this point in the history
  146. {humble} fastrtps: Find TinyXML2

    Use TinyXML2 from the target sysroot directory.
    
    Signed-off-by: Romain Gimenez <[email protected]>
    Signed-off-by: Stephen Street <[email protected]>
    RiZom-91 authored and robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    61be95a View commit details
    Browse the repository at this point in the history
  147. {humble} Use find package for yaml to prevent sdk build failures

    Signed-off-by: Stephen Street <[email protected]>
    sgstreet authored and robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    bf75a2c View commit details
    Browse the repository at this point in the history
  148. {rolling} ament-package: Add envvar to skip setting PATH

    We should not set the PATH or LD_LIBRARY_PATH when using an SDK.
    
    This provides the option AMENT_SKIP_SHELL_PATH to allow us to
    skip setting the variables.
    
    Signed-off-by: Rob Woolley <[email protected]>
    robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    b132e2e View commit details
    Browse the repository at this point in the history
  149. meta-ros-common: python3-pydot: Update branch to main

    The 'master' branch appears to no longer be present on github, switch to
    'main'.
    
    Signed-off-by: Mark Hatle <[email protected]>
    Signed-off-by: Trevor Woerner <[email protected]>
    mhatle authored and robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    cffe352 View commit details
    Browse the repository at this point in the history
  150. {rolling} Set SPDX-compliant LICENSE values

    Signed-off-by: Rob Woolley <[email protected]>
    robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    2c740a9 View commit details
    Browse the repository at this point in the history
  151. {rolling} cv-bridge: Fix buildpaths QA issue

    Signed-off-by: Rob Woolley <[email protected]>
    robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    9d87094 View commit details
    Browse the repository at this point in the history
  152. {jazzy} libg2o: Allow to build libg2o without X11 and OpenGL

    Signed-off-by: Windel Bouwman <[email protected]>
    windelbouwman authored and robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    55c5f21 View commit details
    Browse the repository at this point in the history
  153. {jazzy} libg2o: Add SPDX license identifier

    Signed-off-by: Rob Woolley <[email protected]>
    robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    a193e30 View commit details
    Browse the repository at this point in the history
  154. {rolling} libg2o: Allow to build libg2o without X11 and OpenGL

    Signed-off-by: Windel Bouwman <[email protected]>
    windelbouwman authored and robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    2527494 View commit details
    Browse the repository at this point in the history
  155. {rolling} libg2o: Add SPDX license identifier

    Signed-off-by: Rob Woolley <[email protected]>
    robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    6363f3d View commit details
    Browse the repository at this point in the history
  156. {rolling} libg2o: Remove references to host build paths

    Signed-off-by: Rob Woolley <[email protected]>
    robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    deff93c View commit details
    Browse the repository at this point in the history
  157. {common} lapack: Skip QA issue with buildpaths

    The gfortran compiler does not have a flag to remove the source file from
    the output. We must ignore the QA issues instead.
    
    Signed-off-by: Rob Woolley <[email protected]>
    robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    0d47125 View commit details
    Browse the repository at this point in the history
  158. {common} suitesparse-cholmod: Remove buildpath references

    Signed-off-by: Rob Woolley <[email protected]>
    robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    6d04920 View commit details
    Browse the repository at this point in the history
  159. Allow rtabmap to be build without graphic support.

    Signed-off-by: Windel Bouwman <[email protected]>
    windelbouwman authored and robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    b1472eb View commit details
    Browse the repository at this point in the history
  160. {rolling} libnabo: Add SPDX license identifier

    Signed-off-by: Rob Woolley <[email protected]>
    robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    cf36592 View commit details
    Browse the repository at this point in the history
  161. {rolling} libnabo: Remove build path from installed files

    Signed-off-by: Rob Woolley <[email protected]>
    robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    d47cba2 View commit details
    Browse the repository at this point in the history
  162. {rolling} libnabo: Enable native builds

    Signed-off-by: Rob Woolley <[email protected]>
    robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    ac524b6 View commit details
    Browse the repository at this point in the history
  163. {rolling} libpointmatcher: Add SPDX license identifier

    Signed-off-by: Rob Woolley <[email protected]>
    robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    50f8b90 View commit details
    Browse the repository at this point in the history
  164. {rolling} libpointmatcher: Enable native builds

    Signed-off-by: Rob Woolley <[email protected]>
    robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    2eb29f2 View commit details
    Browse the repository at this point in the history
  165. {common} octomap: Remove useless rpaths

    Signed-off-by: Rob Woolley <[email protected]>
    robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    604c7a5 View commit details
    Browse the repository at this point in the history
  166. {rolling} libnabo: Use find_package to find Eigen3

    Signed-off-by: Rob Woolley <[email protected]>
    robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    5f28ee9 View commit details
    Browse the repository at this point in the history
  167. Configuration menu
    Copy the full SHA
    2492445 View commit details
    Browse the repository at this point in the history
  168. Configuration menu
    Copy the full SHA
    da623d0 View commit details
    Browse the repository at this point in the history
  169. {rolling} libpointmatcher: Fix QA issue with buildpaths

    Signed-off-by: Rob Woolley <[email protected]>
    robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    e7d1400 View commit details
    Browse the repository at this point in the history
  170. {rolling} gtsam: Set SPDX license identifier

    Signed-off-by: Rob Woolley <[email protected]>
    robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    fe51480 View commit details
    Browse the repository at this point in the history
  171. {rolling} gtsam: Remove build path from gtsam binaries

    The GTSAM_SOURCE_TREE_DATASET_DIR is embedded as a default
    search path inside the binaries produced. This is not relevant
    when cross-compiling and causes a buildpath QA issue.
    
    Remove the references to resolve the QA issue.
    
    Signed-off-by: Rob Woolley <[email protected]>
    robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    626266c View commit details
    Browse the repository at this point in the history
  172. {rolling} gtsam: Use the system libeigen

    Signed-off-by: Rob Woolley <[email protected]>
    robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    91e2b4d View commit details
    Browse the repository at this point in the history
  173. {rolling} gtsam: Remove buildpath references

    Signed-off-by: Rob Woolley <[email protected]>
    robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    df293f6 View commit details
    Browse the repository at this point in the history
  174. {rolling} gtsam: Place symlink .so files in -dev package

    Signed-off-by: Rob Woolley <[email protected]>
    robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    178154f View commit details
    Browse the repository at this point in the history
  175. {rolling} gtsam: Extend recipe for native builds

    Signed-off-by: Rob Woolley <[email protected]>
    robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    f36f626 View commit details
    Browse the repository at this point in the history
  176. {rolling} rtabmap: Allow rtabmap to be build without graphic support.

    Signed-off-by: Windel Bouwman <[email protected]>
    Signed-off-by: Rob Woolley <[email protected]>
    windelbouwman authored and robwoolley committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    2394795 View commit details
    Browse the repository at this point in the history
  177. {ros2} Add required ROS2 SDK environment variables

    Signed-off-by: Stephen Street <[email protected]>
    sgstreet committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    7324827 View commit details
    Browse the repository at this point in the history