DirectTrajectoryOptimization  v0.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Pages
File List
Here is a list of all documented files with brief descriptions:
[detail level 1234]
\-include
 o-method_interfaces
 |o-direct_transcription
 ||o*direct_transcription.hppDirect transcription class for trajectory optimization
 ||\*direct_transcription_implementation.hpp
 |o-multiple_shooting
 ||o*multiple_shooting.hppClass implementing multiple shooting for direct trajectory optimizaion
 ||\*shooting_constraint.hppMultiple shooting defect function including numerical differentiation
 |o-nonlinear_program
 ||\*nonlinear_program.hpp
 |o*base_method_interface.hppBase class for direct methods
 |\*bmi_implementation.hpp
 o-optimization
 |o-constraints
 ||o*ConstraintsBase.hppBase class for constraints
 ||o*GenericConstraintsBase.hppBase class for vector constraints and numdiff derivatives
 ||o*GuardBase.hpp
 ||o*InterPhaseBaseConstraint.hpp
 ||\*InterPhaseBaseConstraintFreeControl.hpp
 |o-costs
 ||o*CostFunctionAutoDiffDerivativeBase.hpp
 ||o*CostFunctionBase.hppBase class to derive cost functions
 ||o*CostFunctionBolza.hppBase class to derive cost function of the type J = sum_k( phi_k(x_k,u_k,k) ) + H(X_K)
 ||o*MinimumEnergyCostBolza.hppBolza type cost function minimizing the total energy e = uTRu
 ||o*MinimumTimeCostBolza.hppBolza type cost function minimizing the total trajectory time
 ||o*MinimumVelocityCostBolza.hppBolza type cost function minimizing the total velocity e = qdTRqd
 ||o*ReachGoalCostBolza.hppBolza type cost function minimizing the distance to a goal state
 ||\*ZeroCostBolza.hppCost function with zero intermediate and final costs
 |\*NumDiffDerivativesBase.hppBase class for numerical differentiation of vector functions
 o-solver_interfaces
 |o-ipopt
 ||\*ipopt.hppClass interfacing Ipopt NLP with a DirecTrajectoryOptimization problem
 |o-snopt
 ||\*snopt.hppClass interfacing SNOPT with a DTO Problem
 |\*base_solver_interface.hppBase class for NLP Solvers interface
 \*direct_trajectory_optimization_problem.hppMain class of the DTO package