2RS-Viewer
The purpose of this system is to show the following data:
- The current athlete's heartbeat (in beats per minute - BPM);
- The current power performed by the athlete (in watts);
- The current speed performed by the athlete (in Rows per Minute - RPM);
- The time elapsed (in minutes and seconds - min:s)
- The current difficulty (as integer)
- An animation of the current athlete performance;
- An animation of the corresponding ideal performance.
Contributing
Installing Godot
Importing the Project
-
Clone this repository:
$ git clone git@github.com:remarema-unb/2rs-viewer.git
- Start Godot
- Click on Import button
- Locate the project directory
- Select the
project.godot
file
- Click on Import & Edit button
Executing the 2RS-Viewer in Development
-
If you have a local instance of 2RS-Controller, start it before executing 2RS-Viewer
- If you don't have a local instance, using a terminal go to the
mocks/controller
directory
-
Start the mocked 2RS-Controller:
$ sudo docker-compose up
- In Godot, click on Play button (or press
F5
key)
History
Figure 1 - 2RS-Viewer v0.0.0.1