Search Criteria
Package Details: mrpt 1.5.8-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/mrpt.git (read-only, click to copy) |
---|---|
Package Base: | mrpt |
Description: | Provides an extensive set of libraries, algorithms, and applications employed in a number of mobile robotics research areas. |
Upstream URL: | http://www.mrpt.org |
Licenses: | GPL3 |
Submitter: | majorx234 |
Maintainer: | None |
Last Packager: | majorx234 |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2017-03-02 03:25 (UTC) |
Last Updated: | 2019-12-13 00:41 (UTC) |
Dependencies (14)
- desktop-file-utils (desktop-file-utils-gitAUR)
- opencv (opencv-cuda)
- wxgtk (wxwidgets-gtk2AUR)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- subversion (make)
- assimp (assimp-gitAUR) (optional)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-ffplayoutAUR, ffmpeg-amd-full-gitAUR, ffmpeg-cudaAUR, ffmpeg-full-gitAUR, ffmpeg-gitAUR, ffmpeg-libfdk_aacAUR, ffmpeg-fullAUR, ffmpeg-decklinkAUR, ffmpeg-headlessAUR, ffmpeg-obsAUR, ffmpeg-amd-fullAUR) (optional) – Video Support
- freeglut (freeglut-x11-gitAUR, freeglut-wayland-gitAUR) (optional)
- libdc1394 (optional)
- libftdi (optional)
- libusb (libusb-gitAUR) (optional) – Kinect support
- pclAUR (pcl-gitAUR) (optional)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat) (optional)
Required by (1)
- ros-melodic-mrpt-bridge (make)
Latest Comments
billypilgrim commented on 2021-01-20 15:51 (UTC)
It should be fine to use OpenCV v3+ now, so hopefully that'll mean a couple of patches can be dropped.
majorx234 commented on 2019-12-13 00:49 (UTC)
@jerry73204 I added both patches, seems to work. looks for me a bit messy,but I haven't any better solution atm.
jerry73204 commented on 2019-12-05 16:10 (UTC)
Also, include this path to prevent from linking GTK 3 symbols. Since OpenCV 2 links to GTK 2.x, the program will fail if both GTK {2.x, 3} are present.
jerry73204 commented on 2019-12-05 15:32 (UTC)
It does not compile when
opencv
andopencv2-opt
are simultaneously installed. Could you include this patch to fix this?