Skip to content

Releases: mithi/hexapod-robot-simulator

Bump versions, fix css paths

05 Jan 20:28
e997b19
Compare
Choose a tag to compare
Pre-release

See PR #111
for details

Better user experience.

29 Apr 13:43
929b6bb
Compare
Choose a tag to compare
Pre-release
  • 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

More polished kinematics algorithm.

23 Apr 14:38
Compare
Choose a tag to compare
Pre-release

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

Dark Mode!

16 Apr 19:49
35cac5c
Compare
Choose a tag to compare
Dark Mode! Pre-release
Pre-release
  • Add Dark Mode as default page style
  • Improve UI
  • Make some settings customizable
  • Improve code quality
  • Add a few tests
  • Fix a few bugs

First pre-release!

09 Apr 21:26
Compare
Choose a tag to compare
First pre-release! Pre-release
Pre-release

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