Functions | |
def | _ros_listToFloat64MultiArray (list_src) |
def | robotiq_2f_close () |
def | robotiq_2f_open () |
def | SET_ROBOT (id, model) |
def | shutdown () |
Variables | |
__dsr__id | |
__dsr__model | |
acc | |
list | accx = [100, 100] |
dont_write_bytecode | |
mod | |
string | my_robot_id = "dsr01" |
string | my_robot_model = "m1013" |
p0 = posj(0, 0, 0, 0, 0, 0) | |
p1 = posj(0, 0, 90, 0, 90, 0) | |
p2 = posj(180, 0, 90, 0, 90, 0) | |
pub_stop = rospy.Publisher('/'+ROBOT_ID +ROBOT_MODEL+'/stop', RobotStop, queue_size=10) | |
string | ROBOT_ID = "dsr01" |
string | ROBOT_MODEL = "m1013" |
srv_robotiq_2f_close = rospy.ServiceProxy('/' + ROBOT_ID + ROBOT_MODEL + '/gripper/robotiq_2f_close', Robotiq2FClose) | |
srv_robotiq_2f_open = rospy.ServiceProxy('/' + ROBOT_ID + ROBOT_MODEL + '/gripper/robotiq_2f_open', Robotiq2FOpen) | |
time | |
vel | |
list | velx = [50, 50] |
x1 = posx(0, 0, -200, 0, 0, 0) | |
x2 = posx(0, 0, 200, 0, 0, 0) | |
|
private |
Definition at line 41 of file pick_and_place_simple.py.
def pick_and_place_simple.robotiq_2f_close | ( | ) |
Definition at line 26 of file pick_and_place_simple.py.
def pick_and_place_simple.robotiq_2f_open | ( | ) |
Definition at line 23 of file pick_and_place_simple.py.
def pick_and_place_simple.SET_ROBOT | ( | id, | |
model | |||
) |
Definition at line 29 of file pick_and_place_simple.py.
def pick_and_place_simple.shutdown | ( | ) |
Definition at line 32 of file pick_and_place_simple.py.
|
private |
Definition at line 18 of file pick_and_place_simple.py.
|
private |
Definition at line 19 of file pick_and_place_simple.py.
pick_and_place_simple.acc |
Definition at line 79 of file pick_and_place_simple.py.
pick_and_place_simple.accx = [100, 100] |
Definition at line 76 of file pick_and_place_simple.py.
pick_and_place_simple.dont_write_bytecode |
Definition at line 11 of file pick_and_place_simple.py.
pick_and_place_simple.mod |
Definition at line 83 of file pick_and_place_simple.py.
string pick_and_place_simple.my_robot_id = "dsr01" |
Definition at line 53 of file pick_and_place_simple.py.
string pick_and_place_simple.my_robot_model = "m1013" |
Definition at line 54 of file pick_and_place_simple.py.
pick_and_place_simple.p0 = posj(0, 0, 0, 0, 0, 0) |
Definition at line 69 of file pick_and_place_simple.py.
pick_and_place_simple.p1 = posj(0, 0, 90, 0, 90, 0) |
Definition at line 70 of file pick_and_place_simple.py.
pick_and_place_simple.p2 = posj(180, 0, 90, 0, 90, 0) |
Definition at line 71 of file pick_and_place_simple.py.
pick_and_place_simple.pub_stop = rospy.Publisher('/'+ROBOT_ID +ROBOT_MODEL+'/stop', RobotStop, queue_size=10) |
Definition at line 61 of file pick_and_place_simple.py.
string pick_and_place_simple.ROBOT_ID = "dsr01" |
Definition at line 15 of file pick_and_place_simple.py.
string pick_and_place_simple.ROBOT_MODEL = "m1013" |
Definition at line 16 of file pick_and_place_simple.py.
pick_and_place_simple.srv_robotiq_2f_close = rospy.ServiceProxy('/' + ROBOT_ID + ROBOT_MODEL + '/gripper/robotiq_2f_close', Robotiq2FClose) |
Definition at line 67 of file pick_and_place_simple.py.
pick_and_place_simple.srv_robotiq_2f_open = rospy.ServiceProxy('/' + ROBOT_ID + ROBOT_MODEL + '/gripper/robotiq_2f_open', Robotiq2FOpen) |
Definition at line 66 of file pick_and_place_simple.py.
pick_and_place_simple.time |
Definition at line 83 of file pick_and_place_simple.py.
pick_and_place_simple.vel |
Definition at line 79 of file pick_and_place_simple.py.
pick_and_place_simple.velx = [50, 50] |
Definition at line 75 of file pick_and_place_simple.py.
pick_and_place_simple.x1 = posx(0, 0, -200, 0, 0, 0) |
Definition at line 73 of file pick_and_place_simple.py.
pick_and_place_simple.x2 = posx(0, 0, 200, 0, 0, 0) |
Definition at line 74 of file pick_and_place_simple.py.