Git Product home page Git Product logo

teb_local_planner's Introduction

teb_local_planner

Transplanted the official teb source code to achieve common optimization and multi-path optimization.

Refer to the ros source code for transplantation.

Which can run without the ros framework and use opencv for displaying.

And replace g2o with ceres-solver by google for single path optimization.

2023-09-04.20-48-03.mp4
2023-09-04.20-54-56.mp4

Dependence

  • C++17 compiler (tested on gcc 9.1 and gcc 13.2)
  • yaml-cpp (0.7.0)
  • Eigen3 3.4
  • Boost 1.81
  • g2o (2020-04 version important!)
  • ceres-solver 2.1.0
  • OPENCV (4.8.0)

My operating system is archlinux. Also tested on ubuntu 20.04 in docker.

How to use

mkdir build
cd build
cmake ..
make -j16
./teb

All configurations are in the file config.yaml

  • If compile reports a lot errors because of g2o then you need check your g2o version and if cmake find the g2o correctly.
  • If opencv throw error that cannot use createButton then you can set show_button : false in file config.yaml.

If you have other problems, check out your libs version.

Development

  • Remove ros dependence and framework.

  • Add opencv displaying.

  • Replace g2o with ceres-solver. (Only support single_path and add partial redisual.)

  • Support multi-path optimization with ceres-solver.

Reference

Paper:

Code :

https://github.com/rst-tu-dortmund/teb_local_planner

https://github.com/linyicheng1/teb_local_planner

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.