Functions | |
| def | msgRobotState_cb (msg) |
| def | shutdown () |
| def | thread_subscriber () |
Variables | |
| __dsr__id | |
| __dsr__model | |
| list | accx = [100, 100] |
| daemon | |
| dont_write_bytecode | |
| list | p0 = [0.0, 0.0, 0.0, 0.0, 0.0, 0.0] |
| list | p1 = [0.0, 0.0, 90.0, 0.0, 90.0 , 0.0] |
| list | p2 = [180.0, 0.0, 90, 0.0, 90.0, 0.0] |
| pub_stop = rospy.Publisher('/'+ROBOT_ID +ROBOT_MODEL+'/stop', RobotStop, queue_size=10) | |
| string | ROBOT_ID = "dsr01" |
| string | ROBOT_MODEL = "m1013" |
| int | ROBOT_SYSTEM_REAL = 0 |
| int | ROBOT_SYSTEM_VIRTUAL = 1 |
| t1 = threading.Thread(target=thread_subscriber) | |
| list | velx = [50, 50] |
| list | x1 = [0, 0, -200, 0, 0, 0] |
| list | x2 = [0, 0, 200, 0, 0, 0] |
| def object_pick_and_place_simple.msgRobotState_cb | ( | msg | ) |
Definition at line 33 of file object_pick_and_place_simple.py.
| def object_pick_and_place_simple.shutdown | ( | ) |
Definition at line 25 of file object_pick_and_place_simple.py.
| def object_pick_and_place_simple.thread_subscriber | ( | ) |
Definition at line 55 of file object_pick_and_place_simple.py.
|
private |
Definition at line 21 of file object_pick_and_place_simple.py.
|
private |
Definition at line 22 of file object_pick_and_place_simple.py.
| list object_pick_and_place_simple.accx = [100, 100] |
Definition at line 76 of file object_pick_and_place_simple.py.
| object_pick_and_place_simple.daemon |
Definition at line 65 of file object_pick_and_place_simple.py.
| object_pick_and_place_simple.dont_write_bytecode |
Definition at line 11 of file object_pick_and_place_simple.py.
| list object_pick_and_place_simple.p0 = [0.0, 0.0, 0.0, 0.0, 0.0, 0.0] |
Definition at line 69 of file object_pick_and_place_simple.py.
| list object_pick_and_place_simple.p1 = [0.0, 0.0, 90.0, 0.0, 90.0 , 0.0] |
Definition at line 70 of file object_pick_and_place_simple.py.
| list object_pick_and_place_simple.p2 = [180.0, 0.0, 90, 0.0, 90.0, 0.0] |
Definition at line 71 of file object_pick_and_place_simple.py.
| object_pick_and_place_simple.pub_stop = rospy.Publisher('/'+ROBOT_ID +ROBOT_MODEL+'/stop', RobotStop, queue_size=10) |
Definition at line 68 of file object_pick_and_place_simple.py.
| string object_pick_and_place_simple.ROBOT_ID = "dsr01" |
Definition at line 18 of file object_pick_and_place_simple.py.
| string object_pick_and_place_simple.ROBOT_MODEL = "m1013" |
Definition at line 19 of file object_pick_and_place_simple.py.
| int object_pick_and_place_simple.ROBOT_SYSTEM_REAL = 0 |
Definition at line 17 of file object_pick_and_place_simple.py.
| int object_pick_and_place_simple.ROBOT_SYSTEM_VIRTUAL = 1 |
Definition at line 16 of file object_pick_and_place_simple.py.
| object_pick_and_place_simple.t1 = threading.Thread(target=thread_subscriber) |
Definition at line 64 of file object_pick_and_place_simple.py.
| list object_pick_and_place_simple.velx = [50, 50] |
Definition at line 75 of file object_pick_and_place_simple.py.
| list object_pick_and_place_simple.x1 = [0, 0, -200, 0, 0, 0] |
Definition at line 73 of file object_pick_and_place_simple.py.
| list object_pick_and_place_simple.x2 = [0, 0, 200, 0, 0, 0] |
Definition at line 74 of file object_pick_and_place_simple.py.