Skip to content

Commit

Permalink
update OdometryOpenVINS implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
borongyuan committed Sep 28, 2023
1 parent 3c59f72 commit ddb1595
Show file tree
Hide file tree
Showing 2 changed files with 246 additions and 332 deletions.
6 changes: 3 additions & 3 deletions corelib/include/rtabmap/core/odometry/OdometryOpenVINS.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

namespace ov_msckf {
class VioManager;
struct VioManagerOptions;
}

namespace rtabmap {
Expand All @@ -52,11 +53,10 @@ class RTABMAP_CORE_EXPORT OdometryOpenVINS : public Odometry
private:
#ifdef RTABMAP_OPENVINS
std::unique_ptr<ov_msckf::VioManager> vioManager_;
std::unique_ptr<ov_msckf::VioManagerOptions> params_;
bool initGravity_;
Transform previousPose_;
Transform previousLocalTransform_;
Transform imuLocalTransform_;
std::map<double, IMU> imuBuffer_;
Transform imuLocalTransformInv_;
#endif
};

Expand Down
Loading

0 comments on commit ddb1595

Please sign in to comment.