30 #ifndef EXOTICA_CORE_TIME_INDEXED_PROBLEM_H_ 31 #define EXOTICA_CORE_TIME_INDEXED_PROBLEM_H_ 34 #include <exotica_core/time_indexed_problem_initializer.h> 46 void Instantiate(
const TimeIndexedProblemInitializer& init)
override;
54 #endif // EXOTICA_CORE_TIME_INDEXED_PROBLEM_H_
bool IsValid() override
Evaluates whether the problem is valid, i.e., all bound and general constraints are satisfied...
std::shared_ptr< exotica::TimeIndexedProblem > TimeIndexedProblemPtr
void Instantiate(const TimeIndexedProblemInitializer &init) override
Instantiates the problem from an Initializer.
TimeIndexedProblem()=default
virtual ~TimeIndexedProblem()=default
Time-indexed problem with bound, joint velocity, and general equality/inequality constraints.