Code Monkey home page Code Monkey logo

srslam's Introduction

SRSLAM: SCUT RobotLab Simultaneous Localization And Mapping

Image text

Author license standard-readme compliant

内容列表

背景

  • 本库是基于LK光流前端与GTSAM后端的SLAM系统,纯个人瞎写,用于SLAM学习。
  • 本库基于ROS,前后端分离且实现了基本的数据类型与传感器类型,可拓展性强,后续可以加入基于不同算法的前端或后端,用于SLAM学习。
  • 目前只实现了前端部分,还差后端与可视化。
  • 目前只支持双目相机作为传感器。

安装

环境:

  • Ubuntu 18.04
  • ROS Melodic
  • OpenCV 4.5.1

依赖:

sudo apt-get install libeigen3-dev
git clone https://github.com/borglab/gtsam.git
cd gtsam
mkdir build && cd build
cmake ..
make check
sudo make install
  • A modern compiler, i.e., at least gcc 4.7.3 on Linux.

用法

mkdir srslam_ws && cd srslam_ws && mkdir src
git clone https://github.com/cypypccpy/SRSLAM.git
cd ..
catkin_make
echo "source ~/srslam_ws/devel/setup.bash" >> ~/.bashrc

启动

先下载http://robotics.ethz.ch/~asl-datasets/ijrr_euroc_mav_dataset/machine_hall/MH_01_easy/MH_01_easy.bag

rosbag play --pause MH_01_easy.bag /cam0/image_raw:=/camera/left/image_raw /cam1/image_raw:=/camera/right/image_raw

在终端按下空格启动后

rosrun srslam srslam_node

TODO



如何贡献

See the contributing file!

使用许可

MIT © Richard McRichface.

srslam's People

Contributors

cypypccpy avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.