SCL  1.0
Standard Control Library : Control, dynamics, physics, and simulation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
jspace::STaoNodeInfo Struct Reference

#include <tao_util.hpp>

Collaboration diagram for jspace::STaoNodeInfo:
Collaboration graph
[legend]

Public Member Functions

 STaoNodeInfo (taoDNode *node, std::string const &link_name, std::string joint_name, double limit_lower, double limit_upper)
 
 STaoNodeInfo (STaoNodeInfo const &orig)
 

Public Attributes

int id
 
taoDNodenode
 
taoJointjoint
 
std::string link_name
 
std::string joint_name
 
double limit_lower
 
double limit_upper
 

Detailed Description

Note
TAO supports multiple joints per link, but all use cases so far seem to require that exactly one joint sits between two links, so we treat joint names just as link names until further notice.

The documentation for this struct was generated from the following files: