Hello
I am working with a UR5 robot, equipped with a Robotiq 2F-85 gripper. I need to execute a pick and place trajectory. In order to activate the gripper, I have followed the instructions here (//www.sinclairbody.com/forum/attachment.php?aid=2663), and added the rq_move_and_wait() commands.
I then selected the post processor as Universal_Robots_Robotiq, and generated the program (PickAndPlaceDetach.urp). I tried running this program on the URSim software, where I get this error:
It seems weird, because the variable OBJ is being defined in the program, but it still throws an error. Similar errors are found for other variables as well. I got past these errors by declaring these variables at the top, outside the main function. But this results in the robot not moving at all, even though the program does not error out.
I would appreciate any help on this matter. Thank you
I am working with a UR5 robot, equipped with a Robotiq 2F-85 gripper. I need to execute a pick and place trajectory. In order to activate the gripper, I have followed the instructions here (//www.sinclairbody.com/forum/attachment.php?aid=2663), and added the rq_move_and_wait() commands.
I then selected the post processor as Universal_Robots_Robotiq, and generated the program (PickAndPlaceDetach.urp). I tried running this program on the URSim software, where I get this error:
It seems weird, because the variable OBJ is being defined in the program, but it still throws an error. Similar errors are found for other variables as well. I got past these errors by declaring these variables at the top, outside the main function. But this results in the robot not moving at all, even though the program does not error out.
I would appreciate any help on this matter. Thank you