# minisam_lib **Repository Path**: ieuxmz/minisam_lib ## Basic Information - **Project Name**: minisam_lib - **Description**: Lightweighted graph optimization (Factor graph) library. - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-04-30 - **Last Updated**: 2024-05-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # minisam This repository contains code for a lightweight graph optimization library developed by GraphOptimization (Beijing), Inc.. Thanks for the gtsam's authors. We only keep the core functions and classes in gtsam. ## The following rules are followed when we write the library. 1. Use templates as few as possible. 2. No boost libraries are used. 3. No traits. 4. No smart pointers. 5. Self Contained. ## Requirements: 1. gcc compiler version:5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.11) 2. Cmake above version 2.6 ## Install: 1. Clone the project to your local. git clone https://github.com/shaolinbit/minisam_lib.git 2. run the commands: ``` cd minisam_lib mkdir build cd build cmake .. sudo make install ``` ## Platforms: Only Ubuntu is supported. For other platforms, you can contact with us. ## Contact: If you have any demands, propose an issue at github or email to 4050627@qq.com. Phone Number: +86-138-1060-7681 Wechat Number: shaolin_bit