Open GoogleCodeExporter opened 9 years ago
Original comment by khaled.osmaan
on 25 Jul 2012 at 8:49
Original comment by khaled.osmaan
on 2 Aug 2012 at 8:49
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
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
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
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
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
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
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
Original issue reported on code.google.com by
khaled.osmaan
on 25 Jul 2012 at 8:28