| 17 | | <li>Comprehensive new help section "Tutorial: Programming Robots" (covers USB/Bluetooth connections, motor and sensor control)</li> |
| 18 | | <li>New example <code>Example_5_MoveUpAndDown</code> added to demos-folder</li> |
| 19 | | <li>Included tool <code>ToolboxTest</code> again, added and updated new tests and integrity checks</li> |
| 20 | | </ul> |
| 21 | | <li><b>Bugfixes:</b></li> |
| 22 | | <ul> |
| 23 | | <li>Workaround for Linux to prevent MATLAB from crashing when opening USB handles with no NXT device connected |
| 24 | | if a NXT was connected via USB before (possible bug in libusb?). Always remember to clean up your handles after use!</li> |
| 25 | | </ul> |
| 26 | | <li><b>Improvements / changes:</b></li> |
| 27 | | <ul> |
| 28 | | <li>Improved tool <code>ToolboxUpdate</code> (can download zip-files now)</li> |
| 29 | | <li>Updated documentation in various places</li> |
| 30 | | </ul> |
| 31 | | <li><b>Known bugs and limitations:</b></li> |
| 32 | | <ul> |
| 33 | | <li>Trying to open USB handles on Linux with no NXT connected but old handles still open can lead to MATLAB crashing. Using <code>COM_CloseNXT</code> prevents this. |
| | 17 | <li>No new features / no code changes in this release</li> |
| | 18 | </ul> |
| | 19 | <li><b>Improvements</b></li> |
| | 20 | <ul> |
| | 21 | <li>Fixed broken <i>See also:</i> links in function help-files</li> |
| | 22 | <li>Corrected minor typos in motor control tutorial</li> |
| | 23 | <li>Added default Bluetooth configuration files for Linux (called <code>rfcomm0.ini</code> to <code>rfcomm6.ini</code>) |
| | 24 | </ul> |
| | 25 | <li><b>Known bugs and limitations:</b></li> |
| | 26 | <ul> |
| | 27 | <li>Trying to open USB handles on Linux with no NXT connected but old handles still open can rarely lead to MATLAB crashing. Using <code>COM_CloseNXT</code> prevents this. |
| | 62 | |
| | 63 | <h3>RWTH - Mindstorms NXT Toolbox version 4.02</h3> |
| | 64 | <ul> |
| | 65 | <li><b>New features:</b></li> |
| | 66 | <ul> |
| | 67 | <li>Comprehensive new help section "Tutorial: Programming Robots" (covers USB/Bluetooth connections, motor and sensor control)</li> |
| | 68 | <li>New example <code>Example_5_MoveUpAndDown</code> added to demos-folder</li> |
| | 69 | <li>Included tool <code>ToolboxTest</code> again, added and updated new tests and integrity checks</li> |
| | 70 | </ul> |
| | 71 | <li><b>Bugfixes:</b></li> |
| | 72 | <ul> |
| | 73 | <li>Workaround for Linux to prevent MATLAB from crashing when opening USB handles with no NXT device connected |
| | 74 | if a NXT was connected via USB before (possible bug in libusb?). Always remember to clean up your handles after use!</li> |
| | 75 | </ul> |
| | 76 | <li><b>Improvements / changes:</b></li> |
| | 77 | <ul> |
| | 78 | <li>Improved tool <code>ToolboxUpdate</code> (can download zip-files now)</li> |
| | 79 | <li>Updated documentation in various places</li> |
| | 80 | </ul> |
| | 81 | <li><b>Known bugs and limitations:</b></li> |
| | 82 | <ul> |
| | 83 | <li>Trying to open USB handles on Linux with no NXT connected but old handles still open can lead to MATLAB crashing. Using <code>COM_CloseNXT</code> prevents this. |
| | 84 | <li>Mixing methods from the <code>NXTMotor</code> class and the function <code>DirectMotorCommand</code> can lead to warnings or other problems.</li> |
| | 85 | <li>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).</li> |
| | 86 | </ul> |
| | 87 | <li>October 6th, 2009</li> |
| | 88 | </ul> |
| | 89 | |