pioneers / pimulator-js

Portable robotics simulator for the Pioneers in Engineering robotics kit (JavaScript edition)
3 stars 1 forks source link

[UI/UX] Quality of Life improvements to the code + test cycle #95

Open quantumfusion opened 3 years ago

quantumfusion commented 3 years ago

A common paradigm when using and IDE is the ability to compile the code and immediately run it. This reduces number of clicks and in conjunction with keyboard shortcuts, can speed up the development process considerably.

So a couple of ideas to help with this:

charleshong3 commented 3 years ago

Pressing "Upload Field" during teleop or while there is no simulation active resets the field objects. Do you think that's sufficient for the second bullet point?