diff --git a/new_main.py b/new_main.py index 43d049d..1110516 100644 --- a/new_main.py +++ b/new_main.py @@ -153,4 +153,4 @@ rospy.init_node("I_still_have_some_hope") # Am I wrong?? hover_distance = 0.2 left_pnp = PickAndPlace('left', hover_distance) -print(brickstuff[0]['pose']) \ No newline at end of file +pick(brickstuff[0]['pose']) \ No newline at end of file