Go to the documentation of this file.
30 #ifndef EXOTICA_CORE_TASK_MAPS_POINT_TO_PLANE_H_
31 #define EXOTICA_CORE_TASK_MAPS_POINT_TO_PLANE_H_
35 #include <exotica_core_task_maps/point_to_plane_initializer.h>
37 #include <visualization_msgs/MarkerArray.h>
50 void Instantiate(
const PointToPlaneInitializer &init)
override;
63 #endif // EXOTICA_CORE_TASK_MAPS_POINT_TO_PLANE_H_
void Instantiate(const PointToPlaneInitializer &init) override
ros::Publisher debug_pub_
Definition: point_to_plane.h:59
Definition: task_map.h:52
Definition: property.h:110
int TaskSpaceDim() override
Definition: cartpole_dynamics_solver.h:38
PointToPlane TaskMap: Penalises the z-distance between two frames - or the distance of a point (repre...
Definition: point_to_plane.h:47
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
void Update(Eigen::VectorXdRefConst q, Eigen::VectorXdRef phi) override
Eigen::Ref< Eigen::MatrixXd > MatrixXdRef
Definition: conversions.h:55
Eigen::Ref< Hessian > HessianRef
Definition: conversions.h:160