2024-08-16 13:54:37 +00:00
|
|
|
|
|
|
|
# Copyright 2024 Open Source Robotics Foundation
|
|
|
|
# Distributed under the terms of the BSD license
|
|
|
|
|
|
|
|
{ lib, buildRosPackage, fetchurl, ament-cmake, assimp, cmake, cv-bridge, ffmpeg, freeglut, freenect, glfw3, libGL, libGLU, libjpeg, libpcap, libusb1, mrpt-libbase, mrpt-libposes, octomap, opencv, openni2, pkg-config, python3Packages, pythonPackages, rclcpp, ros-environment, rosbag2-storage, tinyxml-2, udev, wxGTK32, xorg, zlib }:
|
|
|
|
buildRosPackage {
|
|
|
|
pname = "ros-jazzy-mrpt-libopengl";
|
2024-12-27 13:14:54 +00:00
|
|
|
version = "2.14.7-r1";
|
2024-08-16 13:54:37 +00:00
|
|
|
|
|
|
|
src = fetchurl {
|
2024-12-27 13:14:54 +00:00
|
|
|
url = "https://github.com/ros2-gbp/mrpt_ros-release/archive/release/jazzy/mrpt_libopengl/2.14.7-1.tar.gz";
|
|
|
|
name = "2.14.7-1.tar.gz";
|
|
|
|
sha256 = "abd427751afc7a1af863c998c717873dc7c2a5791bfb644e69b83850d1c2918c";
|
2024-08-16 13:54:37 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
buildType = "cmake";
|
|
|
|
buildInputs = [ ament-cmake assimp cmake cv-bridge ffmpeg freeglut freenect glfw3 libGL libGLU libjpeg libpcap libusb1 octomap opencv opencv.cxxdev openni2 pkg-config python3Packages.pip pythonPackages.pybind11 rclcpp ros-environment rosbag2-storage tinyxml-2 udev wxGTK32 xorg.libXrandr xorg.libXxf86vm zlib ];
|
|
|
|
propagatedBuildInputs = [ mrpt-libbase mrpt-libposes ];
|
|
|
|
nativeBuildInputs = [ cmake ];
|
|
|
|
|
|
|
|
meta = {
|
|
|
|
description = "Mobile Robot Programming Toolkit (MRPT) libraries (opengl/img C++ libraries).
|
|
|
|
This package contains: mrpt-opengl, mrpt-img";
|
|
|
|
license = with lib.licenses; [ bsdOriginal ];
|
|
|
|
};
|
|
|
|
}
|