All Projects → hungpham2511 → Toppra

hungpham2511 / Toppra

Licence: mit
robotic motion planning library

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Toppra

Aikido
Artificial Intelligence for Kinematics, Dynamics, and Optimization
Stars: ✭ 133 (-47.64%)
Mutual labels:  robotics, motion-planning
Rvo2 Cs
Optimal Reciprocal Collision Avoidance (C#)
Stars: ✭ 208 (-18.11%)
Mutual labels:  robotics, motion-planning
Am traj
Alternating Minimization Based Trajectory Generation for Quadrotor Aggressive Flight
Stars: ✭ 142 (-44.09%)
Mutual labels:  robotics, motion-planning
Pybullet Planning
PyBullet Planning
Stars: ✭ 89 (-64.96%)
Mutual labels:  robotics, motion-planning
SLAM AND PATH PLANNING ALGORITHMS
This repository contains the solutions to all the exercises for the MOOC about SLAM and PATH-PLANNING algorithms given by professor Claus Brenner at Leibniz University. This repository also contains my personal notes, most of them in PDF format, and many vector graphics created by myself to illustrate the theoretical concepts. Hope you enjoy it! :)
Stars: ✭ 107 (-57.87%)
Mutual labels:  robotics, motion-planning
Rvo2 3d
Optimal Reciprocal Collision Avoidance in Three Dimensions (C++)
Stars: ✭ 108 (-57.48%)
Mutual labels:  robotics, motion-planning
Xpp
Visualization of Motions for Legged Robots in ros-rviz
Stars: ✭ 177 (-30.31%)
Mutual labels:  robotics, motion-planning
Dynamicwindowapproach
The Dynamic Window Approach planning algorithm written in C with Python Bindings
Stars: ✭ 17 (-93.31%)
Mutual labels:  robotics, motion-planning
piper
No description or website provided.
Stars: ✭ 50 (-80.31%)
Mutual labels:  robotics, motion-planning
HRVO
The Hybrid Reciprocal Velocity Obstacle (C++)
Stars: ✭ 90 (-64.57%)
Mutual labels:  robotics, motion-planning
Omplapp
The Open Motion Planning Library (OMPL), GUI + FCL/Assimp integration
Stars: ✭ 83 (-67.32%)
Mutual labels:  robotics, motion-planning
AVO2
Reciprocal Collision Avoidance with Acceleration-Velocity Obstacles (C++)
Stars: ✭ 24 (-90.55%)
Mutual labels:  robotics, motion-planning
Awesome Robotics Libraries
😎 A curated list of robotics libraries and software
Stars: ✭ 1,159 (+356.3%)
Mutual labels:  robotics, motion-planning
Cleanit
Open-source Autonomy Software in Rust-lang with gRPC for the Roomba series robot vacuum cleaners. Under development.
Stars: ✭ 125 (-50.79%)
Mutual labels:  robotics, motion-planning
Awesome Decision Making Reinforcement Learning
A selection of state-of-the-art research materials on decision making and motion planning.
Stars: ✭ 68 (-73.23%)
Mutual labels:  robotics, motion-planning
Gpmp2
Gaussian Process Motion Planner 2
Stars: ✭ 161 (-36.61%)
Mutual labels:  robotics, motion-planning
Ompl
The Open Motion Planning Library (OMPL)
Stars: ✭ 598 (+135.43%)
Mutual labels:  robotics, motion-planning
Robotics Toolbox Matlab
Robotics Toolbox for MATLAB
Stars: ✭ 601 (+136.61%)
Mutual labels:  robotics, motion-planning
Airsim Neurips2019 Drone Racing
Drone Racing @ NeurIPS 2019, built on Microsoft AirSim
Stars: ✭ 220 (-13.39%)
Mutual labels:  robotics, motion-planning
TORA.jl
Trajectory Optimization for Robot Arms
Stars: ✭ 27 (-89.37%)
Mutual labels:  robotics, motion-planning

toppra: Time-Optimal Path Parameterization

CircleCI Coverage Status Documentation Status

Overview

toppra is a library for computing the time-optimal path parametrization for robots subject to kinematic and dynamic constraints. In general, given the inputs:

  1. a geometric path p(s), s in [0, s_end];
  2. a list of constraints on joint velocity, joint accelerations, tool Cartesian velocity, et cetera.

toppra returns the time-optimal path parameterization: s_dot (s), from which the fastest trajectory q(t) that satisfies the given constraints can be found.

Documentation and tutorials are available here.

Development roadmap Please check our the Issues tracker.

Support

Bug tracking

Please report any issues, questions or feature request via Github issues tracker.

Have a quick question? Try asking in our slack channel.

Contributions

Pull Requests are welcome! Create a Pull Request and we will review your proposal!

Credits

toppra was originally developed by Hung Pham (Eureka Robotics, former CRI Group) and Phạm Quang Cường (Eureka Robotics, CRI Group) with major contributions from talented contributors:

If you have taken part in developing and supporting the library, feel free to add your name to the list.

The development is also generously supported by Eureka Robotics.

Citing toppra

If you use this library for your research, we encourage you to

  1. reference the accompanying paper «A new approach to Time-Optimal Path Parameterization based on Reachability Analysis», IEEE Transactions on Robotics, vol. 34(3), pp. 645–659, 2018.
  2. put a star on this repository.
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].