I would like to design a URCap that, given 3 waypoints, makes the robot perform a Circle Move through the 3 waypoints.
My idea is to put the move actions I need plus the definition of the 3 waypoints in the same node.
How can I design a Node View and Node Contribution of the waypoints similar to the waypoint in Polyscope?
I would like to know that as well, I am planning to create a Node that represents a Waypoint but only for further transformations to it, and not to move to directly which is not possible with default waypoints afaik currently!
I saw that post, but I don’t have idea I could I design the Waypoint user interface and logic like the one shown in Polyscope. So I can teach the robot the Waypoint through Freedrive or the Move tab, get the position and then apply all the trasformations I need to perform the circle movement.
Can you help me with that?