OptimTraj icon indicating copy to clipboard operation
OptimTraj copied to clipboard

A trajectory optimization library for Matlab

Results 28 OptimTraj issues
Sort by recently updated
recently updated
newest added

Hi @MatthewPeterKelly, thank you for this awesome project and the description. I'm new to trajectory optimization and want to setup something specific: Beside the start and end point, I want...

I've just cloned the repository and tried running a few of the demos, but I keep getting the following error: ``` WARNING: options.nlpOpt.GradConstr is not a valid option WARNING: options.nlpOpt.GradObj...

I added the main folder to my matlab path. Then went to the folder for the acrobot, openend the main file, ran it and got: ``` Running OptimTraj, iteration 1...

错误使用 dynamics 输出参数太多。 出错 MAIN_forceSquared>@(t,x,u)(dynamics(x,u)) 出错 directCollocation>myCstGrad (line 627) [f, fGradRaw] = dynFun(t,x,u);

Hi, I am trying to add a terminal cost to the objective function that is only state dependent, I tried doing this: ``` function objectiveFunctions() R = [0, 0, 0,...

One key feature in `OptimTraj` is the ability to compare different collocation methods. There is currently support for Hermite--Simpson collocation and trapezoidal collocation, as well as 4th-Order Runge--Kutta multiple shooting....

good first issue

Hi Matt, thank you for this software package. I was wondering if there is a way to specify partial dynamics that are projected on a lower-dimensional space. For example, instead...

Hi, I am running toyCar's MAIN.m file, and get this error ``` error: pivot is zero error: called from gjp at line 42 column 5 cpiv_bard at line 76 column...

wontfix

Hi @MatthewPeterKelly , Excuse me fro the naive question. I'm new here I'd like to know if the user should always define the constraints (eg. non-linear equality constraints) for solving...

As of now, TrajOpt can only solve single-phase trajectory optimization problems. The extension to multiple-phase problems isn't too hard, but it does require a bit of restructuring of the code...

enhancement