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

Public Member Functions

def setUpClass (self)
 
def tearDown (self)
 
def check_target_setting (self, expect, *args)
 
def test_target_setting (self)
 
def plan (self, target)
 
def test_validation (self)
 

Public Attributes

 commander
 
 group
 

Static Public Attributes

string PLANNING_GROUP = "manipulator"
 
string PLANNING_NS = "test_ns/"
 

Detailed Description

Definition at line 49 of file python_moveit_commander_ns.py.

Member Function Documentation

◆ check_target_setting()

def python_moveit_commander_ns.PythonMoveitCommanderNsTest.check_target_setting (   self,
  expect,
args 
)

Definition at line 64 of file python_moveit_commander_ns.py.

Here is the caller graph for this function:

◆ plan()

def python_moveit_commander_ns.PythonMoveitCommanderNsTest.plan (   self,
  target 
)

Definition at line 84 of file python_moveit_commander_ns.py.

Here is the caller graph for this function:

◆ setUpClass()

def python_moveit_commander_ns.PythonMoveitCommanderNsTest.setUpClass (   self)

Definition at line 54 of file python_moveit_commander_ns.py.

◆ tearDown()

def python_moveit_commander_ns.PythonMoveitCommanderNsTest.tearDown (   self)

Definition at line 61 of file python_moveit_commander_ns.py.

◆ test_target_setting()

def python_moveit_commander_ns.PythonMoveitCommanderNsTest.test_target_setting (   self)

Definition at line 74 of file python_moveit_commander_ns.py.

Here is the call graph for this function:

◆ test_validation()

def python_moveit_commander_ns.PythonMoveitCommanderNsTest.test_validation (   self)

Definition at line 88 of file python_moveit_commander_ns.py.

Here is the call graph for this function:

Member Data Documentation

◆ commander

python_moveit_commander_ns.PythonMoveitCommanderNsTest.commander

Definition at line 55 of file python_moveit_commander_ns.py.

◆ group

python_moveit_commander_ns.PythonMoveitCommanderNsTest.group

Definition at line 58 of file python_moveit_commander_ns.py.

◆ PLANNING_GROUP

string python_moveit_commander_ns.PythonMoveitCommanderNsTest.PLANNING_GROUP = "manipulator"
static

Definition at line 50 of file python_moveit_commander_ns.py.

◆ PLANNING_NS

string python_moveit_commander_ns.PythonMoveitCommanderNsTest.PLANNING_NS = "test_ns/"
static

Definition at line 51 of file python_moveit_commander_ns.py.


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