All Projects → shaolinbit → Minisam_lib

shaolinbit / Minisam_lib

Licence: other
Lightweighted graph optimization (Factor graph) library.

Labels

Projects that are alternatives of or similar to Minisam lib

Ucoslam Cv3
Updated UcoSLAM to compile for OpenCV 3
Stars: ✭ 31 (-63.95%)
Mutual labels:  slam
Particle filter localization
Particle filter-based localization in an occupancy grid map.
Stars: ✭ 63 (-26.74%)
Mutual labels:  slam
Urbannavdataset
UrbanNav: an Open-Sourcing Localization Data Collected in Asian Urban Canyons, Including Tokyo and Hong Kong
Stars: ✭ 79 (-8.14%)
Mutual labels:  slam
2d Slam By Nonlinear Optimization
基于非线性优化的2Dslam仿真,实践前端数据关联,滑动窗口法,LM优化,FEJ。
Stars: ✭ 41 (-52.33%)
Mutual labels:  slam
Visma
Visual-Inertial-Semantic-MApping Dataset and tools
Stars: ✭ 54 (-37.21%)
Mutual labels:  slam
Loam velodyne
Laser Odometry and Mapping (Loam) is a realtime method for state estimation and mapping using a 3D lidar.
Stars: ✭ 1,135 (+1219.77%)
Mutual labels:  slam
Pepper Robot Programming
Pepper Programs : Object Detection Real Time without ROS
Stars: ✭ 29 (-66.28%)
Mutual labels:  slam
Fisheye Orb Slam
A real-time robust monocular visual SLAM system based on ORB-SLAM for fisheye cameras, without rectifying or cropping the input images
Stars: ✭ 84 (-2.33%)
Mutual labels:  slam
Indoor Nav Arcore
Indoor Navigation with ARCore (From: 2018)
Stars: ✭ 62 (-27.91%)
Mutual labels:  slam
Mrpt
⚡️ The Mobile Robot Programming Toolkit (MRPT)
Stars: ✭ 1,190 (+1283.72%)
Mutual labels:  slam
Rp Vio
RP-VIO: Robust Plane-based Visual-Inertial Odometry for Dynamic Environments (Code & Dataset)
Stars: ✭ 50 (-41.86%)
Mutual labels:  slam
Mask rcnn ros
The ROS Package of Mask R-CNN for Object Detection and Segmentation
Stars: ✭ 53 (-38.37%)
Mutual labels:  slam
Lego Loam
LeGO-LOAM: Lightweight and Ground-Optimized Lidar Odometry and Mapping on Variable Terrain
Stars: ✭ 1,138 (+1223.26%)
Mutual labels:  slam
Defslam
DefSLAM: Tracking and Mapping of Deforming Scenes from Monocular Sequences. J.Lamarca, S. Parashar, A. Bartoli & J.M.M. Montiel
Stars: ✭ 36 (-58.14%)
Mutual labels:  slam
Cube slam wu
Cube SLAM 个人注释版
Stars: ✭ 78 (-9.3%)
Mutual labels:  slam
Lio Sam
LIO-SAM: Tightly-coupled Lidar Inertial Odometry via Smoothing and Mapping
Stars: ✭ 953 (+1008.14%)
Mutual labels:  slam
Codeslam
Implementation of CodeSLAM — Learning a Compact, Optimisable Representation for Dense Visual SLAM paper (https://arxiv.org/pdf/1804.00874.pdf)
Stars: ✭ 64 (-25.58%)
Mutual labels:  slam
Mrpt slam
ROS wrappers for SLAM algorithms in MRPT
Stars: ✭ 84 (-2.33%)
Mutual labels:  slam
Vins mono cg
注释版: Modified version of VINS-Mono (commit 9e657be on Jan 9, 2019)
Stars: ✭ 82 (-4.65%)
Mutual labels:  slam
Awesome Robotics Libraries
😎 A curated list of robotics libraries and software
Stars: ✭ 1,159 (+1247.67%)
Mutual labels:  slam

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 [email protected].

Phone Number: +86-138-1060-7681

Wechat Number: shaolin_bit

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].