Skip to content

Nonlinear Model Predictive Control on Differential Wheeled Mobile Robot using ROS

License

Notifications You must be signed in to change notification settings

NaokiTakahashi12/mpc_ros

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Model Predictive Control implementation about ROS

Abstract

This repository is implemented with mobile robot model from bycycle to the unicycle which means differential drive wheeled mobile robot for promising tracking performance. For running this NMPC algorithm, you can use the GAZEBO simulatior or customized mobile robot and compare with DWA algorithm given defalut local planner in ROS.

Features

  • Nonlinear Unicycle Model Based MPC (through ipopt solver)
  • AMCL localization, fake localization (encoder-odometry based)
  • GAZEBO simulation, servingbot

Installation

  1. Ubuntu 18.04
  2. Install ROS Melodic
  3. Install ROS dependencies:
sudo apt install ros-melodic-costmap-2d  ros-melodic-move-base ros-melodic-global-planner ros-melodic-amcl
  1. Install Ipopt: Please refer the tutorial in "document/ipopt_install".
  2. create your own catkin_ws and clone the repositories.
git clone https://github.com/Geonhee-LEE/mpc_ros.git 
git clone https://github.com/NSCL/servingbot_ros

Launch

Run Navigation algorithm with MPC in simulation:

roslaunch mpc_ros nav_gazebo.launch

It can be selected with DWA, MPC, Pure persuit according to 'controller' argument.

Run tracking the reference line with MPC

roslaunch mpc_ros ref_trajectory_tracking_gazebo.launch

Tracking the trajectory such as infinity-shaped, epitrochoid, square using non-linear model predictive control.

Youtube video


Video Label mpc

About us

Contact: [email protected]
Date: 2020/05/02
License: Apache 2.0

Reference

HyphaROS MPC MiniCar(https://hypharosworkshop.wordpress.com/)

About

Nonlinear Model Predictive Control on Differential Wheeled Mobile Robot using ROS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • C++ 98.6%
  • Other 1.4%