Skip to content

Commit

Permalink
ros: Add missing dependencies
Browse files Browse the repository at this point in the history
Without these, the package cannot be built on NixOS.
  • Loading branch information
wentasah committed Sep 3, 2023
1 parent 7ad256c commit d67230d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/source/doxygen-docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
3 changes: 3 additions & 0 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
<depend>libxrandr</depend>
<depend>libxxf86vm</depend>
<depend>nav_msgs</depend>
<depend>opengl</depend>
<depend>sensor_msgs</depend>
<depend>std_msgs</depend>
<depend>stereo_msgs</depend>
Expand All @@ -40,12 +41,14 @@
<build_depend>assimp-dev</build_depend>
<build_depend>ffmpeg</build_depend>
<build_depend>libfreenect-dev</build_depend>
<build_depend>libfyaml-dev</build_depend>
<build_depend>libjpeg</build_depend>
<build_depend>libjsoncpp-dev</build_depend>
<build_depend>libopenni2-dev</build_depend>
<build_depend>libpcap</build_depend>
<build_depend>libudev-dev</build_depend>
<build_depend>libusb-1.0-dev</build_depend>
<build_depend>pkg-config</build_depend>
<build_depend>pybind11-dev</build_depend>
<build_depend>python3-pip</build_depend>
<build_depend>tinyxml2</build_depend>
Expand Down

0 comments on commit d67230d

Please sign in to comment.