Go to file
Christoph Rösmann 76681c3e02
Merge pull request #6 from axydes/costmap-2d-footprint
Costmap 2d footprint
2020-03-08 18:29:54 +01:00
mpc_local_planner Changing getRobotFootprintFromCostmap2d function to take a const reference of costmap2dros. moving check of costmap_ros pointer into the function that calls it. 2020-03-08 10:17:46 -07:00
mpc_local_planner_examples Added dependency on msgs package to examples package 2020-03-03 11:14:47 +01:00
mpc_local_planner_msgs 0.0.1 2020-02-20 23:04:42 +01:00
.gitignore project imported with clean history 2020-02-20 12:33:52 +01:00
COPYING.md Create COPYING.md 2020-02-24 16:44:52 +01:00
README.md Update README.md 2020-03-02 09:51:06 +01:00

README.md

mpc_local_planner ROS Package

The mpc_local_planner package implements a plugin to the base_local_planner of the 2D navigation stack. It provides a generic and versatile model predictive control implementation with minimum-time and quadratic-form receding-horizon configurations.

Authors

Citing the Software

Since a lot of time and effort has gone into the development, please cite at least one of the following publications if you are using the software for published work.

Standard MPC and Hypergraph

  • C. Rösmann, M. Krämer, A. Makarow, F. Hoffmann und T. Bertram: Exploiting Sparse Structures in Nonlinear Model Predictive Control with Hypergraphs, IEEE/ASME International Conference on Advanced Intelligent Mechatronics (AIM), New Zealand, July 2018.

Time-Optimal MPC and Hypergraph

License

Copyright (c) 2020, Christoph Rösmann, All rights reserved.

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.

The package depends on third-party packages:

It depends on other ROS packages, which are listed in the package.xml. They are licensed under BSD resp. Apache 2.0.

Requirements

Install dependencies (listed in the package.xml and CMakeLists.txt file) using rosdep:

rosdep install mpc_local_planner