Giter VIP home page Giter VIP logo

houman-hm / proj-svg_mppi Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kohonda/proj-svg_mppi

0.0 0.0 0.0 2.42 MB

[ICRA2024] Stein Variational Guided Model Predictive Path Integral Control: Proposal and Experiments with Fast Maneuvering Vehicles

Home Page: https://arxiv.org/abs/2309.11040

License: MIT License

Shell 1.77% C++ 53.23% Python 39.14% Makefile 0.07% CMake 5.30% Dockerfile 0.49%

proj-svg_mppi's Introduction

Stein Variational Guided Model Predictive Path Integral Control (SVG-MPPI)

This package includes ROS implementation of Stein Variational Guided Model Predictive Path Integral Control: Proposal and Experiments with Fast Maneuvering Vehicles presented in ICRA 2024.

Overview

Tested Environment

  • Ubuntu Focal 20.04 (LTS)
  • ROS Noetic
Basic Instllation

Install ROS noetic

Installation guide

# Set up your computer to accept software from packages.ros.org
sudo sh -c 'echo "deb http://packages.ros.org/ros/ubuntu $(lsb_release -sc) main" > /etc/apt/sources.list.d/ros-latest.list'

# Set up your keys
sudo apt install -y curl # if you haven't already installed curl
curl -s https://raw.githubusercontent.com/ros/rosdistro/master/ros.asc | sudo apt-key add -
sudo apt update

# install ROS
sudo apt install -y ros-noetic-desktop-full

# Install other tools 
sudo apt install python3-osrf-pycommon python3-catkin-tools

Install Docker

Installation guide

# Install from get.docker.com
curl -fsSL https://get.docker.com -o get-docker.sh
sudo sh get-docker.sh
sudo groupadd docker
sudo usermod -aG docker $USER

Install Dependencies

cd proj-svg_mppi
make setup

Build Controllers

cd proj-svg_mppi
make build

Run Simulation with Visualization

Launch simulator in the Docker container

cd proj-svg_mppi
./script/launch_simulator.sh

Launch controllers in another terminal

cd proj-svg_mppi
./script/launch_controllers.sh 

You can change the all MPPI parameters and settings in the yaml file

Evaluation

You can reproduce all simulation results in the paper by one command:

cd proj-svg_mppi/script
./eval_all.sh

Or, You can evaluate a fixed parameters by this command:

cd proj-svg_mppi/script
./eval.sh

Note: The evaluation is used asynchronous simulation using ROS. So, the results can be slightly changed even if all seeds are fixed.

Citation

@inproceedings{honda2023stein,
  title={Stein Variational Guided Model Predictive Path Integral Control: Proposal and Experiments with Fast Maneuvering Vehicles}, 
  author={Kohei Honda and Naoki Akai and Kosuke Suzuki and Mizuho Aoki and Hirotaka Hosogaya and Hiroyuki Okuda and Tatsuya Suzuki},
  booktitle={IEEE International Conference on Robotics and Automation},
  year={2024 (in print)},
  organization={IEEE}
}

proj-svg_mppi's People

Contributors

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