I want to plan robot's motion according to S curve profile.I am following the bellow mention article,which contain basics related to S curve motion profiles in robotic platforms.
https://www.pmdcorp.com/resources/type/articles/get/mathematics-of-motion-control-profiles-article
And for this purpose I am using one sigmoidal function,
https://en.wikipedia.org/wiki/Sigmoid_function
After using this equation I am getting S curve,but problem is that as mentioned in article (link-1) I also want constant phase (a straight line) in middle of this S curve.
Is there any other equation or any other method available to achieve this type of S curve profile.
I don't really see a sigmoid function here... just some piecewise constants and piecewise linear functions .
Here is a Python example
Plot acceleration
Jerk calculation using derivative of acceleration then plot of jerk
Speed calculation using integration of acceleration then plot of speed
Position calculation using integration of speed then plot of position