You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code in this repository provides stop-motion animation of foot trajectory in sagittal plane of quadruped robots.
If you want to deploy it in your project, you can change the corresponding variables in the code according to the mechanical structure parameters of your robot.
The code in this repository provides a set of console version of the quadruped robot forward kinematic algorithm. Through the interaction with the console, the quadruped robot forward kinematic algorithm can be easily understood. The following shows some parameters and definition of coordinate system in the code.
The positive directions of gamma , alpha and beta is the direction indicated by the arrow in the figure.
The picture shows the right legs of quadruped robots.
If you want to deploy it in your project, you can remove all input and output stream statements in order to simplify the code and save resources.
The code in this repository provides a set of console version of the quadruped robot inverse kinematic algorithm. Through the interaction with the console, the quadruped robot inverse kinematic algorithm can be easily understood. The following shows some parameters and definition of coordinate system in the code.
The positive directions of gamma , alpha and beta is the direction indicated by the arrow in the figure.
The picture shows the right legs of quadruped robots.
If you want to deploy it in your project, you can remove all input and output stream statements in order to simplify the code and save resources.