Go to the documentation of this file.
30 #ifndef EXOTICA_CORE_TIME_INDEXED_SAMPLING_PROBLEM_H_
31 #define EXOTICA_CORE_TIME_INDEXED_SAMPLING_PROBLEM_H_
36 #include <exotica_core/time_indexed_sampling_problem_initializer.h>
46 void Instantiate(
const TimeIndexedSamplingProblemInitializer&
init)
override;
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);
91 #endif // EXOTICA_CORE_TIME_INDEXED_SAMPLING_PROBLEM_H_
TimeIndexedSamplingProblem()
double t_goal_
Goal time: The time at which goal_ should be reached and the upper bound for the time-dimension.
void SetRhoEQ(const std::string &task_name, const double &rho)
void Update(Eigen::VectorXdRefConst x, const double &t)
Eigen::VectorXd GetGoalEQ(const std::string &task_name)
TimeIndexedSamplingProblemInitializer parameters
TaskSpaceVector constraint_phi
double GetGoalTime() const
Eigen::VectorXd GetGoalNEQ(const std::string &task_name)
void SetGoalTime(const double &t)
void SetGoalNEQ(const std::string &task_name, Eigen::VectorXdRefConst goal)
void Instantiate(const TimeIndexedSamplingProblemInitializer &init) override
const typedef Eigen::Ref< const Eigen::VectorXd > & VectorXdRefConst
Convenience wrapper for storing references to sub-matrices/vectors.
void SetGoalState(Eigen::VectorXdRefConst qT)
std::vector< double > GetBounds()
virtual ~TimeIndexedSamplingProblem()
double GetRhoNEQ(const std::string &task_name)
std::shared_ptr< exotica::TimeIndexedSamplingProblem > TimeIndexedSamplingProblemPtr
void PreUpdate() override
Eigen::VectorXd goal_
Goal state to reach (spatial) at temporal goal (t_goal_)
void SetGoalEQ(const std::string &task_name, Eigen::VectorXdRefConst goal)
double GetRhoEQ(const std::string &task_name)
void SetRhoNEQ(const std::string &task_name, const double &rho)
void init(const M_string &remappings)
virtual bool IsValid()
Evaluates whether the problem is valid.
geometry_msgs::TransformStamped t
Eigen::VectorXd GetGoalState() const
exotica_core
Author(s): Yiming Yang, Michael Camilleri
autogenerated on Fri Aug 2 2024 08:43:02