chomp::ChompRobotModel::ChompJoint Struct Reference

Contains information about a single joint for CHOMP planning. More...

#include <chomp_robot_model.h>

List of all members.

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_

Detailed Description

Contains information about a single joint for CHOMP planning.

Definition at line 54 of file chomp_robot_model.h.


Member Data Documentation

Joint index for CHOMP

Definition at line 51 of file chomp_robot_model.h.

Are there joint limits?

Definition at line 55 of file chomp_robot_model.h.

Maximum joint angle value

Definition at line 57 of file chomp_robot_model.h.

Minimum joint angle value

Definition at line 56 of file chomp_robot_model.h.

Name of the joint

Definition at line 52 of file chomp_robot_model.h.

Maximum amount the joint value can be updated in an iteration

Definition at line 58 of file chomp_robot_model.h.

Pointer to the KDL joint in the tree

Definition at line 49 of file chomp_robot_model.h.

Index for use in a KDL joint array

Definition at line 50 of file chomp_robot_model.h.

Name of the corresponding link (from planning.yaml)

Definition at line 53 of file chomp_robot_model.h.

Does this joint wrap-around?

Definition at line 54 of file chomp_robot_model.h.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs


chomp_motion_planner
Author(s): Mrinal Kalakrishnan / mail@mrinal.net
autogenerated on Fri Jan 11 09:52:45 2013