I am attempting to plot an elliptical path. I calculate the run over rise of the intersection circles breaking it into short straight line moves. Then using movel with an altered pose the tool is moved. The calculations are sound and the path is correct and accurate. The problem is at the end of each of the line segments the tool is raised slightly. (I am using a pen to paper to insure I'm getting the correct path. The line produced is a series of dashes.) I have attempted to use the robots force functions and thought it was too coarse. I installed the Robotiq force sensor and altered the program to utilize it. While the robot follows the surface contour with greater reliability the lifting continues.I tried to change to movec using every-other calculate point as the "pose_via" but I do not know how to define the ever changing radius and the function complained about the lack of it.
I am attempting to plot an elliptical path. I calculate the run over rise of the intersection circles breaking it into short straight line moves. Then using movel with an altered pose the tool is moved. The calculations are sound and the path is correct and accurate. The problem is at the end of each of the line segments the tool is raised slightly. (I am using a pen to paper to insure I'm getting the correct path. The line produced is a series of dashes.) I have attempted to use the robots force functions and thought it was too coarse. I installed the Robotiq force sensor and altered the program to utilize it. While the robot follows the surface contour with greater reliability the lifting continues.
I tried to change to movec using every-other calculate point as the "pose_via" but I do not know how to define the ever changing radius and the function complained about the lack of it.