Go to the documentation of this file.
30 #ifndef EXOTICA_CORE_END_POSE_PROBLEM_H_
31 #define EXOTICA_CORE_END_POSE_PROBLEM_H_
36 #include <exotica_core/end_pose_problem_initializer.h>
52 void SetRho(
const std::string& task_name,
const double& rho);
53 Eigen::VectorXd
GetGoal(
const std::string& task_name);
54 double GetRho(
const std::string& task_name);
56 void SetRhoEQ(
const std::string& task_name,
const double& rho);
57 Eigen::VectorXd
GetGoalEQ(
const std::string& task_name);
58 double GetRhoEQ(
const std::string& task_name);
60 void SetRhoNEQ(
const std::string& task_name,
const double& rho);
61 Eigen::VectorXd
GetGoalNEQ(
const std::string& task_name);
62 double GetRhoNEQ(
const std::string& task_name);
91 #endif // EXOTICA_CORE_END_POSE_PROBLEM_H_
void SetRhoEQ(const std::string &task_name, const double &rho)
void Instantiate(const EndPoseProblemInitializer &init) override
void SetRhoNEQ(const std::string &task_name, const double &rho)
bool IsValid() override
Evaluates whether the problem is valid.
std::shared_ptr< exotica::EndPoseProblem > EndPoseProblemPtr
Eigen::VectorXd GetInequality()
void Update(Eigen::VectorXdRefConst x)
void SetGoalNEQ(const std::string &task_name, Eigen::VectorXdRefConst goal)
Eigen::MatrixXd GetBounds() const
void SetGoalEQ(const std::string &task_name, Eigen::VectorXdRefConst goal)
Eigen::Array< Eigen::MatrixXd, Eigen::Dynamic, 1 > Hessian
Eigen::VectorXd GetGoal(const std::string &task_name)
Eigen::VectorXd GetEquality()
virtual ~EndPoseProblem()
const typedef Eigen::Ref< const Eigen::VectorXd > & VectorXdRefConst
Convenience wrapper for storing references to sub-matrices/vectors.
Eigen::VectorXd GetGoalEQ(const std::string &task_name)
double GetScalarTaskCost(const std::string &task_name) const
double GetRhoEQ(const std::string &task_name)
Eigen::MatrixXd GetEqualityJacobian()
Arbitrarily constrained end-pose problem implementation.
void SetGoal(const std::string &task_name, Eigen::VectorXdRefConst goal)
Eigen::VectorXd GetGoalNEQ(const std::string &task_name)
void init(const M_string &remappings)
double GetRhoNEQ(const std::string &task_name)
void SetRho(const std::string &task_name, const double &rho)
void PreUpdate() override
Eigen::RowVectorXd GetScalarJacobian()
Eigen::MatrixXd GetInequalityJacobian()
double GetRho(const std::string &task_name)
exotica_core
Author(s): Yiming Yang, Michael Camilleri
autogenerated on Fri Aug 2 2024 08:43:02