moveit2
The MoveIt Motion Planning Framework for ROS 2.
Functions | Variables
testpoints Namespace Reference

Functions

def start_program (robot_name)
 
def test_sequence (initJointPose, L, M, planning_group, target_link, reference_frame, default_or, P1_position, P1_orientation)
 

Variables

dictionary robot_configs = {}
 
 robots = list(robot_configs.keys())
 

Function Documentation

◆ start_program()

def testpoints.start_program (   robot_name)

Definition at line 67 of file testpoints.py.

Here is the call graph for this function:

◆ test_sequence()

def testpoints.test_sequence (   initJointPose,
  L,
  M,
  planning_group,
  target_link,
  reference_frame,
  default_or,
  P1_position,
  P1_orientation 
)

Definition at line 73 of file testpoints.py.

Here is the caller graph for this function:

Variable Documentation

◆ robot_configs

dictionary testpoints.robot_configs = {}

Definition at line 42 of file testpoints.py.

◆ robots

testpoints.robots = list(robot_configs.keys())

Definition at line 210 of file testpoints.py.