Giter Club home page Giter Club logo

vineslam's Introduction

VineSLAM

A multi-layer Localization and Mapping procedure for agricultural places.

rosin_logo

Supported by ROSIN - ROS-Industrial Quality-Assured Robot Software Components.
More information: rosin-project.eu

eu_flag

This project has received funding from the European Union’s Horizon 2020
research and innovation programme under grant agreement no. 732287.

Table of Contents

  1. System architecture
  2. System components
  3. Installation
  4. ROS structure
  5. How to run

VineSLAM relies on three main software blocks:

  • Feature extractor: computes high-level semantic features, geometric features, and image features.
  • Multi-layer map: considers all the extracted features to build individual maps that together constitute a novel 3D multi-layer map.
  • Localization: Particle filter that uses the feature extractor and the multi-layer map to localize the robot.


Uses a deep Learning-based object detector to capture semantic features from the agricultural environment.

Example of vine trunk detection

Figueiredo Vineyard Aveleda Vineyard Aveleda Vineyard Thermal

Geometric maps

A 3D map with features - corners, planars and semi-planes directly extracted from a 3D point cloud.

Watch the following videos to see the multi-layer map creation, regarding geometric maps.

  • Corner features maps

  • Planar features maps

  • Semi-plane features maps

Elevation Map

Elevation map extracted from the ground plane. It considers a well-defined grid map structure with altitude information for each cell.

Visual maps

A 3D map built with SURF features detected on the image.

sudo apt-get install ros-foxy-vision-msgs ros-foxy-shape-msgs

cd <path_to_ros2_ws>/src
git clone [email protected]:agrob/vineslam.git -b master
cd <path_to_ros2_ws>
colcon build --cmake-args -DCMAKE_BUILD_TYPE=Release

VineSLAM requires many input topics from sensor data, and outputs many topics (robot pose and maps). Also, some parameters can be tuned to improve its performance. All this information is summarized in the configuration file description.

  • You can use the already implemented launch files to each node.
  • If you want to use your own topics, just edit them and remap the topics.
  • SLAM node:
roslaunch vineslam_ros test_slam.launch
  • Localization node:
roslaunch vineslam_ros test_localization.launch

vineslam's People

Contributors

aaguiar96 avatar samagalhaes avatar

Watchers

James Cloos avatar

Forkers

sichitong

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.