1 #ifndef HRICS_VISIBILITY_H
2 #define HRICS_VISIBILITY_H
70 std::vector<double> m_VectGaze;
Eigen::Vector2d get2dPointAlongGaze(double dist)
Distance on gaze.
Definition: HRICS_Visibility.cpp:273
double akinVisibilityCost(const Eigen::Vector3d &WSPoint)
Copy paste from Akins.
Definition: HRICS_Visibility.cpp:174
std::vector< double > getGaze()
Returns the gaze associated to the visibility cost.
Definition: HRICS_Visibility.cpp:243
Visibility(Robot *R)
Sets the Pointer to Human.
Definition: HRICS_Visibility.cpp:35
double getOldWorkspaceCost(const Eigen::Vector3d &WSPoint)
Gets the Visibiliy cost (distance to gaze direction) of a Workspace point.
Definition: HRICS_Visibility.cpp:87
This class holds a the robot represented by a kinematic chain.
Definition: robot.hpp:42
double getWorkspaceCost(const Eigen::Vector3d &WSPoint)
Gets the Visibiliy cost (distance to gaze direction) of a Workspace point.
Definition: HRICS_Visibility.cpp:66
Definition: HRICS_Visibility.hpp:18