moveit2
The MoveIt Motion Planning Framework for ROS 2.
Public Member Functions | List of all members
moveit_commander.robot.RobotCommander.Link Class Reference
Inheritance diagram for moveit_commander.robot.RobotCommander.Link:
Inheritance graph
[legend]
Collaboration diagram for moveit_commander.robot.RobotCommander.Link:
Collaboration graph
[legend]

Public Member Functions

def __init__ (self, robot, name)
 
def name (self)
 
def pose (self)
 

Detailed Description

Definition at line 137 of file robot.py.

Constructor & Destructor Documentation

◆ __init__()

def moveit_commander.robot.RobotCommander.Link.__init__ (   self,
  robot,
  name 
)

Definition at line 138 of file robot.py.

Member Function Documentation

◆ name()

def moveit_commander.robot.RobotCommander.Link.name (   self)

Definition at line 142 of file robot.py.

Here is the caller graph for this function:

◆ pose()

def moveit_commander.robot.RobotCommander.Link.pose (   self)
@rtype: geometry_msgs.Pose

Definition at line 145 of file robot.py.

Here is the call graph for this function:

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