robotoc
robotoc - efficient ROBOT Optimal Control solvers
Loading...
Searching...
No Matches
discretization_method.hpp
Go to the documentation of this file.
1
#ifndef ROBOTOC_DISCRETIZATION_METHOD_HPP_
2
#define ROBOTOC_DISCRETIZATION_METHOD_HPP_
3
4
namespace
robotoc
{
5
10
enum class
DiscretizationMethod
{
11
GridBased
,
12
PhaseBased
13
};
14
15
}
// namespace robotoc
16
17
#endif
// ROBOTOC_DISCRETIZATION_METHOD_HPP_
robotoc
Definition:
constraint_component_base.hpp:17
robotoc::DiscretizationMethod
DiscretizationMethod
Discretization method of the optimal control problem.
Definition:
discretization_method.hpp:10
robotoc::DiscretizationMethod::PhaseBased
@ PhaseBased
robotoc::DiscretizationMethod::GridBased
@ GridBased
include
robotoc
ocp
discretization_method.hpp
Generated by
1.9.5