Delta Robot Optimum Path Planning by complete Dynamic Model, including stiffness of the structure
Loading...
3,437
Loading...
Uploader Comments (JensOverby)
Video Responses
This video is a response to 20th birthday of the Delta Robot
Loading...
what program are you using to do this?
budsiskos 2 years ago
It is important to mention that this is not an offline simulation. It is a "realtime" PathPlanner, in the sense that it only uses a few millisecs for each straight line and polynomial blend zone calculation. Of course a Pathplanner can never be completely realtime, as it is by definition a component that plans ahead in time. The PathPlanner and the graphics are completely my own, written in C++. Runs on both Linux and Windows.
JensOverby 2 years ago
In principle, the graphics is programmed in OpenGL, but I have cheated a bit, and uses an open source Scene Graph called OpenSG.
JensOverby 2 years ago