Classes | Public Member Functions | Private Attributes
moveit_commander.robot.RobotCommander Class Reference

List of all members.

Classes

class  Joint
class  Link

Public Member Functions

def __getattr__
def __init__
def get_current_state
def get_current_variable_values
def get_default_owner_group
def get_group
def get_group_names
def get_joint
def get_joint_names
def get_link
def get_link_names
def get_planning_frame
def get_root_link
def has_group

Private Attributes

 _groups
 _joint_owner_group
 _r

Detailed Description

Definition at line 40 of file robot.py.


Constructor & Destructor Documentation

Definition at line 96 of file robot.py.


Member Function Documentation

We catch the names of groups, joints and links to allow easy access to their properties 

Definition at line 179 of file robot.py.

Get a RobotState message describing the current state of the robot

Definition at line 133 of file robot.py.

Get a dictionary mapping variable names to values. Note that a joint may consist of one or more variables 

Definition at line 139 of file robot.py.

Get the name of the smallest group (fewest joints) that includes the joint name specified as argument

Definition at line 165 of file robot.py.

Definition at line 155 of file robot.py.

Get the names of the groups defined for the robot

Definition at line 129 of file robot.py.

Definition at line 143 of file robot.py.

def moveit_commander.robot.RobotCommander.get_joint_names (   self,
  group = None 
)
Get the names of all the movable joints that make up a group (mimic joints and fixed joints are excluded). If no group name is specified, all joints in the robot model are returned, including fixed and mimic joints 

Definition at line 109 of file robot.py.

Definition at line 149 of file robot.py.

def moveit_commander.robot.RobotCommander.get_link_names (   self,
  group = None 
)
Get the links that make up a group. If no group name is specified, all the links in the robot model are returned. 

Definition at line 119 of file robot.py.

Get the frame of reference in which planning is done (and environment is maintained)

Definition at line 101 of file robot.py.

Get the name of the root link of the robot model 

Definition at line 105 of file robot.py.

Definition at line 162 of file robot.py.


Member Data Documentation

Definition at line 96 of file robot.py.

Definition at line 96 of file robot.py.

Definition at line 96 of file robot.py.


The documentation for this class was generated from the following file:


moveit_commander
Author(s): Ioan Sucan
autogenerated on Wed Aug 26 2015 12:38:52