Go to the documentation of this file.
30 #ifndef EXOTICA_CORE_TASK_MAPS_JOINTLIMIT_H_
31 #define EXOTICA_CORE_TASK_MAPS_JOINTLIMIT_H_
35 #include <exotica_core_task_maps/joint_limit_initializer.h>
65 #endif // EXOTICA_CORE_TASK_MAPS_JOINTLIMIT_H_
Implementation of joint limits task map. Note: we dont want to always stay at the centre of the joint...
Definition: joint_limit.h:42
Definition: task_map.h:52
void AssignScene(ScenePtr scene) override
Definition: property.h:110
Definition: cartpole_dynamics_solver.h:38
int TaskSpaceDim() override
std::shared_ptr< Scene > ScenePtr
Definition: scene.h:246
Eigen::Ref< Eigen::VectorXd > VectorXdRef
Definition: conversions.h:54
const typedef Eigen::Ref< const Eigen::VectorXd > & VectorXdRefConst
Convenience wrapper for storing references to sub-matrices/vectors.
Definition: conversions.h:52
Eigen::Ref< Eigen::MatrixXd > MatrixXdRef
Definition: conversions.h:55
Eigen::Ref< Hessian > HessianRef
Definition: conversions.h:160
int N
Definition: joint_limit.h:61
void Update(Eigen::VectorXdRefConst q, Eigen::VectorXdRef phi) override
double safe_percentage_
Definition: joint_limit.h:60