test
This commit is contained in:
parent
cb46ecb424
commit
142ac44f46
1 changed files with 2 additions and 5 deletions
7
main.py
7
main.py
|
@ -31,16 +31,13 @@ config = {
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
robot = RobotClient(HOST, PORT)
|
robot = RobotClient(HOST, PORT)
|
||||||
robot.set_joint_maxacc(2)
|
robot.set_joint_maxacc(2)
|
||||||
robot.set_joint_maxvelc(2)
|
robot.set_joint_maxvelc(2)
|
||||||
# robot.move_linear_cartesian(config["pre_grasp_position"])
|
# robot.move_linear_cartesian(config["pre_grasp_position"])
|
||||||
# robot.move_to_pose(config["pre_grasp_position"])
|
robot.move_to_pose(config["pre_grasp_position"])
|
||||||
# robot.move_to_pose(config["grasp_position"])
|
robot.move_to_pose(config["grasp_position"])
|
||||||
robot.move_to_pose(config["post_grasp_position"])
|
robot.move_to_pose(config["post_grasp_position"])
|
||||||
robot.close()
|
robot.close()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue