All Projects → gkouros → Rsband_local_planner

gkouros / Rsband_local_planner

Licence: bsd-3-clause
A ROS move_base local planner plugin for Car-Like robots with Ackermann or 4-Wheel-Steering.

Projects that are alternatives of or similar to Rsband local planner

Object-Goal-Navigation
Pytorch code for NeurIPS-20 Paper "Object Goal Navigation using Goal-Oriented Semantic Exploration"
Stars: ✭ 107 (+37.18%)
Mutual labels:  robotics, navigation
CLF reactive planning system
This package provides a CLF-based reactive planning system, described in paper: Efficient Anytime CLF Reactive Planning System for a Bipedal Robot on Undulating Terrain. The reactive planning system consists of a 5-Hz planning thread to guide a robot to a distant goal and a 300-Hz Control-Lyapunov-Function-based (CLF-based) reactive thread to co…
Stars: ✭ 21 (-73.08%)
Mutual labels:  robotics, navigation
neonavigation
A 2-D/3-DOF seamless global/local mobile robot motion planner package for ROS
Stars: ✭ 199 (+155.13%)
Mutual labels:  robotics, navigation
RustRobotics
Rust implementation of PythonRobotics such as EKF, DWA, Pure Pursuit, LQR.
Stars: ✭ 40 (-48.72%)
Mutual labels:  robotics, navigation
Fourth robot pkg
4号機(KIT-C4)用リポジトリ
Stars: ✭ 7 (-91.03%)
Mutual labels:  robotics, navigation
robo-vln
Pytorch code for ICRA'21 paper: "Hierarchical Cross-Modal Agent for Robotics Vision-and-Language Navigation"
Stars: ✭ 34 (-56.41%)
Mutual labels:  robotics, navigation
ROS Basic SLAM
BUILDING AN AUTOMATIC VEHICLE BASED ON STEREO CAMERA
Stars: ✭ 16 (-79.49%)
Mutual labels:  robotics, navigation
Navigation
ROS Navigation stack. Code for finding where the robot is and how it can get somewhere else.
Stars: ✭ 1,248 (+1500%)
Mutual labels:  robotics, navigation
Probabilistic robotics
solution of exercises of the book "probabilistic robotics"
Stars: ✭ 734 (+841.03%)
Mutual labels:  robotics, navigation
Navigation2
ROS2 Navigation Framework and System
Stars: ✭ 528 (+576.92%)
Mutual labels:  robotics, navigation
Neural Slam
Pytorch code for ICLR-20 Paper "Learning to Explore using Active Neural SLAM"
Stars: ✭ 414 (+430.77%)
Mutual labels:  robotics, navigation
Pepper Robot Programming
Pepper Programs : Object Detection Real Time without ROS
Stars: ✭ 29 (-62.82%)
Mutual labels:  robotics, navigation
A2l
[ICLR 2020] Learning to Move with Affordance Maps 🗺️🤖💨
Stars: ✭ 23 (-70.51%)
Mutual labels:  robotics, navigation
Deepseqslam
The Official Deep Learning Framework for Route-based Place Recognition
Stars: ✭ 49 (-37.18%)
Mutual labels:  robotics, navigation
Mabel
MABEL is a feature-packed, open-source, legged balancing robot based off of the Boston Dynamics Handle robot.
Stars: ✭ 72 (-7.69%)
Mutual labels:  robotics
Drawer Menu Swift
Drawer menu implementation in Swift 4
Stars: ✭ 74 (-5.13%)
Mutual labels:  navigation
Chromeliketabswitcher
Provides a tab switcher similar to the one, which is used in Google Chrome on Android
Stars: ✭ 1,177 (+1408.97%)
Mutual labels:  navigation
Pjax
Easily enable fast Ajax navigation on any website (using pushState + xhr)
Stars: ✭ 1,169 (+1398.72%)
Mutual labels:  navigation
Hookrouter
The flexible, and fast router for react that is entirely based on hooks
Stars: ✭ 1,200 (+1438.46%)
Mutual labels:  navigation
Portal
一个优雅的网站导航,可轻松自定义你想要的内容,适合当首页主页使用
Stars: ✭ 75 (-3.85%)
Mutual labels:  navigation

rsband_local_planner

The rsband_local_planner combines an elastic band planner, a reeds shepp planner and a fuzzy logic based path tracking controller, to achieve reactive local planning for Car-Like robots with Ackermann or 4-Wheel-Steering.

Important Dependencies

  • eband_local_planner: Elastic Band Algorithm implementation used to dynamically deform the global path
  • OMPL: Motion planning library, that contains a Reeds-Shepp State Space used in the Reeds-Shepp Path Planner
  • fuzzylite: Fuzzy logic control library, used in the fuzzy path tracking controller

How to install fuzzylite

$ git clone [email protected]:fuzzylite/fuzzylite.git
$ cd fuzzylite/fuzzylite
$ git checkout fuzzylite-6.x
$ mkdir build && cd build
$ cmake ..
$ make
$ sudo make install

Documentation

References

  • M. Khatib et al. “Dynamic path modification for car-like nonholonomic mobile robots”. In: Robotics and Automation, 1997. Proceedings., 1997 IEEE International Conference on. Vol. 4. Apr. 1997, 2920–2925 vol.4. DOI: 10.1109/ROBOT.1997.606730
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].