Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.33 KB

README.md

File metadata and controls

37 lines (26 loc) · 1.33 KB

Trajectory Optimization with Optimization-Based Dynamics

This repository contains the implementation and examples from our paper: Trajectory Optimization with Optimization-Based Dynamics.

Installation

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

pkg> add https://github.com/thowell/optimization_dynamics

This will install the package.

Run

(OptimizationDynamics) pkg> build

to build the package.

Notebooks are generated upon installation and can be run for the following examples:

planar push

drawing

acrobot with joint limits

drawing

cart-pole with joint friction

drawing

hopper gait

drawing

rocket with thrust limits

drawing

Additional comparisons with MuJoCo and contact-implicit trajectory optimization are available. The path-following solver and hopper model can be found in RoboDojo.jl.