Hello,
for a search move i have created a helix like path. Right now I use small increments and the robot moves to the desired points. It would be better if the robot didn´t accelerate, move with constant speed and the deccelerate again for such small increments. Is there any command that can do this?
Up to now I found speedl(…) and speedj(…) but I think that won´t work correct because the path is a “curved” path.
The small black circles should indicate the “keypoints”, these are e.g. with a increment of 45degrees, just for explanation. In Reality they should be very small of course.
The keypoints are calculated using a conversion from polar coordinates to cartesian coordinates.
The formula r = factor * angle (in polar coordinates) gives a helix path. See “Archimedean spiral”