🤝
Highlights
- Pro
Pinned Loading
-
Non-linear trajectory optimization o...
Non-linear trajectory optimization of a cart-pole system written in Julia 1#=
2Example Source: http://www.matthewpeterkelly.com/tutorials/trajectoryOptimization/cartPoleCollocation.svg
3Learning trajectory optimization with a simple cartpole system
4=#
5 -
Simple Julia implementation of Leven...
Simple Julia implementation of Levenberg-Marquardt with a simple single chain 2D robot inverse kinematics example 1using ForwardDiff
2using LinearAlgebra
3using StaticArrays
4using BenchmarkTools
5
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.