Giter Site home page Giter Site logo

ssl_slam3's Introduction

logo

Wang Han [homepage]               Profile views

  • :🌱: currently working in Huawei Singapore (Todmind Program).
  • 🎓 received Ph.D. in Nanyang Technological University.
  • 🔨 specialize in computer vision and robotics.

ssl_slam3's People

Contributors

wh200720041 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

ssl_slam3's Issues

not enough correct surf points

Hello @wh200720041,

Thank you for the great work.

I setup the repo on my PC (ubuntu 20.04, with noetic) and tried the ssl_slam3.launch with the standard bag file and it worked fine. When I launch the ssl_slam3_L515.launch for the live run though, I immediately get the messages "not enough correct surf points" and "not enough correct edge points" and the map spirals out. I tried with all frequencies and resolutions (for RGB and depth) and the issue is still the same.

Hoping you could assist with the same.

IMU bias

Hi, @wh200720041

I have test the code for a modified version of traditional spinning lidar.
The only modification is feature extraction, the moudle is implemented based on lio-sam.
After the adjustment, everything is ok ,and it seems normal with my data.

os32

I added a distortion correction module, use the imu preintegrate predict pose. But it seems something wrong, distortion correction did not work well.
I debug the question,and find out that the imu bias is small. It is not normal.

The possible reason maybe:

  1. the adjustment is not right.
  2. something wrong with the the imu preintegrate.

Can you give me some advice?
Thanks.

Derivation of jacobian of LidarEdgeFactor

hello, @wh200720041

Thanks for your great work.

I have a question about the derivation of jacobian formula in lidarOptimizationFactor.cpp

In factor LidarEdgeFactor:
Eigen::Matrix<double, 3, 15> dp_by_so3xyz = Eigen::Matrix<double, 3, 15>::Zero();
dp_by_so3xyz.block<3, 3>(0, 0) = - Ri * Utils::skew(curr_point);
dp_by_so3xyz.block<3, 3>(0, 3) = Eigen::Matrix3d::Identity();

I'm confused about why is a Ri here? how do you derive the formula?

Can you give me some help ?

Thanks

Derivation of jacobian formula

Hi, @wh200720041

Thanks for your great work.

I have a question about the derivation of jacobian formula in imuOptimizationFactor.cpp.

The residual function is:
`

// residual 1 = log[delta_r' * Ri' * Rj]
// residual 2 = Ri'* (0.5 * g *dt2 + Pj - Pi -Vi * dt) - delta_p
// residual 3 = Ri'* (g * dt + Vj - Vi) - delta_v
// residual 4 = b_aj - b_ai
// residual 5 = b_gj - b_gi

`

the optimized variable is r p v ba bg

I'm confused about how do you derive the formula
`

       jacobian_i.block<3, 3>(0, 0) = - Utils::Jr_so3_inv(rot_residual) * Rj.transpose() * Ri;
        jacobian_i.block<3, 3>(0, 12) = - Utils::Jr_so3_inv(rot_residual) * Rj.transpose() * Ri * corrected_delta_R * dr_dbg;

`

and jacobian_j.block<3, 3>(0, 0) = Utils::Jr_so3_inv(rot_residual);

Can you give me some help?

rslidar M1

I have a solid lidar called rslidar M1,could this code map successful on rslidar M1?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.