TheCoderPal / terasoft-summer-reunited

Automatically exported from code.google.com/p/terasoft-summer-reunited
0 stars 0 forks source link

K7. As a user, I can run on the treadmill to restore my immunity. #5

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The system should detect if the player is running by tracking the player's 
skeleton through the kinect sensor and keep track of his distance/velocity to 
increase the immunity by a certain amount.

Original issue reported on code.google.com by khaled.osmaan on 25 Jul 2012 at 8:28

GoogleCodeExporter commented 9 years ago

Original comment by khaled.osmaan on 25 Jul 2012 at 8:49

GoogleCodeExporter commented 9 years ago

Original comment by khaled.osmaan on 2 Aug 2012 at 8:49

GoogleCodeExporter commented 9 years ago
this issue was updated by r41.
http://code.google.com/p/terasoft-summer-reunited/source/detail?r=41

Original comment by khaled.osmaan on 2 Aug 2012 at 8:51

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r89.

Added class RunningGesture which includes checking the gesture needed to run 
the treadmill

Original comment by khaled.osmaan on 4 Aug 2012 at 11:32

GoogleCodeExporter commented 9 years ago
this issue was updated by r125
http://code.google.com/p/terasoft-summer-reunited/source/detail?r=125

Original comment by khaled.osmaan on 6 Aug 2012 at 9:16

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r139.

Added constant values which are min values between joints and min values moved 
etc to class Constants and used them from there instead

Original comment by khaled.osmaan on 7 Aug 2012 at 12:12

GoogleCodeExporter commented 9 years ago
this issue was updated by r155
http://code.google.com/p/terasoft-summer-reunited/source/detail?r=155

Original comment by khaled.osmaan on 7 Aug 2012 at 3:32

GoogleCodeExporter commented 9 years ago
bug : i run for long time and it just print one or two runs in console and keep 
recognizing punch.

Original comment by hollaxy...@gmail.com on 11 Aug 2012 at 1:16

GoogleCodeExporter commented 9 years ago
In class Gesture,GestureController : 
1)you initialize instance variables before constructor.Initializing need to be 
inside constructor.

in all classes :
1)You keep writing this. actually you do not need all that because you are 
using unique names so no need for this.(name)

2)Remove unused using statements.

Original comment by hollaxy...@gmail.com on 14 Aug 2012 at 9:31