28 stdenv.mkDerivation rec {
32 src = fetchFromGitHub {
36 hash = "sha256-y/p1uFSxVQNXO383DLGCg4eWW7iu1esqpWlyPMF3huk=";
59 # libpointmatcher - ABI mismatch
63 # librealsense - missing includedir
72 # Disable warnings that are irrelevant to us as packagers
73 cmakeFlags = [ "-Wno-dev" ];
76 description = "Real-Time Appearance-Based 3D Mapping";
77 homepage = "https://introlab.github.io/rtabmap/";
78 license = licenses.bsd3;
79 maintainers = with maintainers; [ marius851000 ];
80 platforms = with platforms; linux;