Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 557 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 557 Bytes

Simulation-of-a-point

Problem Statement

Generate a simulation of a point that follows the trajectory given below trajectory Such that the swing phase takes 80%, and the supporting phase (stance) takes 20% of the total time T. The suitable values of h, S, base joint height, and T are taken to generate the given trajectory. Also, a smooth change in acceleration at any point of the trajectory is maintained.

Use pyhon to generate the simulation.