Giter VIP home page Giter VIP logo

hgprl's Introduction

HGPRL: Hierarchical Gaussian Processes for Relative Localization in Multi-Robot Systems

It is a ROS package that implements a GPRL: GPS-denied Multi-Robot Relative Localization Using Hierarchical Gaussian Process (GP) Inferencing on Wireless Signals. It uses Gaussian process regression with hierarchical inferencing for access point position prediction and vector transformation for relative localization. This package contains Robotarium python codes as well as ROS package which has 3 ROS nodes:

  • Access Point Prediction Node.
  • Position Prediction Node.
  • Rendezvous Node

Citation

If you find this repository useful, please consider citing our paper: Latif, E., & Parasuraman, R. (2023). GPRL: Gaussian Processes-Based Relative Localization for Multi-Robot Systems. arXiv preprint arXiv:2307.10614. Preprint is available in arXiv (https://arxiv.org/pdf/2307.10614.pdf)

Overview

The system first trains the GP for a few iterations and then optimizes GP during the robot's navigation. The robot running the GP predicts the access point position and then shares it with other robots for relative localization. An overview of the proposed approach can be found in the Figure below:

Overview

Architecture

The overall functionality of GPRL with respect to single robot and information sharing can be seen in the architecture figure below:

Overview

Installation Requirements

  • C++ requirements.
    (pybind11 is also required, but it's built into this repository; you don't need to install)
  • python 3.6+
  • Robotarium Installation is required for the Robotarium simulation
  • Robots setup with mapping and navigation stack proper TF-Tree with the multi-robotic configuration; topics should be /tb2_0/odom, /tb2_1/odom, etc.

2. Installation

Download the package and place it inside the /src folder in the Catkin workspace. And then compile using catkin_make.

3. Simulation:

Run the robotarium script for GPRL as: python3 gprl_robotarium.py

4. Compile package

Run the GPRL package after installation on a robot and source bash and ~/catkin_explore/devel/setup.sh file:

$ mkdir -p catkin_explore/src
$ cd catkin_explore/src
$ git clone https://github.com/herolab-uga/gp-multi-robot-localization.git
$ cd ~/catkin_explore/
$ catkin_make

5. Real Robot Setup

Setup bring-up of robots and make sure they are publishing all the topics in the correct frames, the launch gp-loc file is as: roslaunch gprl gprl.launch robot_name:=<tb2_0> robot_number:=<0>

robot_name can be your robots name and robot_number starts from 0 to n.

5.1. Robots Network

For the cooperative robotic configuration, the package doesn't require special network configuration; it simply works by having a single ROS master (it can be one of the robots). So on the other robots, the ROS_MASTER_URI parameter should be pointing at the master's address. For more information on setting up ROS on multiple machines, follow this link.

5.2. Robot's frame names in tf

All robot frames should be prefixed by their name. The naming of robots starts from "/tb2_0", "/tb2_1", ... and so on.

5.3. Robot's node and topic names

All the nodes and topics running on a robot must also be prefixed by its name. For tb2_0, node names should look like: /tb2_2/ap_pos.

And topic names should be like: /tb2_0/odom, /tb2_0/ap_pos, /tb2_0/tb2_1_rel_pos, ..etc.

6. Rendezvous Experiment

To perform rendezvous, run the rendezvous node as: ROS_NAMESPACE=<tb2_0> rosrun gprl rendezvous.py _robot_name:=<tb2_0> _robot_count:=<n> _robot_number:=<0>

Set all the parameters and namespace accordingly.

Core contributors

  • Ehsan Latif - PhD

  • Dr. Ramviyas Parasuraman - Lab Director

Heterogeneous Robotics (HeRoLab)

Heterogeneous Robotics Lab (HeRoLab), School of Computing, University of Georgia.

For further information, contact Ehsan Latif [email protected] or Dr. Ramviyas Parasuraman [email protected]

https://hero.uga.edu/

hgprl's People

Contributors

ehsanlatif avatar ramviyas avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  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.