|
def | __init__ (self) |
|
def | add_objects (self) |
|
def | attach_objects (self, object_name) |
|
def | box_pose (self, x, y, z) |
|
def | detach_objects (self, object_name) |
|
def | remove_objects (self) |
|
def | set_grasp_position (self, x, y, z, vel=1.0, direction="side") |
|
def | set_initial_pose (self) |
|
def | set_lifter_position (self, x, z, vel=1.0) |
|
def | wait_for_state_update (self, box_name, box_is_known=False, box_is_attached=False, timeout=4) |
|
Definition at line 106 of file demo.py.
def scripts.demo.MoveitCommand.__init__ |
( |
|
self | ) |
|
def scripts.demo.MoveitCommand.add_objects |
( |
|
self | ) |
|
def scripts.demo.MoveitCommand.attach_objects |
( |
|
self, |
|
|
|
object_name |
|
) |
| |
def scripts.demo.MoveitCommand.box_pose |
( |
|
self, |
|
|
|
x, |
|
|
|
y, |
|
|
|
z |
|
) |
| |
def scripts.demo.MoveitCommand.detach_objects |
( |
|
self, |
|
|
|
object_name |
|
) |
| |
def scripts.demo.MoveitCommand.remove_objects |
( |
|
self | ) |
|
def scripts.demo.MoveitCommand.set_grasp_position |
( |
|
self, |
|
|
|
x, |
|
|
|
y, |
|
|
|
z, |
|
|
|
vel = 1.0 , |
|
|
|
direction = "side" |
|
) |
| |
def scripts.demo.MoveitCommand.set_initial_pose |
( |
|
self | ) |
|
def scripts.demo.MoveitCommand.set_lifter_position |
( |
|
self, |
|
|
|
x, |
|
|
|
z, |
|
|
|
vel = 1.0 |
|
) |
| |
def scripts.demo.MoveitCommand.wait_for_state_update |
( |
|
self, |
|
|
|
box_name, |
|
|
|
box_is_known = False , |
|
|
|
box_is_attached = False , |
|
|
|
timeout = 4 |
|
) |
| |
scripts.demo.MoveitCommand.box1 |
scripts.demo.MoveitCommand.box2 |
scripts.demo.MoveitCommand.box3 |
scripts.demo.MoveitCommand.group |
scripts.demo.MoveitCommand.robot |
scripts.demo.MoveitCommand.robot_model |
scripts.demo.MoveitCommand.scene |
The documentation for this class was generated from the following file: