Skip to content

Latest commit

 

History

History
66 lines (54 loc) · 1.62 KB

README.md

File metadata and controls

66 lines (54 loc) · 1.62 KB

GATO

GPU-Accelerated Trajectory Optimization for Robotics.

---CURRENTLY UNDER CONSTRUCTION---

Directory structure:

Read notes on SQP solvers and source code structure in gato/.

Settings:

Tweak settings in config/ and gato/gato.cuh

Python bindings:

See bindings to build and use Python bindings

Building:

git clone https://github.com/A2R-Lab/gato.git
cd gato
git submodule update --init --recursive
chmod +x tools/build.sh
chmod +x tools/cleanup.sh
chmod +x tools/bindings.sh
./tools/build.sh

Running:

Single mpc simulation:

./build/mpc

Batched sqp solve:

./build/multi-sqp

Track with iiwa14 (pcg):

./build/MPCGPU-pcg

Track with iiwa14 (qdldl):

./build/MPCGPU-qdldl