Giter Site home page Giter Site logo

geromidg / ga_slam Goto Github PK

View Code? Open in Web Editor NEW
41.0 8.0 32.0 206 KB

:rocket: SLAM for autonomous planetary rovers with global localization

License: GNU General Public License v3.0

CMake 7.23% C++ 90.50% Shell 2.27%
slam localization mapping robotics mars-rover moon-rover sensor-fusion map-matching pose-estimation particle-filter dem eigen pcl opencv grid-map cpp11

ga_slam's Introduction

GA SLAM: Globally Adaptive Simultaneous Localization And Mapping

Travis Coveralls License


This is an open-source and research-oriented C++ library for solving the SLAM problem on planetary rovers that
aim to navigate and explore extreme terrains. It adopts a globally adaptive technique which uses an a priori global
low-resolution map provided by orbital imagery to enhance the robot's perception and correct its global position.

Created by: Dimitris Geromichalos ([email protected])
Supervised by: Martin Azkarate ([email protected])
Developed at: Planetary Robotics Lab (PRL), European Space Agency (ESA)

Features

  • ๐ŸŒ„ Suitable for rough terrain navigation by utilizing 2.5D (elevation) maps
  • ๐ŸŒ Global pose correction using map matching of local (robot-centric) and global (orbiter) elevation maps
  • ๐Ÿ“ท Sensor-agnostic data registration using point clouds (support for lidar, stereo camera, ToF camera etc.)
  • ๐Ÿ’ฅ Automatic sensor fusion when multiple inputs are provided (without prior configuration)
  • ๐Ÿ“ƒ Easily tunable parameter set to fit the needs of different robots and applications

Technical Overview

The high-level design diagram shows the main modules that comprise the system.

Installation

Although the library can be used on other systems, it was validated using:

  • Ubuntu 16.04 (Xenial)
  • CMake 3.5.1
  • GCC 5.4.0

Dependencies

Required packages:

Optional packages:

The dependecies listed above can be installed using this script as well.

Building

To build the library, run:

git clone https://github.com/geromidg/GA_SLAM.git
cd ga_slam
mkdir build && cd build
cmake ..
make

To build and execute the tests, run:

cmake -DENABLE_TESTS=ON ..
make
make test

Make sure to set CMAKE_PREFIX_PATH if you installed the grid_map_core library from the debian package.
For example if you installed it using sudo apt-get install ros-kinetic-grid-map-core, run:

export CMAKE_PREFIX_PATH=$CMAKE_PREFIX_PATH:/opt/ros/kinetic

ga_slam's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ga_slam's Issues

kindr building

Having an issue with building kindr. I cannot use catkin_make to compile a package for elevation_mapping. Terminal shows that kindr and other packages are non-homogenous

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.