All Projects → JuliaRobotics → TORA.jl

JuliaRobotics / TORA.jl

Licence: MIT License
Trajectory Optimization for Robot Arms

Programming Languages

C++
36643 projects - #6 most used programming language
java
68154 projects - #9 most used programming language
python
139335 projects - #7 most used programming language
julia
2034 projects
CMake
9771 projects
HTML
75241 projects

Projects that are alternatives of or similar to TORA.jl

Pontryagin-Differentiable-Programming
A unified end-to-end learning and control framework that is able to learn a (neural) control objective function, dynamics equation, control policy, or/and optimal trajectory in a control system.
Stars: ✭ 111 (+311.11%)
Mutual labels:  motion-planning, trajectory-optimization, optimal-control
PnC
Planning and Control Algorithms for Robotics
Stars: ✭ 22 (-18.52%)
Mutual labels:  robotics, trajectory-optimization, optimal-control
Gpmp2
Gaussian Process Motion Planner 2
Stars: ✭ 161 (+496.3%)
Mutual labels:  robotics, motion-planning
Xpp
Visualization of Motions for Legged Robots in ros-rviz
Stars: ✭ 177 (+555.56%)
Mutual labels:  robotics, motion-planning
dwl
The Dynamic Whole-body Locomotion library (DWL)
Stars: ✭ 70 (+159.26%)
Mutual labels:  motion-planning, trajectory-optimization
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 (+296.3%)
Mutual labels:  robotics, motion-planning
Am traj
Alternating Minimization Based Trajectory Generation for Quadrotor Aggressive Flight
Stars: ✭ 142 (+425.93%)
Mutual labels:  robotics, motion-planning
Airsim Neurips2019 Drone Racing
Drone Racing @ NeurIPS 2019, built on Microsoft AirSim
Stars: ✭ 220 (+714.81%)
Mutual labels:  robotics, motion-planning
Pybullet Planning
PyBullet Planning
Stars: ✭ 89 (+229.63%)
Mutual labels:  robotics, motion-planning
DirectTrajectoryOptimization.jl
A Julia package for constrained trajectory optimization using direct methods.
Stars: ✭ 22 (-18.52%)
Mutual labels:  trajectory-optimization, optimal-control
dymos
Open Source Optimization of Dynamic Multidisciplinary Systems
Stars: ✭ 128 (+374.07%)
Mutual labels:  trajectory-optimization, optimal-control
IterativeLQR.jl
A Julia package for constrained iterative LQR (iLQR)
Stars: ✭ 15 (-44.44%)
Mutual labels:  motion-planning, trajectory-optimization
Aikido
Artificial Intelligence for Kinematics, Dynamics, and Optimization
Stars: ✭ 133 (+392.59%)
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 (+362.96%)
Mutual labels:  robotics, motion-planning
Rvo2 3d
Optimal Reciprocal Collision Avoidance in Three Dimensions (C++)
Stars: ✭ 108 (+300%)
Mutual labels:  robotics, motion-planning
Rvo2 Cs
Optimal Reciprocal Collision Avoidance (C#)
Stars: ✭ 208 (+670.37%)
Mutual labels:  robotics, motion-planning
Awesome Robotics Libraries
😎 A curated list of robotics libraries and software
Stars: ✭ 1,159 (+4192.59%)
Mutual labels:  robotics, motion-planning
Omplapp
The Open Motion Planning Library (OMPL), GUI + FCL/Assimp integration
Stars: ✭ 83 (+207.41%)
Mutual labels:  robotics, motion-planning
piper
No description or website provided.
Stars: ✭ 50 (+85.19%)
Mutual labels:  robotics, motion-planning
HRVO
The Hybrid Reciprocal Velocity Obstacle (C++)
Stars: ✭ 90 (+233.33%)
Mutual labels:  robotics, motion-planning

TORA.jl

TORA.jl logo

Trajectory Optimization for Robot Arms

Installation

The package can be installed with the Julia package manager.

From the Julia REPL, type ] to enter the Pkg REPL mode and run:

pkg> add https://github.com/JuliaRobotics/TORA.jl

Or, equivalently, via the Pkg API:

julia> import Pkg; Pkg.add("https://github.com/JuliaRobotics/TORA.jl")

Documentation

  • STABLEdocumentation of the most recently tagged version.
  • DEVELdocumentation of the in-development version.

Contributions and Questions

Contributions are very welcome, as are feature requests and suggestions.

Please open an issue if you encounter any problems.

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].