Giter Club home page Giter Club logo

neotic-avp-demo's Introduction

Neotic-AVP-Demo

This is a simplified version of This repository๏ผŒ some modifications are made to preserve the basic mapping and localization functions in RGB mode that can be applied to ROS Neotic.

1. Requirement

Ubuntu 20.04 LTS, ROS Neotic and Gazebo-11.

2. Setup

Clone this repository and construct file directory.

    cd ~/
    mkdir catkin_ws
    cd catkin_ws
    mkdir src
    cd src
    git clone https://github.com/bithuanglq/Neotic-AVP-Demo.git
    cd Neotic-AVP-Demo/avp_slam_plus/model/
    unzip my_ground_plane.zip -d ~/.gazebo/models/

3. Compile and build

    cd ~/catkin_ws
    catkin_make
    source ~/catkin_ws/devel/setup.bash

4. Mapping

To enable map saving and utilize it for localization purposes (this repository only take RGB mode for example), it is important to ensure that your configuration file has been correctly set. The config file is located at avp_slam_plus/config/configFile.yaml

    mapSave: true
    mapSaveLocation: your map file address (absolute path) 

Start mapping

    roslaunch avp_slam_plus slamRGB.launch

Open a new terminal and use keyboard to control robot

    chmod 777 src/Neotic-AVP-Demo/simlate_gazebo/robot_control/scripts/robot_control.py
    source ~/catkin_ws/devel/setup.bash
    roslaunch robot_control robot_control.launch

5. Localization

If you have saved map as mentioned above, you can do localization based on your saved map.

    roslaunch avp_slam_plus localizationRGB.launch

Open a new terminal and use keyboard to control robot

    source ~/catkin_ws/devel/setup.bash
    roslaunch robot_control robot_control.launch

Acknowledgements

Thanks for paper AVP_SLAM, and liuguitao's implementation.

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.