Giter Site home page Giter Site logo

sp-slam's People

Contributors

fishmarch 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  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

sp-slam's Issues

编译时文件缺失

/SP-SLAM-master/Thirdparty/g2o/g2o/types/../core/openmp_mutex.h:30:10: fatal error: ../../config.h: No such file or directory
#include "../../config.h"
^~~~~~~~~~~~~~~~

Some problems about Surfels.h

Surfel exp_update(const Eigen::Matrix<double, 6, 1> &update);   
Vector6d surfel_log_error(const Surfel &newone);
Vector6d surfel_plane_error(const Surfel &newone); 

These are three functions' declaration in Surfels.h.
But i cannot find the definition of these three functions in Surfels.cc.

关于程序运行

您好,编译后使用TUM数据集测试时,报错如下:

terminate called after throwing an instance of 'std::bad_alloc'
what(): std::bad_alloc
已放弃 (核心已转储)

是我的编译有错误还是代码某处需要修改

About some parameters

There are some parameters in the 'optimizer.cc' file that I don't know why set them like that.

  double angleInfo = Config::Get<double>("Plane.AngleInfo");
  angleInfo = 3282.8/(angleInfo*angleInfo);
  double disInfo = Config::Get<double>("Plane.DistanceInfo");
  disInfo = disInfo* disInfo;
  double parInfo = Config::Get<double>("Plane.ParallelInfo");
  parInfo = 3282.8/(parInfo*parInfo);
  double verInfo = Config::Get<double>("Plane.VerticalInfo");
  verInfo = 3282.8/(verInfo*verInfo);
  double planeChi = Config::Get<double>("Plane.Chi");
  const float deltaPlane = sqrt(planeChi);
  double VPplaneChi = Config::Get<double>("Plane.VPChi");
  const float VPdeltaPlane = sqrt(VPplaneChi);

I don't know why use 3282.8, 3282.8/(angleInfo*angleInfo), disInfo = disInfo* disInfo,
and all parameters about Plane, like Chi, VPChi,VerticalInfo.

Is there some references which explain them? I have studied about plane recently and it really confused me.
It will be very helpful if I receive your reply. Thanks!

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.