Public Member Functions | Static Public Attributes | Private Attributes | List of all members
moveit_commander.interpreter.MoveGroupCommandInterpreter Class Reference
Inheritance diagram for moveit_commander.interpreter.MoveGroupCommandInterpreter:
Inheritance graph
[legend]

Public Member Functions

def __init__ (self)
 
def command_current (self, g)
 
def command_go_offset (self, g, offset, factor, dimension_index, direction_name)
 
def command_group_state (self, g)
 
def command_show (self, g)
 
def execute (self, cmd)
 
def execute_generic_command (self, cmd)
 
def execute_group_command (self, g, cmdorig)
 
def get_active_group (self)
 
def get_help (self)
 
def get_keywords (self)
 
def get_loaded_groups (self)
 
def resolve_command_alias (self, cmdorig)
 

Static Public Attributes

string DEFAULT_FILENAME = "move_group.cfg"
 
dictionary GO_DIRS
 

Private Attributes

 _db_host
 
 _db_port
 
 _gdict
 
 _group_name
 
 _last_plan
 
 _planning_scene_interface
 
 _prev_group_name
 
 _robot
 
 _trace
 

Detailed Description

Interpreter for simple commands

Definition at line 57 of file interpreter.py.

Constructor & Destructor Documentation

◆ __init__()

def moveit_commander.interpreter.MoveGroupCommandInterpreter.__init__ (   self)

Definition at line 76 of file interpreter.py.

Member Function Documentation

◆ command_current()

def moveit_commander.interpreter.MoveGroupCommandInterpreter.command_current (   self,
  g 
)

Definition at line 731 of file interpreter.py.

◆ command_go_offset()

def moveit_commander.interpreter.MoveGroupCommandInterpreter.command_go_offset (   self,
  g,
  offset,
  factor,
  dimension_index,
  direction_name 
)

Definition at line 755 of file interpreter.py.

◆ command_group_state()

def moveit_commander.interpreter.MoveGroupCommandInterpreter.command_group_state (   self,
  g 
)

Definition at line 718 of file interpreter.py.

◆ command_show()

def moveit_commander.interpreter.MoveGroupCommandInterpreter.command_show (   self,
  g 
)

Definition at line 711 of file interpreter.py.

◆ execute()

def moveit_commander.interpreter.MoveGroupCommandInterpreter.execute (   self,
  cmd 
)

Definition at line 96 of file interpreter.py.

◆ execute_generic_command()

def moveit_commander.interpreter.MoveGroupCommandInterpreter.execute_generic_command (   self,
  cmd 
)

Definition at line 111 of file interpreter.py.

◆ execute_group_command()

def moveit_commander.interpreter.MoveGroupCommandInterpreter.execute_group_command (   self,
  g,
  cmdorig 
)

Definition at line 231 of file interpreter.py.

◆ get_active_group()

def moveit_commander.interpreter.MoveGroupCommandInterpreter.get_active_group (   self)

Definition at line 87 of file interpreter.py.

◆ get_help()

def moveit_commander.interpreter.MoveGroupCommandInterpreter.get_help (   self)

Definition at line 787 of file interpreter.py.

◆ get_keywords()

def moveit_commander.interpreter.MoveGroupCommandInterpreter.get_keywords (   self)

Definition at line 865 of file interpreter.py.

◆ get_loaded_groups()

def moveit_commander.interpreter.MoveGroupCommandInterpreter.get_loaded_groups (   self)

Definition at line 93 of file interpreter.py.

◆ resolve_command_alias()

def moveit_commander.interpreter.MoveGroupCommandInterpreter.resolve_command_alias (   self,
  cmdorig 
)

Definition at line 779 of file interpreter.py.

Member Data Documentation

◆ _db_host

moveit_commander.interpreter.MoveGroupCommandInterpreter._db_host
private

Definition at line 83 of file interpreter.py.

◆ _db_port

moveit_commander.interpreter.MoveGroupCommandInterpreter._db_port
private

Definition at line 84 of file interpreter.py.

◆ _gdict

moveit_commander.interpreter.MoveGroupCommandInterpreter._gdict
private

Definition at line 77 of file interpreter.py.

◆ _group_name

moveit_commander.interpreter.MoveGroupCommandInterpreter._group_name
private

Definition at line 78 of file interpreter.py.

◆ _last_plan

moveit_commander.interpreter.MoveGroupCommandInterpreter._last_plan
private

Definition at line 82 of file interpreter.py.

◆ _planning_scene_interface

moveit_commander.interpreter.MoveGroupCommandInterpreter._planning_scene_interface
private

Definition at line 80 of file interpreter.py.

◆ _prev_group_name

moveit_commander.interpreter.MoveGroupCommandInterpreter._prev_group_name
private

Definition at line 79 of file interpreter.py.

◆ _robot

moveit_commander.interpreter.MoveGroupCommandInterpreter._robot
private

Definition at line 81 of file interpreter.py.

◆ _trace

moveit_commander.interpreter.MoveGroupCommandInterpreter._trace
private

Definition at line 85 of file interpreter.py.

◆ DEFAULT_FILENAME

string moveit_commander.interpreter.MoveGroupCommandInterpreter.DEFAULT_FILENAME = "move_group.cfg"
static

Definition at line 62 of file interpreter.py.

◆ GO_DIRS

dictionary moveit_commander.interpreter.MoveGroupCommandInterpreter.GO_DIRS
static
Initial value:
= {
"up": (2, 1),
"down": (2, -1),
"z": (2, 1),
"left": (1, 1),
"right": (1, -1),
"y": (1, 1),
"forward": (0, 1),
"backward": (0, -1),
"back": (0, -1),
"x": (0, 1),
}

Definition at line 63 of file interpreter.py.


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


moveit_commander
Author(s): Ioan Sucan
autogenerated on Fri May 3 2024 02:30:26