gitignore

This commit is contained in:
Falloimitator 2025-05-22 14:39:47 +03:00
parent 142ac44f46
commit 752dd0afca
2 changed files with 3 additions and 2 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
__pycache__

View file

@ -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()