Merged in fix/PreintegrationParamsPublic (pull request #186)
Make CombinedPreintegrated::Params public.release/4.3a0
commit
3ea4128679
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue