RHD:Changelog and roadmap: Difference between revisions

From Rsewiki
No edit summary
No edit summary
Line 20: Line 20:




'''2.1 (somewhat in progress)'''
'''2.1 (testing)'''
* Improvement of client-sever communication to all variable data is exchanged on connect.
* Possibility to configure for soft-realtime through configuration. To run simulator in non-root environment. (AB:done)
* Possibility to configure for soft-realtime through configuration. To run simulator in non-root environment.  
* Add stage 2.1 simulator to package (LVM: in progress)
* Add stage 2.1 simulator to package (LVM: in progress)
* Debugging of auSerial and RS232 linesensor plugins
* Debuggnig of server's client handling (disconnected all clients on one-client disconnect)


'''2.2 (planned)'''
* Improvement of client-sever communication to all variable data is exchanged on connect.


== Previous releases ==
== Previous releases ==

Revision as of 00:32, 4 February 2009

RHD is a project in ongoing development.

This page will present the versions in development, and the roadmap for future releases. Files for these releases can be downloaded from the RHD:Downloads page


Current stable release

This version, is the recommended version for stable operation. This version should be found on the robots runnig the RSE flash

2.0 (trunk)

This version will implement the plug-in architecture, this is now the official way to write new hardware modules for RHD.

  • Major change: Plug-in architecture implementation (AB: done)
  • Build envoriment updated to handle shared libs and output structure (AB: done)
  • New ncurses client application for testing (AB: done)
  • Final testing (AB + LVM: in progress)


Versions in development

The list below, feature the current development versions of RHD. To obtain a version of RHD, that support new features, pick a version below. Remember, that this versions are not considered stable, before they are released. Requested features will be found in these versions.


2.1 (testing)

  • Possibility to configure for soft-realtime through configuration. To run simulator in non-root environment. (AB:done)
  • Add stage 2.1 simulator to package (LVM: in progress)
  • Debugging of auSerial and RS232 linesensor plugins
  • Debuggnig of server's client handling (disconnected all clients on one-client disconnect)

2.2 (planned)

  • Improvement of client-sever communication to all variable data is exchanged on connect.

Previous releases

Previous releases can be found here, with their change logs. Only use versions from this list, if some needed functions are broken in newer releases (and please inform the author if that is the case!)


1.1 (release tag)

  • Formailzed version numbering and first development version, using RSE SVN (AB:done)
  • Removed usleep(100) bug in GPS module (AB:done)
  • Implement NAA HakoCan functionality into main RHD branch (AB:done)
  • Added freerunning mode to scheduler to let simulator control time (AB:done)

1.0

  • AuSerial integrated in test version
  • HakoCan added in test version
  • Variable database API optimized