|
| def | __init__ (self) |
| |
| def | get_active_group (self) |
| |
| def | get_loaded_groups (self) |
| |
| def | execute (self, cmd) |
| |
| def | execute_generic_command (self, cmd) |
| |
| def | execute_group_command (self, g, cmdorig) |
| |
| def | command_show (self, g) |
| |
| def | command_current (self, g) |
| |
| def | command_go_offset (self, g, offset, factor, dimension_index, direction_name) |
| |
| def | resolve_command_alias (self, cmdorig) |
| |
| def | get_help (self) |
| |
| def | get_keywords (self) |
| |
Interpreter for simple commands
Definition at line 57 of file interpreter.py.
◆ __init__()
| def moveit_commander.interpreter.MoveGroupCommandInterpreter.__init__ |
( |
|
self | ) |
|
◆ command_current()
| def moveit_commander.interpreter.MoveGroupCommandInterpreter.command_current |
( |
|
self, |
|
|
|
g |
|
) |
| |
◆ command_go_offset()
| def moveit_commander.interpreter.MoveGroupCommandInterpreter.command_go_offset |
( |
|
self, |
|
|
|
g, |
|
|
|
offset, |
|
|
|
factor, |
|
|
|
dimension_index, |
|
|
|
direction_name |
|
) |
| |
◆ command_show()
| def moveit_commander.interpreter.MoveGroupCommandInterpreter.command_show |
( |
|
self, |
|
|
|
g |
|
) |
| |
◆ execute()
| def moveit_commander.interpreter.MoveGroupCommandInterpreter.execute |
( |
|
self, |
|
|
|
cmd |
|
) |
| |
◆ execute_generic_command()
| def moveit_commander.interpreter.MoveGroupCommandInterpreter.execute_generic_command |
( |
|
self, |
|
|
|
cmd |
|
) |
| |
◆ execute_group_command()
| def moveit_commander.interpreter.MoveGroupCommandInterpreter.execute_group_command |
( |
|
self, |
|
|
|
g, |
|
|
|
cmdorig |
|
) |
| |
◆ get_active_group()
| def moveit_commander.interpreter.MoveGroupCommandInterpreter.get_active_group |
( |
|
self | ) |
|
◆ get_help()
| def moveit_commander.interpreter.MoveGroupCommandInterpreter.get_help |
( |
|
self | ) |
|
◆ get_keywords()
| def moveit_commander.interpreter.MoveGroupCommandInterpreter.get_keywords |
( |
|
self | ) |
|
◆ get_loaded_groups()
| def moveit_commander.interpreter.MoveGroupCommandInterpreter.get_loaded_groups |
( |
|
self | ) |
|
◆ resolve_command_alias()
| def moveit_commander.interpreter.MoveGroupCommandInterpreter.resolve_command_alias |
( |
|
self, |
|
|
|
cmdorig |
|
) |
| |
◆ DEFAULT_FILENAME
| string moveit_commander.interpreter.MoveGroupCommandInterpreter.DEFAULT_FILENAME = "move_group.cfg" |
|
static |
◆ 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: