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
Statistics
RANK
151.048
of 295.410
REPUTATION
0
CONTRIBUTIONS
1 Question
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
862 of 20.224
REPUTATION
2.150
AVERAGE RATING
4.20
CONTRIBUTIONS
46 Files
DOWNLOADS
143
ALL TIME DOWNLOADS
18327
RANK
of 153.822
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Submitted
OptimTraj -- Trajectory Optimization Library
A toolbox for Matlab, for solving continuous time trajectory optimization problems
bijna 4 jaar ago | 22 downloads |
Submitted
Bouncing-Ball: Tutorial for ode45 events.
Tutorial for event detection in Matlab - simulation of ball bouncing over hilly terrain.
meer dan 7 jaar ago | 12 downloads |
Submitted
fitSplineToData
Fit a cubic spline to a data set by solving a QP, with option to constrain boundary conditions.
meer dan 7 jaar ago | 1 download |
Submitted
MatthewPeterKelly/Polynomial_Smoothing_Matlab
Polynomial Smoothing for basic functions
meer dan 7 jaar ago | 1 download |
Submitted
circularArc3d
Computes a circular arc that passes through points in 3D space with a prescribed tangent vector.
meer dan 7 jaar ago | 1 download |
Submitted
rootSolve(func, xLow, xUpp, tol)
This function uses Ridder's Method to do non-linear root finding
meer dan 7 jaar ago | 2 downloads |
Submitted
fitPiecewiseLinear(t, z, tGuess)
Computes a best-fit linear spline with arbitrary grid spacing
meer dan 7 jaar ago | 2 downloads |
Submitted
PCHIP -- root solve
Fit a PCHIP spline through a data set and then compute the roots of the spline
meer dan 7 jaar ago | 1 download |
Submitted
MatthewPeterKelly/Bezier_Curves
A few Matlab functions for creating and evaluating bezier curves.
meer dan 7 jaar ago | 1 download |
Submitted
pwqh(t,x,v,a)
piece-wise quintic-Hermite spline generation
meer dan 7 jaar ago | 2 downloads |
Submitted
ppDer(pp)
Computes the time-derivative of a piecewise-polynomial spline
meer dan 7 jaar ago | 2 downloads |
Submitted
MatthewPeterKelly/Chebyshev_Polynomials
Tutorial for working with Chebyshev Orthogonal Polynomials
bijna 8 jaar ago | 6 downloads |
Submitted
Get roots of a data set
Given a scalar function that is defined on a grid, compute the roots of the curve.
bijna 8 jaar ago | 2 downloads |
Submitted
diffCenterVar
1st and 2nd derivatives, non-uniform time grid, second-order method
meer dan 8 jaar ago | 3 downloads |
Submitted
getPolyRoots(C,tBnd)
Find all roots of polynomial and derivative on a bounded interval
meer dan 8 jaar ago | 1 download |
Submitted
LineIntersection
Given two line segments, compute the intersection point.
meer dan 8 jaar ago | 3 downloads |
Submitted
FindClosestPoint
Given a line AB, and a point C, find point D on line AB that is closest to C.
meer dan 8 jaar ago | 3 downloads |
Submitted
Simple Catapult Simulation
Simulation of a simple catapult using ode45 with event detection.
meer dan 8 jaar ago | 6 downloads |
Submitted
rombergQuadrature
Computes integral of vector functions using Romberg quadrature.
meer dan 8 jaar ago | 1 download |
Submitted
MatthewPeterKelly/Lagrange_Mechanics_Derivations
Tutorial using Lagrange equations to derive equations of motion for mechanical systems.
meer dan 8 jaar ago | 5 downloads |
Submitted
Minimum-Jerk Trajectory with Constraints
Solve multi-segment kinematic trajectory optimization. Minimum jerk, Chebyshev collocation.
meer dan 8 jaar ago | 4 downloads |
Submitted
Markov Decision Process - Pendulum Control
Creates a Markov Decision Process model of a pendulum, then finds optimal swing-up policy.
meer dan 8 jaar ago | 3 downloads |
Submitted
Gradient_of_Backslash
Computes gradient of f(x) = A(x) \ b(x). Used for optimization.
meer dan 8 jaar ago | 1 download |
Submitted
Bulirsch-Stoer
Solves an initial value problem. Good for very accurate solutions for smooth systems.
meer dan 8 jaar ago | 1 download |
Submitted
logKeyPress
Logs each key press and time, and saves to a data file.
bijna 9 jaar ago | 5 downloads |
Submitted
Merge Options
Merge a struct of default options with a struct of user options
bijna 9 jaar ago | 2 downloads |
Submitted
Particle Swarm Optimization
Non-linear parameter optimization with PSO. Includes many examples.
bijna 9 jaar ago | 8 downloads |
Submitted
diffCenter
Computes the second-order finite difference approximation.
bijna 9 jaar ago | 1 download |