this struct contains a description of a link on the arm. It's mainly used for collision checking. It is very primitive and will be redesigned later on. More...
#include <sbpl_arm_model.h>
Public Attributes | |
| int | ind_chain |
| int | ind_jnt1 |
| int | ind_jnt2 |
| double | length |
| short unsigned int | length_c |
| std::string | name |
| double | radius |
| short unsigned int | radius_c |
this struct contains a description of a link on the arm. It's mainly used for collision checking. It is very primitive and will be redesigned later on.
Definition at line 69 of file sbpl_arm_model.h.
Definition at line 73 of file sbpl_arm_model.h.
Definition at line 74 of file sbpl_arm_model.h.
Definition at line 75 of file sbpl_arm_model.h.
| double ArmLink::length |
Definition at line 76 of file sbpl_arm_model.h.
| short unsigned int ArmLink::length_c |
Definition at line 72 of file sbpl_arm_model.h.
| std::string ArmLink::name |
Definition at line 78 of file sbpl_arm_model.h.
| double ArmLink::radius |
Definition at line 77 of file sbpl_arm_model.h.
| short unsigned int ArmLink::radius_c |
Definition at line 71 of file sbpl_arm_model.h.