Go to the documentation of this file.
30 #ifndef EXOTICA_CORE_SAMPLING_PROBLEM_H_
31 #define EXOTICA_CORE_SAMPLING_PROBLEM_H_
36 #include <exotica_core/sampling_problem_initializer.h>
56 Eigen::VectorXd
GetGoalEQ(
const std::string& task_name);
57 void SetRhoEQ(
const std::string& task_name,
const double& rho);
58 double GetRhoEQ(
const std::string& task_name);
61 Eigen::VectorXd
GetGoalNEQ(
const std::string& task_name);
62 void SetRhoNEQ(
const std::string& task_name,
const double& rho);
63 double GetRhoNEQ(
const std::string& task_name);
86 #endif // EXOTICA_CORE_SAMPLING_PROBLEM_H_
const Eigen::VectorXd & GetGoalState() const
void SetGoalEQ(const std::string &task_name, Eigen::VectorXdRefConst goal)
void SetGoalNEQ(const std::string &task_name, Eigen::VectorXdRefConst goal)
double GetRhoNEQ(const std::string &task_name)
Eigen::VectorXd GetGoalEQ(const std::string &task_name)
void SetRhoEQ(const std::string &task_name, const double &rho)
void SetRhoNEQ(const std::string &task_name, const double &rho)
void Instantiate(const SamplingProblemInitializer &init) override
bool IsStateValid(Eigen::VectorXdRefConst x)
const typedef Eigen::Ref< const Eigen::VectorXd > & VectorXdRefConst
Convenience wrapper for storing references to sub-matrices/vectors.
double GetRhoEQ(const std::string &task_name)
std::vector< double > GetBounds()
bool IsCompoundStateSpace()
void Update(Eigen::VectorXdRefConst x)
void SetGoalState(Eigen::VectorXdRefConst qT)
std::shared_ptr< exotica::SamplingProblem > SamplingProblemPtr
void init(const M_string &remappings)
void PreUpdate() override
Eigen::VectorXd GetGoalNEQ(const std::string &task_name)
bool IsValid() override
Evaluates whether the problem is valid.
virtual ~SamplingProblem()
exotica_core
Author(s): Yiming Yang, Michael Camilleri
autogenerated on Fri Aug 2 2024 08:43:02