Contains information about a single joint for CHOMP planning. More...
#include <chomp_robot_model.h>
Public Attributes | |
| int | chomp_joint_index_ | 
| bool | has_joint_limits_ | 
| double | joint_limit_max_ | 
| double | joint_limit_min_ | 
| std::string | joint_name_ | 
| double | joint_update_limit_ | 
| const KDL::Joint * | kdl_joint_ | 
| int | kdl_joint_index_ | 
| std::string | link_name_ | 
| bool | wrap_around_ | 
Contains information about a single joint for CHOMP planning.
Definition at line 73 of file chomp_robot_model.h.
Joint index for CHOMP
Definition at line 77 of file chomp_robot_model.h.
Are there joint limits?
Definition at line 81 of file chomp_robot_model.h.
Maximum joint angle value
Definition at line 83 of file chomp_robot_model.h.
Minimum joint angle value
Definition at line 82 of file chomp_robot_model.h.
| std::string chomp::ChompRobotModel::ChompJoint::joint_name_ | 
Name of the joint
Definition at line 78 of file chomp_robot_model.h.
Maximum amount the joint value can be updated in an iteration
Definition at line 84 of file chomp_robot_model.h.
Pointer to the KDL joint in the tree
Definition at line 75 of file chomp_robot_model.h.
Index for use in a KDL joint array
Definition at line 76 of file chomp_robot_model.h.
| std::string chomp::ChompRobotModel::ChompJoint::link_name_ | 
Name of the corresponding link (from planning.yaml)
Definition at line 79 of file chomp_robot_model.h.
Does this joint wrap-around?
Definition at line 80 of file chomp_robot_model.h.