Can anyone provide a detailed procedure for installing MRPT on Fedora 33 Scientific (one of the Fedora Labs which has a KDE interface)? The MRPT installation instructions for Ubuntu mentions something about cmake/cmake-gui. Checking the man pages, F33Sci has no such thing. It must be possible to accomplish this somehow, because Fedora Robotics Lab includes MRPT. I've already tried "$sudo dnf install mrpt", resulting in "Error: Unable to find a match: mrpt". However, "$dnf search mrpt" results in a bunch of items from mrpt-base... to mrpt-stereo-camera-calibration.
1
There are 1 best solutions below
Related Questions in ROBOTICS
- Graph-SLAM when it uses only odometry information, will it still run? and what is the outcome?
- Camera Calibration with OpenCV: Using the distortion and rotation-translation matrix
- Robotics: Homogenous Transformation Matrix for DH parameters
- Communicating between a PC and UR5 Universal Robotics Robot Arm using TCP/IP LabVIEW
- publishing trajectory_msgs/jointtrajectory msgs
- How to publish a `geometry_msgs/PoseArray` from the command line?
- iRobot Create - Playing two songs
- Making Dataset for 4 Motors Inverse kinematics using ANFIS in MATLAB
- Robotics - Recursive function for fractal.
- 3D Matrix in Simulink which can be 2D is not supported
- Teachable Robotic Arm coding error
- call of overloaded write(int) is ambiguous
- Update Oxyplot C# WPF on demand
- How would one connect an SQL db securely to an external client?
- What type of real time external board or controller should i choose?
Related Questions in MOBILE-ROBOT-TOOLKIT
- How to set scan angle in CObservation2DRangeScan?
- Filling MRPT velodyne scan observation
- Set robot dimensions
- How to get a 3d scan as txt from Rawlog file?
- What is MRPT approach to environment changes during robot navigation?
- Pass includes and libs of MRPT as a dependency library
- .simplemap to octomap/point cloud and ground truth robot pose conversion
- How can I use the MRPT particle filter with 3D data instead of 2D?
- Tracing a segmentation fault in a 3rd party library: cv::ImageCodecInitializer destructor crashes
- MRPT library COpenGLScenePtr does not name a type
- MRPT ROS NODE: 2D Nav Goal in rviz not working
- insertObservation method in COccupancyGridMap2D is producing warped results
- mrpt_ekf_slam_2d does not associate landmarks with yaw angle outside [90, -90]
- MRPT CDisplayWindow3D crash, using windows binaries
- cmake configuration failed while building MRPT library
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
The version of MRPT that ships with Fedora is really outdated, so you do well in building from sources.
cmake-guiis not 100% required, it is only mentioned in the instructions to make things easier to those preferring GUIs, but you should be able to compile using the console commands here (that is, the standard workflow with cmake).Next, the CMake configuration process will warn you about missing libraries. Most are optional, but at least make sure of installing eigen3, opencv and wxwidgets. Those should be installed with the standard commands used in Fedora...