MINS icon indicating copy to clipboard operation
MINS copied to clipboard

An efficient and robust multisensor-aided inertial navigation system with online calibration that is capable of fusing IMU, camera, LiDAR, GPS/GNSS, and wheel sensors. Use cases: VINS/VIO, GPS-INS, LI...

Results 29 MINS issues
Sort by recently updated
recently updated
newest added

Thank you for your great work. We have carefully read your paper. We want to conduct research on your Trail dataset,Can you share it?

Thanks for the great work. Is there a plan to provide ROS2 support ?

enhancement

This issue is mentioned in https://github.com/ros-perception/perception_pcl/issues/351, find pcl first will cause catkin didn't set correct CMAKE_PREFIX_PATH, leading to an error.

![image](https://github.com/rpng/MINS/assets/134467913/53553cff-bdbe-41e5-829c-ca44ca595dd4)

I managed to compile and run the software on ros2, but I'm not happy yet with the results, but I'm not sure what the issue is. I can start it...

in this line: ``` Phi_tr.block(3, 0, 3, 3) = -R_3D.transpose() * skew_x(R_3D.transpose() * (new_p - p_3D)); ``` I think `new_p` is equal to `(p_3D + R_3D.transpose()*v*dt)`, then the line comes...

bug
documentation

Thanks for your wonderful job. When I adopt livox lidar with point time relative to first point time, header time use first lidar point time, but traj is drift than...

bug

In the repository, only UD_Spencer and UD_Warehouse data files are provided in the mins_data/FloorPlans folder. How can I obtain the plane data files for other datasets in BSplineDataset? How do...

This should allow people to build the project on ROS2. I also added a configuration option to allow compressed images to be used

When I ran the `rosbag.launch`, the program runs very slow, it seems to run in real time. Did I set some parameters wrong? I just use camera and imu, set...