Add first part of ziegler method, refine shell comands to parse output via python
Implement adaptive threshhold for line Following. AMiRo can now be calibrated and the sensor values with the maximum thesh will be set as guiding thresholds
Investigating delta
Constants added
Create PID controller which needs adjustment
Create rudimentary line following with front proxi sensors
updated README to ChibiOS ver_2.6.8 commit
Added compatibility for AMiRo-BLT 1.1.x
Fix stack overflow in DiWheelDrive due to access of non-started gyro thread
Signed-off-by: Timo Korthals <tkorthals@cit-ec.uni-bielefeld.de>
Wii steering slightly enhanced.It is now possible to use the controller horizontally as well as vertically.
README.txt slightly updated.
All outputs that were still printed to SD1 (on-board serial connector) have been switched to global.sercanmux1 (SD1-CAN-multiplexer)
Integrated the Wiimote demo to the PowerManagement logic.
The blouetooth drivers were slightly enhanced.
Constants.h: renamed CAN::UPDATE_PERIOD_MSEC to CAN::UPDATE_PERIOD
Added functions to reset the motor gains.
Fixed typo in authors list
Added some additional information in the README.txt file.
README.txt: deleted surplus blank line.
FIX: Odometry thread stack size increased to prevent stack overflows.
README.txt updated:- maximum line width was increased to 80 (from 70)- several updates on content and structure
Minor tweak on the order in which the devices are compiled and flashed.
Adapted the OS to be compatible with the new bootloader version 1.0.
flash.mk: removed debug output
Merged recent modifications from development branch:- proximity sensor frequency was increased from 8Hz to 125Hz- system synchronization frequency was increased from 8Hz to 16Hz- I2C bus clearing functionality was improved- magnetometer and gyroscope data are now available to the whole system...
Re-inserted several Doxygen comments, which had been removed earlier.
CITEC acknowledgment text was modified to the preferred wording.
Initial commit of AMiRo-OS version 1.0. This is the first version released open source.