Matthew Kelly
I recently completed a PhD from Cornell University in robotics and now work in industry doing high-level robotics control. I am interested in:
- non-linear dynamics and control
- robotics
- path planning
- legged locomotion
- bipedal walking
- under-actuated systems
- trajectory optimization
- parameter optimization
Website: www.matthewpeterkelly.com
Feeds
已提交
OptimTraj -- Trajectory Optimization Library
A toolbox for Matlab, for solving continuous time trajectory optimization problems
4 years 前 | 22 次下载 |
已提交
Bouncing-Ball: Tutorial for ode45 events.
Tutorial for event detection in Matlab - simulation of ball bouncing over hilly terrain.
7 years 前 | 12 次下载 |
已提交
fitSplineToData
Fit a cubic spline to a data set by solving a QP, with option to constrain boundary conditions.
7 years 前 | 1 次下载 |
已提交
MatthewPeterKelly/Polynomial_Smoothing_Matlab
Polynomial Smoothing for basic functions
7 years 前 | 1 次下载 |
已提交
circularArc3d
Computes a circular arc that passes through points in 3D space with a prescribed tangent vector.
7 years 前 | 1 次下载 |
已提交
rootSolve(func, xLow, xUpp, tol)
This function uses Ridder's Method to do non-linear root finding
7 years 前 | 2 次下载 |
已提交
fitPiecewiseLinear(t, z, tGuess)
Computes a best-fit linear spline with arbitrary grid spacing
7 years 前 | 2 次下载 |
已提交
PCHIP -- root solve
Fit a PCHIP spline through a data set and then compute the roots of the spline
7 years 前 | 1 次下载 |
已提交
MatthewPeterKelly/Bezier_Curves
A few Matlab functions for creating and evaluating bezier curves.
7 years 前 | 1 次下载 |
已提交
MatthewPeterKelly/Chebyshev_Polynomials
Tutorial for working with Chebyshev Orthogonal Polynomials
8 years 前 | 5 次下载 |
已提交
Get roots of a data set
Given a scalar function that is defined on a grid, compute the roots of the curve.
8 years 前 | 2 次下载 |
已提交
diffCenterVar
1st and 2nd derivatives, non-uniform time grid, second-order method
8 years 前 | 3 次下载 |
已提交
getPolyRoots(C,tBnd)
Find all roots of polynomial and derivative on a bounded interval
8 years 前 | 1 次下载 |
已提交
FindClosestPoint
Given a line AB, and a point C, find point D on line AB that is closest to C.
8 years 前 | 3 次下载 |
已提交
Simple Catapult Simulation
Simulation of a simple catapult using ode45 with event detection.
8 years 前 | 5 次下载 |
已提交
rombergQuadrature
Computes integral of vector functions using Romberg quadrature.
8 years 前 | 1 次下载 |
已提交
MatthewPeterKelly/Lagrange_Mechanics_Derivations
Tutorial using Lagrange equations to derive equations of motion for mechanical systems.
8 years 前 | 5 次下载 |
已提交
Minimum-Jerk Trajectory with Constraints
Solve multi-segment kinematic trajectory optimization. Minimum jerk, Chebyshev collocation.
8 years 前 | 4 次下载 |
已提交
Markov Decision Process - Pendulum Control
Creates a Markov Decision Process model of a pendulum, then finds optimal swing-up policy.
8 years 前 | 3 次下载 |
已提交
Gradient_of_Backslash
Computes gradient of f(x) = A(x) \ b(x). Used for optimization.
8 years 前 | 1 次下载 |
已提交
Bulirsch-Stoer
Solves an initial value problem. Good for very accurate solutions for smooth systems.
8 years 前 | 1 次下载 |
已提交
Merge Options
Merge a struct of default options with a struct of user options
9 years 前 | 2 次下载 |
已提交
Particle Swarm Optimization
Non-linear parameter optimization with PSO. Includes many examples.
9 years 前 | 8 次下载 |