moveit2
The MoveIt Motion Planning Framework for ROS 2.
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
python_time_parameterization.PythonTimeParameterizationTest Class Reference
Inheritance diagram for python_time_parameterization.PythonTimeParameterizationTest:
Inheritance graph
[legend]
Collaboration diagram for python_time_parameterization.PythonTimeParameterizationTest:
Collaboration graph
[legend]

Public Member Functions

def setUpClass (self)
 
def tearDown (self)
 
def plan (self)
 
def time_parameterization (self, plan, algorithm)
 
def test_plan_and_time_parameterization (self)
 

Public Attributes

 commander
 
 group
 

Static Public Attributes

string PLANNING_GROUP = "manipulator"
 

Detailed Description

Definition at line 46 of file python_time_parameterization.py.

Member Function Documentation

◆ plan()

def python_time_parameterization.PythonTimeParameterizationTest.plan (   self)

Definition at line 58 of file python_time_parameterization.py.

Here is the caller graph for this function:

◆ setUpClass()

def python_time_parameterization.PythonTimeParameterizationTest.setUpClass (   self)

Definition at line 50 of file python_time_parameterization.py.

◆ tearDown()

def python_time_parameterization.PythonTimeParameterizationTest.tearDown (   self)

Definition at line 55 of file python_time_parameterization.py.

◆ test_plan_and_time_parameterization()

def python_time_parameterization.PythonTimeParameterizationTest.test_plan_and_time_parameterization (   self)

Definition at line 79 of file python_time_parameterization.py.

Here is the call graph for this function:

◆ time_parameterization()

def python_time_parameterization.PythonTimeParameterizationTest.time_parameterization (   self,
  plan,
  algorithm 
)

Definition at line 68 of file python_time_parameterization.py.

Here is the caller graph for this function:

Member Data Documentation

◆ commander

python_time_parameterization.PythonTimeParameterizationTest.commander

Definition at line 51 of file python_time_parameterization.py.

◆ group

python_time_parameterization.PythonTimeParameterizationTest.group

Definition at line 52 of file python_time_parameterization.py.

◆ PLANNING_GROUP

string python_time_parameterization.PythonTimeParameterizationTest.PLANNING_GROUP = "manipulator"
static

Definition at line 47 of file python_time_parameterization.py.


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