robot_env_evaluator 1.0.1
|
Store the distance result between objects. More...
#include <robot_env_evaluator.hpp>
Public Attributes | |
int | id |
double | distance |
Eigen::Vector3d | normal_vector |
Eigen::Vector3d | nearest_point_on_robot |
Eigen::Vector3d | nearest_point_on_object |
std::string | contacted_robot_link |
Eigen::VectorXd | projector_jointspace_to_dist |
Eigen::VectorXd | projector_dist_to_jointspace |
Store the distance result between objects.
Definition at line 52 of file robot_env_evaluator.hpp.
std::string robot_env_evaluator::distanceResult::contacted_robot_link |
Definition at line 58 of file robot_env_evaluator.hpp.
double robot_env_evaluator::distanceResult::distance |
Definition at line 54 of file robot_env_evaluator.hpp.
int robot_env_evaluator::distanceResult::id |
Definition at line 53 of file robot_env_evaluator.hpp.
Eigen::Vector3d robot_env_evaluator::distanceResult::nearest_point_on_object |
Definition at line 57 of file robot_env_evaluator.hpp.
Eigen::Vector3d robot_env_evaluator::distanceResult::nearest_point_on_robot |
Definition at line 56 of file robot_env_evaluator.hpp.
Eigen::Vector3d robot_env_evaluator::distanceResult::normal_vector |
Definition at line 55 of file robot_env_evaluator.hpp.
Eigen::VectorXd robot_env_evaluator::distanceResult::projector_dist_to_jointspace |
Definition at line 60 of file robot_env_evaluator.hpp.
Eigen::VectorXd robot_env_evaluator::distanceResult::projector_jointspace_to_dist |
Definition at line 59 of file robot_env_evaluator.hpp.