gitignore
This commit is contained in:
parent
142ac44f46
commit
752dd0afca
2 changed files with 3 additions and 2 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
__pycache__
|
4
main.py
4
main.py
|
@ -37,8 +37,8 @@ def main():
|
|||
robot.set_joint_maxvelc(2)
|
||||
# robot.move_linear_cartesian(config["pre_grasp_position"])
|
||||
robot.move_to_pose(config["pre_grasp_position"])
|
||||
robot.move_to_pose(config["grasp_position"])
|
||||
robot.move_to_pose(config["post_grasp_position"])
|
||||
# robot.move_to_pose(config["grasp_position"])
|
||||
# robot.move_to_pose(config["post_grasp_position"])
|
||||
robot.close()
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue