Search found 1 match

by dave-parker
12 Oct 2010, 20:16
Forum: Mindstorms Software
Topic: Regulation time
Replies: 17
Views: 19869

Re: Regulation time

Indeed, 100ms per iteration is really slow! Even a simple control loop in NXT-G can execute over 10x this fast. This explains how the simple go-straight My Block that my FLL team made this year, which is very simple and P-only (not PID), seems to outperform the standard Move block on robots of all t...