This repository has been archived by the owner on Jul 14, 2021. It is now read-only.
Proper testing "apparatus" for the webapp and robot #44
Labels
apprentice
This opportunity is meant for those looking for a challenge
enhancement
New feature or request
help wanted
Extra attention is needed
Milestone
One of the nuances with how the webapp is structured is that you need access to the hardware in order to fully ensure that all functionality works as expected. This is inconvenient when having multiple people work on hardware-dependent features, such as the sensor charts page or autonomous mode.
A possible solution would be to make a fake robot that simulates the sensor readings and allows developers to interact with it, as if it were the real thing. For now, it would be a virtual robot that's connected via websockets and spews out random data, except for the GPS.
The text was updated successfully, but these errors were encountered: