Code Monkey home page Code Monkey logo

multiterrain-gp-model's Introduction

Skid-Steer Robot Modeling

Introduction

This repository contains the code associated to our ICRA 2024 paper : A Probabilistic Motion Model for Skid-Steer Wheeled Mobile Robot Navigation on Off-Road Terrains.

Paper : https://arxiv.org/pdf/2402.18065.pdf

Video : https://www.youtube.com/watch?v=_rVy2aBp42c

We train Gaussian Process Regression models to predict future robot linear and angular velocity states for different terrains. The outputs of multiple models are then fused online using a convex optimization formulation allowing the motion model to generalize to different/unseen terrain conditions. The resultant mean and covariance estimates of the robot states can be used for Risk-Aware Motion Planning approaches such as Stochastic Model Predictive Control.

Experimental Setup

Begin by cloning this repository and setting up a Python virtual environment.

git clone [email protected]:RIVeR-Lab/jackal_robot_modeling.git
python3 -m venv venv
source venv/bin/activate
pip3 install -r requirments.txt

In order to evaluate and benchmark our proposed modeling method, we used the off-road navigation dataset released as a part of this paper. Begin by cloning this repository and downloading the dataset as follows. If you have troubles setting up the dataset as suggested above, you can manually download it from this link.

sudo apt-get install unzip
cd jackal_robot_modeling/
gdown 10YAQsaLhTnNbBER5beItwMlTBYkLmqTC
unzip -qq data.zip
rm -rf data.zip

The training of the GP/Benchmark kinematic models and their subsequent inference on a test dataset has been assembled into a single script shown below. The plots and tables in the paper were generated via running the individual components of this script.

python3 src/probabilistic_dynamics.py

Citation

If you find this code useful, please consider citing

@article{trivedi2024probabilistic,
  title={A Probabilistic Motion Model for Skid-Steer Wheeled Mobile Robot Navigation on Off-Road Terrains},
  author={Trivedi, Ananya and Zolotas, Mark and Abbas, Adeeb and Prajapati, Sarvesh and Bazzi, Salah and Pad{\i}r, Task{\i}n},
  journal={arXiv preprint arXiv:2402.18065},
  year={2024}
}

multiterrain-gp-model's People

Contributors

trivediana avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

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