Note: You can view the full content of our pages on any browser or Internet device. However, our pages look best in browsers that support Web Standards.

Core LEGO MINDSTORMS Programming

Updates

Below you will find updates and errata corrections.

Chapter 1

Chapter 2

Page 80. legOS currently allows floating point operations.

Chapter 7

Chapter 8

Pages 280-281. The code for robots that use Navigator classes is highly interchangeable, however since Trilobot uses two bumper sensors and Tippy Senior uses only one sensor, the code must be altered slightly. To fix this, remove the LeftBump and RightBump objects, then replace them with a single Bump class that uses input S2 instead of S1 and S3.

Chapter 11