From d67230dd7bcde60b2a67564835e866d8095bb834 Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Sun, 3 Sep 2023 09:49:56 +0200 Subject: [PATCH] ros: Add missing dependencies Without these, the package cannot be built on NixOS. --- doc/source/doxygen-docs/changelog.md | 2 ++ package.xml | 3 +++ 2 files changed, 5 insertions(+) diff --git a/doc/source/doxygen-docs/changelog.md b/doc/source/doxygen-docs/changelog.md index 0ba13b8ed4..9d96abd330 100644 --- a/doc/source/doxygen-docs/changelog.md +++ b/doc/source/doxygen-docs/changelog.md @@ -8,6 +8,8 @@ - BUG FIXES: - Fix CSparse "C" linkage build error (OSX Clang). PR [#1280](https://github.com/MRPT/mrpt/pull/1280) - Fix missing Python wrapping of poses PDF (poses with uncertainty) composition (\oplus and \ominus) operators. (Closes [#1281](https://github.com/MRPT/mrpt/issues/1281)). PR [#1283](https://github.com/MRPT/mrpt/pull/1283) +- Build system: + - ROS: fix missing deps in package.xml needed for build via Nix. # Version 2.10.1: Released August 10th, 2023 - Build system: diff --git a/package.xml b/package.xml index 8a605117d2..844cf5fe7c 100644 --- a/package.xml +++ b/package.xml @@ -26,6 +26,7 @@ libxrandr libxxf86vm nav_msgs + opengl sensor_msgs std_msgs stereo_msgs @@ -40,12 +41,14 @@ assimp-dev ffmpeg libfreenect-dev + libfyaml-dev libjpeg libjsoncpp-dev libopenni2-dev libpcap libudev-dev libusb-1.0-dev + pkg-config pybind11-dev python3-pip tinyxml2