dddvision / functionalnavigation

Trajectory Optimization Manager for Multiple Algorithms and Sensors (TOMMAS)
3 stars 4 forks source link

TOMMAS needs a version control policy #51

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Check out the TOMMAS framework.
2. Check out a third-party component (i.e. UCF's PointBasedMeasure).
3. Run test('PointBasedMeasure') at the MATLAB prompt.

What is the expected output? What do you see instead?

If the interface versions do not match, then instead of running tests on the 
component, the script may report that the component is disconnected.

There needs to be a version control policy that:
* Provides meaningful version and compatibility information.
* Limits the frequency of version updates (e.g. once per year)
* Maximizes backward compatibility whenever possible.
* Offers instructions for upgrading.

Original issue reported on code.google.com by dddvis...@gmail.com on 5 Jul 2011 at 10:31