Hexapod Robot Simulator Versions Save

A hexapod robot simulator built from first principles

v0.3.0

3 years ago

v0.2.0-alpha.4

4 years ago
  • When a link is clicked in the header nav bar, the page is no longer refreshed, only the page-content is updated so the user doesn't have to reload everything
  • Another small change but very significant and has a high impact in user experience is that, for each page upon loading, a default figure is rendered. Before this, we had to wait for the callback to fire before rendering the default graph, and for each page callback we have to check it a currently rendered graph exists. This is no longer the case, the user experience is significantly improved.
  • Massive modifications in code style and naming conventions

v0.2.0-alpha.3

4 years ago

For solving hexapod orientation for kinematics page:

  • Prefer stable poses where the legs are not adjacent to each other
  • Introduce some randomness so we are not bias in choosing on stable position over another

v0.2.0-alpha.1

4 years ago
  • Add Dark Mode as default page style
  • Improve UI
  • Make some settings customizable
  • Improve code quality
  • Add a few tests
  • Fix a few bugs

v0.2.0-alpha.0

4 years ago

This release has all the kinematics and inverse kinematics functions however, the app has not yet been thoroughly tested yet.