Git Product home page Git Product logo

tagslam's Introduction

TagSLAM: SLAM with Tags

TagSLAM is a ROS-based package for Simultaneous Localization and Mapping using AprilTag fiducial markers.

Installation

The only supported platform is Ubuntu 16.04:

Install GTSAM from the ppa:

sudo apt-add-repository ppa:bernd-pfrommer/gtsam
sudo apt update
sudo apt install gtsam

You may also need the catkin build command:

sudo apt install python-catkin-tools

Now the ROS stuff (this assumes you know your way around ROS packages):

cat catkin_ws
mkdir src
cd src
git clone https://github.com/versatran01/apriltag.git
git clone https://github.com/berndpfrommer/tagslam.git
cd ..
catkin config -DCMAKE_BUILD_TYPE=Release
catkin build

Examples

There are some tests/examples in the repo. First start up rviz, visualize the transform tree ("TF"), then run one of the examples, e.g:

roslaunch tagslam example.launch example:=1

Running

Adjust the launch scripts to your liking and remap topics, then run the detector and tagslam:

roslaunch tagslam apritag_detector_node.launch
roslaunch tagslam tagslam.launch

You can also run it afterwards on a bag file. First pre-process the bag (you need to adjust the topics in the launch script below!):

roslaunch tagslam sync_and_detect.launch bag:=bag_with_images.bag

Afterwards you should find a bag with the detections in ~/.ros/ Now run directly off of this bag (see example.launch) for examples.

tagslam's People

Contributors

berndpfrommer avatar

Watchers

James Cloos avatar Giuseppe avatar Ozaslan 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.