#include <chrono>
#include <map>
#include <string>
#include <vector>
#include <exotica_core/object.h>
#include <exotica_core/scene.h>
#include <exotica_core/task_map.h>
#include <exotica_core/task_space_vector.h>
#include <exotica_core/tools/conversions.h>
#include <exotica_core/tools/uncopyable.h>
Go to the source code of this file.
Classes | |
class | exotica::PlanningProblem |
Namespaces | |
exotica | |
Macros | |
#define | REGISTER_PROBLEM_TYPE(TYPE, DERIV) EXOTICA_CORE_REGISTER_CORE(exotica::PlanningProblem, TYPE, DERIV) |
Typedefs | |
typedef std::shared_ptr< const PlanningProblem > | exotica::PlanningProblemConstPtr |
typedef Factory< PlanningProblem > | exotica::PlanningProblemFac |
typedef std::shared_ptr< PlanningProblem > | exotica::PlanningProblemPtr |
#define REGISTER_PROBLEM_TYPE | ( | TYPE, | |
DERIV | |||
) | EXOTICA_CORE_REGISTER_CORE(exotica::PlanningProblem, TYPE, DERIV) |
Definition at line 45 of file planning_problem.h.