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
Given the angles of each joint, what does the robot look like?
π
Inverse Kinematics
What are the angles of each joint to make the robot look the way I want? Is it even possible? Why or why not?
π
Uniform Movements
If all of the legs behaved the same way, how will the hexapod robot as a whole behave?
π
Customizability
Set the dimensions and shape of the robot's body and legs. (6 parameters)
π
Usability
Control the camera view, pan, tilt, zoom, whatever.
π
Simplicity
Minimal dependencies. Depends solely on Numpy for calculations. Uses only Plotly Dash for plotting, Dash can be safely replaced if a better 3d plotting library is available.
β
Stability Check (WIP)
If we pose the robot in a particular way, will it fall over?
β
Fast
Okay, it's not as fast as I wanted, but when run locally, it's okay
β
Bug-free
Fine, right now there's still room for improvement