robotics trajectory generation with simulink
Show older comments
Hello,
I want to implement on simulink a trajectory generation for robotics applications.
The input is the position , for example 2.5m
I need to generate the trajectory in order to have a final position ( for ex 2.5m) while respecting the following criterias : I have to respect some criterias :
acceleration : 22m/s-2 deceleration : 12m/s-2 Maximum velocity: 3m/s
In fact the only variable i can adjust is the velocity in order to reach the position target by respecting acceleration & deceleration criteria.
I was thinking of a statemachine , have you got any ideas to make it as simple as possible?
Thanks a lot for your ideas.
Answers (1)
Birdman
on 14 Apr 2018
0 votes
I made a simple model where you reach your position target either by a ramp function, or a sinusoidal function. Open the model attached and run it to see what I did. Hope this helps. There are annotations to help you understand what the model actually does.
1 Comment
baptiste giroud
on 15 Apr 2018
Categories
Find more on Robotics in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!