|
def | __init__ (self) |
|
def | command_current (self, g) |
|
def | command_go_offset (self, g, offset, factor, dimension_index, direction_name) |
|
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) |
|
Interpreter for simple commands
Definition at line 50 of file interpreter.py.
def moveit_commander.interpreter.MoveGroupCommandInterpreter.__init__ |
( |
|
self | ) |
|
def moveit_commander.interpreter.MoveGroupCommandInterpreter.command_current |
( |
|
self, |
|
|
|
g |
|
) |
| |
def moveit_commander.interpreter.MoveGroupCommandInterpreter.command_go_offset |
( |
|
self, |
|
|
|
g, |
|
|
|
offset, |
|
|
|
factor, |
|
|
|
dimension_index, |
|
|
|
direction_name |
|
) |
| |
def moveit_commander.interpreter.MoveGroupCommandInterpreter.command_show |
( |
|
self, |
|
|
|
g |
|
) |
| |
def moveit_commander.interpreter.MoveGroupCommandInterpreter.execute |
( |
|
self, |
|
|
|
cmd |
|
) |
| |
def moveit_commander.interpreter.MoveGroupCommandInterpreter.execute_generic_command |
( |
|
self, |
|
|
|
cmd |
|
) |
| |
def moveit_commander.interpreter.MoveGroupCommandInterpreter.execute_group_command |
( |
|
self, |
|
|
|
g, |
|
|
|
cmdorig |
|
) |
| |
def moveit_commander.interpreter.MoveGroupCommandInterpreter.get_active_group |
( |
|
self | ) |
|
def moveit_commander.interpreter.MoveGroupCommandInterpreter.get_help |
( |
|
self | ) |
|
def moveit_commander.interpreter.MoveGroupCommandInterpreter.get_keywords |
( |
|
self | ) |
|
def moveit_commander.interpreter.MoveGroupCommandInterpreter.get_loaded_groups |
( |
|
self | ) |
|
def moveit_commander.interpreter.MoveGroupCommandInterpreter.resolve_command_alias |
( |
|
self, |
|
|
|
cmdorig |
|
) |
| |
moveit_commander.interpreter.MoveGroupCommandInterpreter._db_host |
|
private |
moveit_commander.interpreter.MoveGroupCommandInterpreter._db_port |
|
private |
moveit_commander.interpreter.MoveGroupCommandInterpreter._gdict |
|
private |
moveit_commander.interpreter.MoveGroupCommandInterpreter._group_name |
|
private |
moveit_commander.interpreter.MoveGroupCommandInterpreter._last_plan |
|
private |
moveit_commander.interpreter.MoveGroupCommandInterpreter._planning_scene_interface |
|
private |
moveit_commander.interpreter.MoveGroupCommandInterpreter._prev_group_name |
|
private |
moveit_commander.interpreter.MoveGroupCommandInterpreter._robot |
|
private |
moveit_commander.interpreter.MoveGroupCommandInterpreter._trace |
|
private |
string moveit_commander.interpreter.MoveGroupCommandInterpreter.DEFAULT_FILENAME = "move_group.cfg" |
|
static |
dictionary moveit_commander.interpreter.MoveGroupCommandInterpreter.GO_DIRS |
|
static |
Initial value: 1 = {
"up" : (2,1),
"down" : (2, -1),
"z" : (2, 1),
2 "left" : (1, 1),
"right" : (1, -1),
"y" : (1, 1),
3 "forward" : (0, 1),
"backward" : (0, -1),
"back" : (0, -1),
"x" : (0, 1) }
Definition at line 56 of file interpreter.py.
The documentation for this class was generated from the following file: