| 1 | RWTH - Mindstorms NXT Toolbox version 4.04 (stable) |
|---|
| 2 | |
|---|
| 3 | * New features: |
|---|
| 4 | o Support for new sensors: |
|---|
| 5 | + LEGO NXT 2.0 Color (see OpenNXT2Color, GetNXT2Color) |
|---|
| 6 | + HiTechnic Color V2 (see OpenColor, GetColor) |
|---|
| 7 | + HiTechnic EOPD (see OpenEOPD, CalibrateEOPD, GetEOPD) |
|---|
| 8 | * Bugfixes: |
|---|
| 9 | o Fixed a bug (timeout too small) in GetSound that caused data to be 0 for 200ms after opening the sensor |
|---|
| 10 | o Fixed a bug that limited the maximum TachoLimit for NXTMotor to 99999 instead of 999999 |
|---|
| 11 | * Improvements / changes: |
|---|
| 12 | o Recommended LEGO firmware is now version 1.28 or better |
|---|
| 13 | o Updated MotorControl to current version 2.2 (recompiled with new compiler for better stability) |
|---|
| 14 | o Added warnings for analog sensor Get-functions in case data do not become valid |
|---|
| 15 | o Increased time out periods in analog sensor Get-functions |
|---|
| 16 | o Toolbox optimization is not necessary anymore since MATLAB Release 2010a (version 7.10 and newer), added version check to OptimizeToolboxPerformance |
|---|
| 17 | o Added some clarifactions to documentation about Bluetooth for serial port devices on Mac OS |
|---|
| 18 | o Minor documentation updates (fixed typos and some broken links) |
|---|
| 19 | * Known bugs and limitations: |
|---|
| 20 | o USB connections on Windows 64bit systems can be problematic, this depends on MATLAB and the Fantom driver. As workaround a 32bit version of MATLAB is recommended. |
|---|
| 21 | o Trying to open USB handles on Linux with no NXT connected but old handles still open can rarely lead to MATLAB crashing. Using COM_CloseNXT prevents this. |
|---|
| 22 | o Mixing methods from the NXTMotor class and the function DirectMotorCommand can lead to warnings or other problems. |
|---|
| 23 | o System functions, especially I/O Map Module functions, do not work with USB-connections in Windows (they do work with Bluetooth on Windows, and with both USB and BT on Linux). |
|---|
| 24 | o For an up-to-date list of bugs, issues and feature requests, see http://www.mindstorms.rwth-aachen.de/trac/report |
|---|
| 25 | * October 1st, 2010 |
|---|