Merged in fix/PreintegrationParamsPublic (pull request #186)

Make CombinedPreintegrated::Params public.
release/4.3a0
Frank Dellaert 2015-10-07 09:19:48 -07:00
commit 3ea4128679
1 changed files with 2 additions and 0 deletions

View File

@ -59,6 +59,8 @@ namespace gtsam {
*/
class PreintegratedCombinedMeasurements : public PreintegrationBase {
public:
/// Parameters for pre-integration:
/// Usage: Create just a single Params and pass a shared pointer to the constructor
struct Params : PreintegrationBase::Params {