-
Notifications
You must be signed in to change notification settings - Fork 255
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
base: master-next
Are you sure you want to change the base?
Commits on Nov 26, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 564a9bc - Browse repository at this point
Copy the full SHA 564a9bcView commit details -
meta-ros2: Add missing copyright to ros_ament_cmake.bbclass
Signed-off-by: Rob Woolley <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1385f94 - Browse repository at this point
Copy the full SHA 1385f94View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for f109c30 - Browse repository at this point
Copy the full SHA f109c30View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for f82920e - Browse repository at this point
Copy the full SHA f82920eView commit details -
meta-ros2: libfyaml: Add new recipe
Add libfyaml recipe needed as a dependency for mrpt2. Signed-off-by: Rob Woolley <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 109b1b2 - Browse repository at this point
Copy the full SHA 109b1b2View commit details -
meta-ros2: google-benchmark: Update to 1.8.3
Signed-off-by: Rob Woolley <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 38ba93c - Browse repository at this point
Copy the full SHA 38ba93cView commit details -
meta-ros-common: yaml-cpp: Update to 0.8.0
Signed-off-by: Rob Woolley <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 07444ec - Browse repository at this point
Copy the full SHA 07444ecView commit details -
{rolling} yaml-cpp-vendor: Use system yaml-cpp
Signed-off-by: Rob Woolley <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1958a05 - Browse repository at this point
Copy the full SHA 1958a05View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 74ae77d - Browse repository at this point
Copy the full SHA 74ae77dView commit details -
meta-ros-common: fcl: Add recipe for 0.7.0
Signed-off-by: Rob Woolley <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a29b663 - Browse repository at this point
Copy the full SHA a29b663View commit details -
meta-ros-common: libfreenect: Add recipe for 0.6.4
Signed-off-by: Rob Woolley <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 32e193d - Browse repository at this point
Copy the full SHA 32e193dView commit details -
meta-ros-common: pcl: Add multiple recipe versions
Signed-off-by: Rob Woolley <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4b6d0e5 - Browse repository at this point
Copy the full SHA 4b6d0e5View commit details -
meta-ros-common: assimp: Enable internal zlib build
Signed-off-by: Rob Woolley <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b75f670 - Browse repository at this point
Copy the full SHA b75f670View commit details -
meta-ros-common: gdal: Extend recipe for native support
Signed-off-by: Rob Woolley <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 147c7f5 - Browse repository at this point
Copy the full SHA 147c7f5View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 01d8d2c - Browse repository at this point
Copy the full SHA 01d8d2cView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for cf96bc6 - Browse repository at this point
Copy the full SHA cf96bc6View commit details -
meta-ros-common: postgresql: Extend recipe for native support
Signed-off-by: Rob Woolley <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b0a558d - Browse repository at this point
Copy the full SHA b0a558dView commit details -
meta-ros-common: ffmpeg: Extend recipe for native support
Signed-off-by: Rob Woolley <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d080d5a - Browse repository at this point
Copy the full SHA d080d5aView commit details -
meta-ros-common: freeglut: Extend recipe for native support
Signed-off-by: Rob Woolley <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 433803e - Browse repository at this point
Copy the full SHA 433803eView commit details -
meta-ros-common: backward-cpp: Add new recipe
Add new recipe for backward-ros and gz-tools2. Signed-off-by: Rob Woolley <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 67f1e1f - Browse repository at this point
Copy the full SHA 67f1e1fView commit details -
meta-ros-common: coinor-buildtools: Add new recipe
Add new recipe as needed dependency for ipopt. Signed-off-by: Rob Woolley <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2948a37 - Browse repository at this point
Copy the full SHA 2948a37View commit details -
meta-ros-common: libdeflate: Add new recipe
New recipe required for libtiff, openexr, and gdal. Signed-off-by: Rob Woolley <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0d32e6d - Browse repository at this point
Copy the full SHA 0d32e6dView commit details -
meta-ros-common: python3-pyproj: Extend recipe for native support
Signed-off-by: Rob Woolley <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6fe542c - Browse repository at this point
Copy the full SHA 6fe542cView commit details -
meta-ros-common: gts: Add new recipe
Add gts recipe for gz-common5. Signed-off-by: Rob Woolley <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for baf580a - Browse repository at this point
Copy the full SHA baf580aView commit details -
meta-ros2: libdeflate: Remove duplicate recipe
Recipe was moved to meta-ros-common. Signed-off-by: Rob Woolley <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 44b5885 - Browse repository at this point
Copy the full SHA 44b5885View commit details -
meta-ros-common: libdeflate: Extend recipe for native support
Signed-off-by: Rob Woolley <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for daf2e53 - Browse repository at this point
Copy the full SHA daf2e53View commit details -
meta-ros-common: libraw: Extend recipe for native support
Signed-off-by: Rob Woolley <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 26867cf - Browse repository at this point
Copy the full SHA 26867cfView commit details -
meta-ros-common: libtheora: Extend recipe for native support
Signed-off-by: Rob Woolley <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9bcca23 - Browse repository at this point
Copy the full SHA 9bcca23View commit details -
meta-ros-common: libxv: Extend recipe for native support
Signed-off-by: Rob Woolley <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 34feb4f - Browse repository at this point
Copy the full SHA 34feb4fView commit details -
meta-ros-common: libglu: Extend recipe for native support
Signed-off-by: Rob Woolley <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3e7bf57 - Browse repository at this point
Copy the full SHA 3e7bf57View commit details -
meta-ros-common: openexr: Add new recipe
Add openexr for freeimage. Signed-off-by: Rob Woolley <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a4a7f0d - Browse repository at this point
Copy the full SHA a4a7f0dView commit details -
meta-ros-common: imath: Add new recipe
Add new recipe for openexr. Signed-off-by: Rob Woolley <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d02627b - Browse repository at this point
Copy the full SHA d02627bView commit details -
meta-ros-common: ipopt: Add new recipe
Add new recipe for dartsim and pagmo. Signed-off-by: Rob Woolley <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1dd92e7 - Browse repository at this point
Copy the full SHA 1dd92e7View commit details -
meta-ros-common: pagmo: Add new recipe
Add new recipe for dartsim. Signed-off-by: Rob Woolley <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f48630c - Browse repository at this point
Copy the full SHA f48630cView commit details -
meta-ros-common: zziplib: Add new recipe
Add new recipe for ogre-next. Signed-off-by: Rob Woolley <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 72199ef - Browse repository at this point
Copy the full SHA 72199efView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 13989d7 - Browse repository at this point
Copy the full SHA 13989d7View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 7638e4d - Browse repository at this point
Copy the full SHA 7638e4dView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for c76e2f6 - Browse repository at this point
Copy the full SHA c76e2f6View commit details -
meta-ros-common: ogre-next: Add new recipe
This recipe is needed for newer releases of Gazebo. Signed-off-by: Rob Woolley <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e95312a - Browse repository at this point
Copy the full SHA e95312aView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 0f02b61 - Browse repository at this point
Copy the full SHA 0f02b61View commit details -
meta-ros-common: Add sdformat recipes
Add versions of the sdformat recipe needed for Ignition / Gazebo. Signed-off-by: Rob Woolley <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2ca0823 - Browse repository at this point
Copy the full SHA 2ca0823View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 3da7cf4 - Browse repository at this point
Copy the full SHA 3da7cf4View commit details -
meta-ros-common: gazebo: Add new recipes
Add recipes for the latest Gazebo release. Signed-off-by: Rob Woolley <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0432542 - Browse repository at this point
Copy the full SHA 0432542View commit details -
{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]>
Configuration menu - View commit details
-
Copy full SHA for 381d1b4 - Browse repository at this point
Copy the full SHA 381d1b4View commit details -
{rolling} octomap: Remove the bbappend for the generated recipe
Signed-off-by: Rob Woolley <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for db1f754 - Browse repository at this point
Copy the full SHA db1f754View commit details -
{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]>
Configuration menu - View commit details
-
Copy full SHA for 45831de - Browse repository at this point
Copy the full SHA 45831deView commit details -
{rolling} ecl-time: Disable compiler warnings as errors
Signed-off-by: Rob Woolley <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cf3ba48 - Browse repository at this point
Copy the full SHA cf3ba48View commit details -
{rolling} fcl: Remove old bbappend
Signed-off-by: Rob Woolley <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8a86239 - Browse repository at this point
Copy the full SHA 8a86239View commit details -
{rolling} hpp-fcl: Remove unneeded patches
Signed-off-by: Rob Woolley <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9d538f7 - Browse repository at this point
Copy the full SHA 9d538f7View commit details -
{rolling} lely-core: Disable compiler warnings as errors
Signed-off-by: Rob Woolley <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3504b2b - Browse repository at this point
Copy the full SHA 3504b2bView commit details -
{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]>
Configuration menu - View commit details
-
Copy full SHA for 78a15c6 - Browse repository at this point
Copy the full SHA 78a15c6View commit details -
{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]>
Configuration menu - View commit details
-
Copy full SHA for f288872 - Browse repository at this point
Copy the full SHA f288872View commit details -
{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]>
Configuration menu - View commit details
-
Copy full SHA for d1e9f8d - Browse repository at this point
Copy the full SHA d1e9f8dView commit details -
{rolling} ecal: Inherit ros_insane_dev
Signed-off-by: Rob Woolley <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7f4322a - Browse repository at this point
Copy the full SHA 7f4322aView commit details -
{rolling} example-interfaces: Update build deps
Apply dependencies at build-time. Signed-off-by: Rob Woolley <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8921901 - Browse repository at this point
Copy the full SHA 8921901View commit details -
{rolling} fuse-constraints: Add exception for compiler warning
Signed-off-by: Rob Woolley <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 338634b - Browse repository at this point
Copy the full SHA 338634bView commit details -
{rolling} geometric-shapes: Allow new octomap version
Signed-off-by: Rob Woolley <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4b7cbc2 - Browse repository at this point
Copy the full SHA 4b7cbc2View commit details -
{rolling} google-benchmark-vendor: Refresh integration patch
Signed-off-by: Rob Woolley <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2d98a4d - Browse repository at this point
Copy the full SHA 2d98a4dView commit details -
{rolling} gtsam: Inherit ros_insane_dev
Signed-off-by: Rob Woolley <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 79fc236 - Browse repository at this point
Copy the full SHA 79fc236View commit details -
{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]>
Configuration menu - View commit details
-
Copy full SHA for aab4042 - Browse repository at this point
Copy the full SHA aab4042View commit details -
{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]>
Configuration menu - View commit details
-
Copy full SHA for 7ca3646 - Browse repository at this point
Copy the full SHA 7ca3646View commit details -
{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]>
Configuration menu - View commit details
-
Copy full SHA for f5bdbe8 - Browse repository at this point
Copy the full SHA f5bdbe8View commit details -
{rolling} kobuki-core: Inherit ros_insane_dev_so
Signed-off-by: Rob Woolley <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a112592 - Browse repository at this point
Copy the full SHA a112592View commit details -
{rolling} libpointmatcher: Remove unneeded patch
Signed-off-by: Rob Woolley <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8d48522 - Browse repository at this point
Copy the full SHA 8d48522View commit details -
{rolling} microstrain-inertial-driver: Inherit ros_insane_dev_so
Signed-off-by: Rob Woolley <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 194aecd - Browse repository at this point
Copy the full SHA 194aecdView commit details -
{rolling} moveit: Resolve build failures
Adds necessary build tools and fixes packaging problems for moveit recipes. Signed-off-by: Rob Woolley <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d5ac52e - Browse repository at this point
Copy the full SHA d5ac52eView commit details -
{rolling} nlohmann-json-schema-validator-vendor: Inherit ros_insane_d…
…ev_so Signed-off-by: Rob Woolley <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 162760c - Browse repository at this point
Copy the full SHA 162760cView commit details -
{rolling} pinocchio: Inherit ros_insane_dev_so
Signed-off-by: Rob Woolley <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9b0d5ff - Browse repository at this point
Copy the full SHA 9b0d5ffView commit details -
{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]>
Configuration menu - View commit details
-
Copy full SHA for 2b416be - Browse repository at this point
Copy the full SHA 2b416beView commit details -
{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]>
Configuration menu - View commit details
-
Copy full SHA for af38e01 - Browse repository at this point
Copy the full SHA af38e01View commit details -
{rolling} rcutils: Inherit ros_insane_dev_so
Signed-off-by: Rob Woolley <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 20bc7c9 - Browse repository at this point
Copy the full SHA 20bc7c9View commit details -
{rolling} rmf-building-map-msgs: Use target dependencies
Signed-off-by: Rob Woolley <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6be7b9a - Browse repository at this point
Copy the full SHA 6be7b9aView commit details -
{rolling} rmf-fleet-adapter: Refresh integration patches
Signed-off-by: Rob Woolley <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dd53d06 - Browse repository at this point
Copy the full SHA dd53d06View commit details -
{rolling} rmf-fleet-adapter-python: Refresh integration patch
Signed-off-by: Rob Woolley <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for de654e0 - Browse repository at this point
Copy the full SHA de654e0View commit details -
{rolling} canopen-interfaces: Add service-msgs at build-time
Signed-off-by: Rob Woolley <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for be303c8 - Browse repository at this point
Copy the full SHA be303c8View commit details -
{rolling} lely-core-libraries: Update for ros_opt_prefix
Signed-off-by: Rob Woolley <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 27246d2 - Browse repository at this point
Copy the full SHA 27246d2View commit details -
{rolling} lely-core-libraries: Update SRCREV for lely-core
Signed-off-by: Rob Woolley <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 09c8999 - Browse repository at this point
Copy the full SHA 09c8999View commit details -
{rolling} controller-manager: Disable compiler options
Signed-off-by: Rob Woolley <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e8f8f37 - Browse repository at this point
Copy the full SHA e8f8f37View commit details -
{rolling} force-torque-sensor-broadcaster: Disable compiler options
Signed-off-by: Rob Woolley <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 86f67b5 - Browse repository at this point
Copy the full SHA 86f67b5View commit details -
{rolling} forward-command-controller: Disable compiler options
Signed-off-by: Rob Woolley <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4469740 - Browse repository at this point
Copy the full SHA 4469740View commit details -
{rolling} joint-state-broadcaster: Disable compiler options
Signed-off-by: Rob Woolley <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f8cc31e - Browse repository at this point
Copy the full SHA f8cc31eView commit details -
{rolling} joint-trajectory-controller: Disable compiler options
Signed-off-by: Rob Woolley <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b00fbb6 - Browse repository at this point
Copy the full SHA b00fbb6View commit details -
{rolling} steering-controllers-library: Disable compiler options
Signed-off-by: Rob Woolley <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 346c6ae - Browse repository at this point
Copy the full SHA 346c6aeView commit details -
{rolling} kortex-api: Set COMPATIBLE_MACHINE
The kortex-api SDK only supports Intel 64 (x86-64) architectures. Signed-off-by: Rob Woolley <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ec17535 - Browse repository at this point
Copy the full SHA ec17535View commit details -
{rolling} rqt-gui: Package files in datadir
Signed-off-by: Rob Woolley <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7510729 - Browse repository at this point
Copy the full SHA 7510729View commit details -
{rolling} rviz-ogre-vendor: Refresh integration patch
Signed-off-by: Rob Woolley <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7d40c35 - Browse repository at this point
Copy the full SHA 7d40c35View commit details -
{rolling} vrpn-mocap: Update FILES for ros_opt_prefix
Signed-off-by: Rob Woolley <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e38eacd - Browse repository at this point
Copy the full SHA e38eacdView commit details -
{rolling} ament-cmake-python: Use DESTDIR for install
Signed-off-by: Rob Woolley <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f31eb92 - Browse repository at this point
Copy the full SHA f31eb92View commit details -
{rolling} aruco-ros: Add rclpy build dependency
Signed-off-by: Rob Woolley <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b1e3f1b - Browse repository at this point
Copy the full SHA b1e3f1bView commit details -
{rolling} ffmpeg-image-transport-msgs: Add build dependencies
Signed-off-by: Rob Woolley <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 46c6225 - Browse repository at this point
Copy the full SHA 46c6225View commit details -
{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]>
Configuration menu - View commit details
-
Copy full SHA for 21d7b58 - Browse repository at this point
Copy the full SHA 21d7b58View commit details -
{rolling} swri-transform-util: Replace deprecated boost APIs
Signed-off-by: Rob Woolley <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9b50272 - Browse repository at this point
Copy the full SHA 9b50272View commit details -
{rolling} mola-*: Add SOLIBDEV to -dev packages
Signed-off-by: Rob Woolley <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4499992 - Browse repository at this point
Copy the full SHA 4499992View commit details -
{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]>
Configuration menu - View commit details
-
Copy full SHA for 2609b93 - Browse repository at this point
Copy the full SHA 2609b93View commit details -
{rolling} mp2p-icp: Add SOLIBDEV to -dev package
Signed-off-by: Rob Woolley <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b5fb256 - Browse repository at this point
Copy the full SHA b5fb256View commit details -
{rolling} mrpt-sensorlib: Add SOLIBDEV to -dev package
Signed-off-by: Rob Woolley <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0e5041d - Browse repository at this point
Copy the full SHA 0e5041dView commit details -
{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]>
Configuration menu - View commit details
-
Copy full SHA for 637dc11 - Browse repository at this point
Copy the full SHA 637dc11View commit details -
{rolling} ros-gz: Add protobuf and qt5 build dependencies
Signed-off-by: Rob Woolley <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9d1fe4e - Browse repository at this point
Copy the full SHA 9d1fe4eView commit details -
{rolling} ros2-controllers: Disable compiler options
Signed-off-by: Rob Woolley <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 526765a - Browse repository at this point
Copy the full SHA 526765aView commit details -
{rolling} sdformat-urdf: Add missing build dependency
Signed-off-by: Rob Woolley <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ed59c24 - Browse repository at this point
Copy the full SHA ed59c24View commit details -
{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]>
Configuration menu - View commit details
-
Copy full SHA for 1ba42e7 - Browse repository at this point
Copy the full SHA 1ba42e7View commit details -
{rolling} libcamera: Fix up build dependencies
Signed-off-by: Rob Woolley <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for aa320a3 - Browse repository at this point
Copy the full SHA aa320a3View commit details -
{rolling} Update pcl version in ros-distro-preferred-versions.inc
Signed-off-by: Rob Woolley <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9a8a9ae - Browse repository at this point
Copy the full SHA 9a8a9aeView commit details -
{rolling} Update ros-distro-recipe-blacklist.inc
Signed-off-by: Rob Woolley <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 69a0c5e - Browse repository at this point
Copy the full SHA 69a0c5eView commit details -
{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]>
Configuration menu - View commit details
-
Copy full SHA for 2cd1f26 - Browse repository at this point
Copy the full SHA 2cd1f26View commit details -
{rolling} Update ros-distro.inc
Signed-off-by: Rob Woolley <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 08f53bb - Browse repository at this point
Copy the full SHA 08f53bbView commit details -
ROS_OE_RELEASE_SERIES: switch from scarthgap to styhead and walnascar
Signed-off-by: Rob Woolley <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 915405c - Browse repository at this point
Copy the full SHA 915405cView commit details -
{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]>
Configuration menu - View commit details
-
Copy full SHA for 7840889 - Browse repository at this point
Copy the full SHA 7840889View commit details -
{humble} off-highway-can: Fix syntax of LICENSE variable
Signed-off-by: Rob Woolley <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6c27cd9 - Browse repository at this point
Copy the full SHA 6c27cd9View commit details -
{humble} ros-workspace: Remove host path from local_setup.sh
Signed-off-by: Rob Woolley <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5201ab3 - Browse repository at this point
Copy the full SHA 5201ab3View commit details -
{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]>
Configuration menu - View commit details
-
Copy full SHA for b8ae60d - Browse repository at this point
Copy the full SHA b8ae60dView commit details -
{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]>
Configuration menu - View commit details
-
Copy full SHA for 1648cee - Browse repository at this point
Copy the full SHA 1648ceeView commit details -
{iron} ros-workspace: Remove host path from local_setup.sh
Signed-off-by: Rob Woolley <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 77c58bd - Browse repository at this point
Copy the full SHA 77c58bdView commit details -
{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]>
Configuration menu - View commit details
-
Copy full SHA for da11ec9 - Browse repository at this point
Copy the full SHA da11ec9View commit details -
{jazzy} ros-workspace: Remove host path from local_setup.sh
Signed-off-by: Rob Woolley <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 868a22c - Browse repository at this point
Copy the full SHA 868a22cView commit details -
{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]>
Configuration menu - View commit details
-
Copy full SHA for 13b798e - Browse repository at this point
Copy the full SHA 13b798eView commit details -
{rolling} ros-workspace: Remove host path from local_setup.sh
Signed-off-by: Rob Woolley <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 916e0e7 - Browse repository at this point
Copy the full SHA 916e0e7View commit details -
{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]>
Configuration menu - View commit details
-
Copy full SHA for d37b3de - Browse repository at this point
Copy the full SHA d37b3deView commit details -
{rolling} ament-cmake-python: Add Upstream-Status to patch
Signed-off-by: Rob Woolley <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for eec54d0 - Browse repository at this point
Copy the full SHA eec54d0View commit details -
{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]>
Configuration menu - View commit details
-
Copy full SHA for 59e2b53 - Browse repository at this point
Copy the full SHA 59e2b53View commit details -
{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]>
Configuration menu - View commit details
-
Copy full SHA for 32057f7 - Browse repository at this point
Copy the full SHA 32057f7View commit details -
{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]>
Configuration menu - View commit details
-
Copy full SHA for 1e6ce43 - Browse repository at this point
Copy the full SHA 1e6ce43View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 200862c - Browse repository at this point
Copy the full SHA 200862cView commit details -
{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]>
Configuration menu - View commit details
-
Copy full SHA for a3eea67 - Browse repository at this point
Copy the full SHA a3eea67View commit details -
{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]>
Configuration menu - View commit details
-
Copy full SHA for 6664b41 - Browse repository at this point
Copy the full SHA 6664b41View commit details -
{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]>
Configuration menu - View commit details
-
Copy full SHA for feccf7e - Browse repository at this point
Copy the full SHA feccf7eView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for d90f497 - Browse repository at this point
Copy the full SHA d90f497View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for ec77756 - Browse repository at this point
Copy the full SHA ec77756View commit details -
{common} colcon: Update recipes to latest versions
Signed-off-by: Rob Woolley <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7804326 - Browse repository at this point
Copy the full SHA 7804326View commit details -
{common} Add native sdk class extentions
Signed-off-by: Stephen Street <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c44ebfe - Browse repository at this point
Copy the full SHA c44ebfeView commit details -
{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]>
Configuration menu - View commit details
-
Copy full SHA for 3a0ef90 - Browse repository at this point
Copy the full SHA 3a0ef90View commit details -
{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]>
Configuration menu - View commit details
-
Copy full SHA for 2dda2ce - Browse repository at this point
Copy the full SHA 2dda2ceView commit details -
{rolling} Add package lists for ROS 2 SDKs
Signed-off-by: Jiaxing Shi <[email protected]> Signed-off-by: Stephen Street <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d5d0fdd - Browse repository at this point
Copy the full SHA d5d0fddView commit details -
{jazzy} Add package lists for ROS 2 SDKs
Signed-off-by: Jiaxing Shi <[email protected]> Signed-off-by: Stephen Street <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e0095a6 - Browse repository at this point
Copy the full SHA e0095a6View commit details -
{humble} Add package lists for ROS 2 SDKs
Signed-off-by: Jiaxing Shi <[email protected]> Signed-off-by: Stephen Street <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2cf124b - Browse repository at this point
Copy the full SHA 2cf124bView commit details -
{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]>
Configuration menu - View commit details
-
Copy full SHA for daa8cd6 - Browse repository at this point
Copy the full SHA daa8cd6View commit details -
{common} pcl: Remove build path references
Signed-off-by: Stephen Street <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 919dd5d - Browse repository at this point
Copy the full SHA 919dd5dView commit details -
{common} orocos-kdl: Fix Upstream-Status syntax on patch
Signed-off-by: Rob Woolley <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 999f288 - Browse repository at this point
Copy the full SHA 999f288View commit details -
{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]>
Configuration menu - View commit details
-
Copy full SHA for 172a92c - Browse repository at this point
Copy the full SHA 172a92cView commit details -
{common} pcl: Use pkgconfig to find dependencies
Signed-off-by: Rob Woolley <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 03cca6c - Browse repository at this point
Copy the full SHA 03cca6cView commit details -
{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]>
Configuration menu - View commit details
-
Copy full SHA for 445bff2 - Browse repository at this point
Copy the full SHA 445bff2View commit details -
{common} ros_ament_cmake: Add ROS prefix site-packages to PYTHONPATH
Signed-off-by: Stephen Street <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for beb8058 - Browse repository at this point
Copy the full SHA beb8058View commit details -
{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]>
Configuration menu - View commit details
-
Copy full SHA for 3d9ed31 - Browse repository at this point
Copy the full SHA 3d9ed31View commit details -
{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]>
Configuration menu - View commit details
-
Copy full SHA for 3a6bcb2 - Browse repository at this point
Copy the full SHA 3a6bcb2View commit details -
{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]>
Configuration menu - View commit details
-
Copy full SHA for ab4dd5f - Browse repository at this point
Copy the full SHA ab4dd5fView commit details -
{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]>
Configuration menu - View commit details
-
Copy full SHA for 61be95a - Browse repository at this point
Copy the full SHA 61be95aView commit details -
{humble} Use find package for yaml to prevent sdk build failures
Signed-off-by: Stephen Street <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bf75a2c - Browse repository at this point
Copy the full SHA bf75a2cView commit details -
{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]>
Configuration menu - View commit details
-
Copy full SHA for b132e2e - Browse repository at this point
Copy the full SHA b132e2eView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for cffe352 - Browse repository at this point
Copy the full SHA cffe352View commit details -
{rolling} Set SPDX-compliant LICENSE values
Signed-off-by: Rob Woolley <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2c740a9 - Browse repository at this point
Copy the full SHA 2c740a9View commit details -
{rolling} cv-bridge: Fix buildpaths QA issue
Signed-off-by: Rob Woolley <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9d87094 - Browse repository at this point
Copy the full SHA 9d87094View commit details -
{jazzy} libg2o: Allow to build libg2o without X11 and OpenGL
Signed-off-by: Windel Bouwman <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 55c5f21 - Browse repository at this point
Copy the full SHA 55c5f21View commit details -
{jazzy} libg2o: Add SPDX license identifier
Signed-off-by: Rob Woolley <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a193e30 - Browse repository at this point
Copy the full SHA a193e30View commit details -
{rolling} libg2o: Allow to build libg2o without X11 and OpenGL
Signed-off-by: Windel Bouwman <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2527494 - Browse repository at this point
Copy the full SHA 2527494View commit details -
{rolling} libg2o: Add SPDX license identifier
Signed-off-by: Rob Woolley <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6363f3d - Browse repository at this point
Copy the full SHA 6363f3dView commit details -
{rolling} libg2o: Remove references to host build paths
Signed-off-by: Rob Woolley <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for deff93c - Browse repository at this point
Copy the full SHA deff93cView commit details -
{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]>
Configuration menu - View commit details
-
Copy full SHA for 0d47125 - Browse repository at this point
Copy the full SHA 0d47125View commit details -
{common} suitesparse-cholmod: Remove buildpath references
Signed-off-by: Rob Woolley <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6d04920 - Browse repository at this point
Copy the full SHA 6d04920View commit details -
Allow rtabmap to be build without graphic support.
Signed-off-by: Windel Bouwman <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b1472eb - Browse repository at this point
Copy the full SHA b1472ebView commit details -
{rolling} libnabo: Add SPDX license identifier
Signed-off-by: Rob Woolley <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cf36592 - Browse repository at this point
Copy the full SHA cf36592View commit details -
{rolling} libnabo: Remove build path from installed files
Signed-off-by: Rob Woolley <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d47cba2 - Browse repository at this point
Copy the full SHA d47cba2View commit details -
{rolling} libnabo: Enable native builds
Signed-off-by: Rob Woolley <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ac524b6 - Browse repository at this point
Copy the full SHA ac524b6View commit details -
{rolling} libpointmatcher: Add SPDX license identifier
Signed-off-by: Rob Woolley <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 50f8b90 - Browse repository at this point
Copy the full SHA 50f8b90View commit details -
{rolling} libpointmatcher: Enable native builds
Signed-off-by: Rob Woolley <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2eb29f2 - Browse repository at this point
Copy the full SHA 2eb29f2View commit details -
{common} octomap: Remove useless rpaths
Signed-off-by: Rob Woolley <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 604c7a5 - Browse repository at this point
Copy the full SHA 604c7a5View commit details -
{rolling} libnabo: Use find_package to find Eigen3
Signed-off-by: Rob Woolley <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5f28ee9 - Browse repository at this point
Copy the full SHA 5f28ee9View commit details -
{rolling} libnabo: Add CMAKE_PREFIX_PATH to exported CMake file
Signed-off-by: Rob Woolley <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2492445 - Browse repository at this point
Copy the full SHA 2492445View commit details -
{rolling} libpointmatcher: Replace deprecated Boost functions
Signed-off-by: Rob Woolley <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for da623d0 - Browse repository at this point
Copy the full SHA da623d0View commit details -
{rolling} libpointmatcher: Fix QA issue with buildpaths
Signed-off-by: Rob Woolley <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e7d1400 - Browse repository at this point
Copy the full SHA e7d1400View commit details -
{rolling} gtsam: Set SPDX license identifier
Signed-off-by: Rob Woolley <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fe51480 - Browse repository at this point
Copy the full SHA fe51480View commit details -
{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]>
Configuration menu - View commit details
-
Copy full SHA for 626266c - Browse repository at this point
Copy the full SHA 626266cView commit details -
{rolling} gtsam: Use the system libeigen
Signed-off-by: Rob Woolley <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 91e2b4d - Browse repository at this point
Copy the full SHA 91e2b4dView commit details -
{rolling} gtsam: Remove buildpath references
Signed-off-by: Rob Woolley <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for df293f6 - Browse repository at this point
Copy the full SHA df293f6View commit details -
{rolling} gtsam: Place symlink .so files in -dev package
Signed-off-by: Rob Woolley <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 178154f - Browse repository at this point
Copy the full SHA 178154fView commit details -
{rolling} gtsam: Extend recipe for native builds
Signed-off-by: Rob Woolley <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f36f626 - Browse repository at this point
Copy the full SHA f36f626View commit details -
{rolling} rtabmap: Allow rtabmap to be build without graphic support.
Signed-off-by: Windel Bouwman <[email protected]> Signed-off-by: Rob Woolley <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2394795 - Browse repository at this point
Copy the full SHA 2394795View commit details -
{ros2} Add required ROS2 SDK environment variables
Signed-off-by: Stephen Street <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7324827 - Browse repository at this point
Copy the full SHA 7324827View commit details