From 798ac78f6d513f399bdd34a85dcb891a5c305f11 Mon Sep 17 00:00:00 2001 From: JohsBL Date: Thu, 7 Jun 2018 16:21:24 +0200 Subject: [PATCH] Updated --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aa2d1b2..e352084 100644 --- a/README.md +++ b/README.md @@ -95,8 +95,8 @@ To hand in the game solution please send the relevant files (the ones you change I hope you will have fun solving this little game. If you have any questions or need other game information either write me or look around in the **flappy_main_game** folder. Here is some other helpful information for solving the task. Scaling: 1 pixel = 0.01 meter -Game and sensor update rates: 30 fps -The velocity is noise free +Game and sensor update rates: 30 fps +The velocity measurement is noise free Max acceleration x: 3.0 m/s^2 Max acceleration y: 35.0 m/s^2 Axis convention: x →, y ↑