Hello Aswin,
absolutely amazing mechanical engineering!
Great that you also made the educational video.
charis
Search found 2 matches
- 02 Dec 2012, 18:51
- Forum: Mindstorms Projects
- Topic: A motorized gearbox
- Replies: 8
- Views: 13525
- 02 Dec 2012, 18:36
- Forum: Mindstorms Projects
- Topic: My previous nztasy stuff
- Replies: 6
- Views: 12431
Re: My previous nztasy stuff
Hello, it's long time ago, but look at the code below. Hope it helps. br charis void ScanCube() { SetSensorColorFull(IN_1); ScanFace(BACKFACE,UPPERRIGHT,UPPERLEFT,DOWNLEFT,DOWNRIGHT,DOWNMID,MIDLEFT,UPPERMID,MIDRIGHT,0); Tilt(); // ChR added cube to settle down GrabCubeSlow(); ReleaseCubeSlow(); Scan...