Definition at line 54 of file box_stacking_example.py.
◆ __init__()
| def box_stacking_example.Stacker.__init__ |
( |
|
self | ) |
|
◆ _close_gripper()
| def box_stacking_example.Stacker._close_gripper |
( |
|
self, |
|
|
|
current_arm |
|
) |
| |
|
private |
◆ _get_highest_object_pose()
| def box_stacking_example.Stacker._get_highest_object_pose |
( |
|
self | ) |
|
|
private |
◆ _get_lowest_object_pose()
| def box_stacking_example.Stacker._get_lowest_object_pose |
( |
|
self | ) |
|
|
private |
◆ _markers_callback()
| def box_stacking_example.Stacker._markers_callback |
( |
|
self, |
|
|
|
msg |
|
) |
| |
|
private |
◆ _move_arm()
| def box_stacking_example.Stacker._move_arm |
( |
|
self, |
|
|
|
current_arm, |
|
|
|
target_pose |
|
) |
| |
|
private |
◆ _move_arm_to_init_pose()
| def box_stacking_example.Stacker._move_arm_to_init_pose |
( |
|
self, |
|
|
|
current_arm |
|
) |
| |
|
private |
◆ _open_gripper()
| def box_stacking_example.Stacker._open_gripper |
( |
|
self, |
|
|
|
current_arm |
|
) |
| |
|
private |
◆ get_num_of_markers()
| def box_stacking_example.Stacker.get_num_of_markers |
( |
|
self | ) |
|
◆ initialize_arms()
| def box_stacking_example.Stacker.initialize_arms |
( |
|
self | ) |
|
◆ pick_up()
| def box_stacking_example.Stacker.pick_up |
( |
|
self, |
|
|
|
check_result |
|
) |
| |
◆ place_on()
| def box_stacking_example.Stacker.place_on |
( |
|
self, |
|
|
|
check_result, |
|
|
|
target_x = 0.3, |
|
|
|
target_y = 0 |
|
) |
| |
◆ place_on_highest_object()
| def box_stacking_example.Stacker.place_on_highest_object |
( |
|
self, |
|
|
|
check_result |
|
) |
| |
◆ _current_arm
| box_stacking_example.Stacker._current_arm |
|
private |
◆ _GRIPPER_CLOSE
| float box_stacking_example.Stacker._GRIPPER_CLOSE = 0.42 |
|
staticprivate |
◆ _gripper_goal
| box_stacking_example.Stacker._gripper_goal |
|
private |
◆ _GRIPPER_OPEN
| float box_stacking_example.Stacker._GRIPPER_OPEN = 0.8 |
|
staticprivate |
◆ _LEFT_ARM
| int box_stacking_example.Stacker._LEFT_ARM = 2 |
|
staticprivate |
◆ _left_arm
| box_stacking_example.Stacker._left_arm |
|
private |
◆ _left_gripper
| box_stacking_example.Stacker._left_gripper |
|
private |
◆ _marker_sub
| box_stacking_example.Stacker._marker_sub |
|
private |
◆ _markers
| box_stacking_example.Stacker._markers |
|
private |
◆ _RIGHT_ARM
| int box_stacking_example.Stacker._RIGHT_ARM = 1 |
|
staticprivate |
◆ _right_arm
| box_stacking_example.Stacker._right_arm |
|
private |
◆ _right_gripper
| box_stacking_example.Stacker._right_gripper |
|
private |
The documentation for this class was generated from the following file: