Undocumented
Class |
|
No class docstring; 0/2 instance variable, 7/9 methods documented |
Class |
|
No class docstring; 0/2 instance variable, 1/3 method documented |
Method | __getattr__ |
We catch the names of groups, joints and links to allow easy access to their properties. |
Method | __init__ |
Undocumented |
Method | get |
Get the names of all the movable joints that make up a group. If no group name is specified, all joints in the robot model are returned. Excludes fixed and mimic joints. |
Method | get |
Get a RobotState message describing the current state of the robot |
Method | get |
Get a dictionary mapping variable names to values. Note that a joint may consist of one or more variables. |
Method | get |
Get the name of the smallest group (fewest joints) that includes the joint name specified as argument. |
Method | get |
@param name str: Name of movegroup @rtype: moveit_commander.MoveGroupCommander |
Method | get |
Get the names of the groups defined for the robot |
Method | get |
@param name str: Name of movegroup @rtype: moveit_commander.robot.Joint @raise exception: MoveItCommanderException |
Method | get |
Get the names of all the movable joints that make up a group. If no group name is specified, all joints in the robot model are returned. Includes fixed and mimic joints. |
Method | get |
@param name str: Name of movegroup @rtype: moveit_commander.robot.Link @raise exception: MoveItCommanderException |
Method | get |
Get the links that make up a group. If no group name is specified, all the links in the robot model are returned. |
Method | get |
Get the frame of reference in which planning is done (and environment is maintained) |
Method | get |
Get a MarkerArray of the markers that make up this robot |
Method | get |
Get the name of the root link of the robot model |
Method | has |
@param name str: Name of movegroup @rtype: bool |
Instance Variable | _groups |
Undocumented |
Instance Variable | _joint |
Undocumented |
Instance Variable | _ns |
Undocumented |
Instance Variable | _r |
Undocumented |
Instance Variable | _robot |
Undocumented |
Get the names of all the movable joints that make up a group. If no group name is specified, all joints in the robot model are returned. Excludes fixed and mimic joints.
Get a dictionary mapping variable names to values. Note that a joint may consist of one or more variables.
Get the name of the smallest group (fewest joints) that includes the joint name specified as argument.
@param name str: Name of movegroup @rtype: moveit_commander.robot.Joint @raise exception: MoveItCommanderException
Get the names of all the movable joints that make up a group. If no group name is specified, all joints in the robot model are returned. Includes fixed and mimic joints.
@param name str: Name of movegroup @rtype: moveit_commander.robot.Link @raise exception: MoveItCommanderException
Get the links that make up a group. If no group name is specified, all the links in the robot model are returned.
Get a MarkerArray of the markers that make up this robot
- Usage:
- (): get's all markers for current state state (RobotState): gets markers for a particular state values (dict): get markers with given values values, links (dict, list): get markers with given values and these links group (string): get all markers for a group group, values (string, dict): get all markers for a group with desired values