dddvision / functionalnavigation

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

Request to support DynamicModel parameter blocks that have a range less than 32 bits #46

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
It would be nice if the range of the integers could differ for each 
DynamicModel. For example, this could be important if you only need 2 bits per 
parameter block, leaving 30 bits in the model definition that do nothing (they 
don’t change the shape of the trajectory). This feature could be implemented 
by providing the member functions initialParameterRange () and 
extensionParameterRange(). An implementation that uses 2 bits would return 3, 
and an implementation that uses all 32 bits would return 4294967295. We can 
assume that the lower bound of the range is 0.

Original issue reported on code.google.com by dddvis...@gmail.com on 26 Jan 2011 at 9:33