|
|
#include <RobotAPI/libraries/GraspingUtility/box_to_grasp_candidates.h>
Public Member Functions | |
| bool | in_limits (const box_t &box, box_alignment align) const |
| std::string | limit_violation_string (const box_t &box, box_alignment align) const |
Public Attributes | |
| float | forward_length_max = 150 |
| float | forward_length_min = 50 |
| float | transverse_length_max = 1500 |
| float | transverse_length_min = 50 |
| float | upward_length_max = 500 |
| float | upward_length_min = 25 |
Definition at line 80 of file box_to_grasp_candidates.h.
| bool in_limits | ( | const box_t & | box, |
| box_to_grasp_candidates::box_alignment | align | ||
| ) | const |
Definition at line 352 of file box_to_grasp_candidates.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| std::string limit_violation_string | ( | const box_t & | box, |
| box_alignment | align | ||
| ) | const |
Definition at line 365 of file box_to_grasp_candidates.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| float forward_length_max = 150 |
Definition at line 87 of file box_to_grasp_candidates.h.
| float forward_length_min = 50 |
Definition at line 86 of file box_to_grasp_candidates.h.
| float transverse_length_max = 1500 |
Definition at line 83 of file box_to_grasp_candidates.h.
| float transverse_length_min = 50 |
Definition at line 82 of file box_to_grasp_candidates.h.
| float upward_length_max = 500 |
Definition at line 85 of file box_to_grasp_candidates.h.
| float upward_length_min = 25 |
Definition at line 84 of file box_to_grasp_candidates.h.