|
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.
◆ __init__()
def scripts.demo.MoveitCommand.__init__ |
( |
|
self | ) |
|
◆ add_objects()
def scripts.demo.MoveitCommand.add_objects |
( |
|
self | ) |
|
◆ attach_objects()
def scripts.demo.MoveitCommand.attach_objects |
( |
|
self, |
|
|
|
object_name |
|
) |
| |
◆ box_pose()
def scripts.demo.MoveitCommand.box_pose |
( |
|
self, |
|
|
|
x, |
|
|
|
y, |
|
|
|
z |
|
) |
| |
◆ detach_objects()
def scripts.demo.MoveitCommand.detach_objects |
( |
|
self, |
|
|
|
object_name |
|
) |
| |
◆ remove_objects()
def scripts.demo.MoveitCommand.remove_objects |
( |
|
self | ) |
|
◆ set_grasp_position()
def scripts.demo.MoveitCommand.set_grasp_position |
( |
|
self, |
|
|
|
x, |
|
|
|
y, |
|
|
|
z, |
|
|
|
vel = 1.0 , |
|
|
|
direction = "side" |
|
) |
| |
◆ set_initial_pose()
def scripts.demo.MoveitCommand.set_initial_pose |
( |
|
self | ) |
|
◆ set_lifter_position()
def scripts.demo.MoveitCommand.set_lifter_position |
( |
|
self, |
|
|
|
x, |
|
|
|
z, |
|
|
|
vel = 1.0 |
|
) |
| |
◆ wait_for_state_update()
def scripts.demo.MoveitCommand.wait_for_state_update |
( |
|
self, |
|
|
|
box_name, |
|
|
|
box_is_known = False , |
|
|
|
box_is_attached = False , |
|
|
|
timeout = 4 |
|
) |
| |
◆ box1
scripts.demo.MoveitCommand.box1 |
◆ box2
scripts.demo.MoveitCommand.box2 |
◆ box3
scripts.demo.MoveitCommand.box3 |
◆ group
scripts.demo.MoveitCommand.group |
◆ robot
scripts.demo.MoveitCommand.robot |
◆ robot_model
scripts.demo.MoveitCommand.robot_model |
◆ scene
scripts.demo.MoveitCommand.scene |
The documentation for this class was generated from the following file: