Giter Site home page Giter Site logo

Data synchronization about kimera-vio-ros HOT 4 CLOSED

mit-spark avatar mit-spark commented on August 21, 2024
Data synchronization

from kimera-vio-ros.

Comments (4)

zxrzju avatar zxrzju commented on August 21, 2024 2

There are some compliation errors.

  1. Kimera-VIO/src/mesh/MesherFactory.cpp:18:12: error: expected constructor, destructor, or type conversion before ‘(’ token
    DEFINE_bool(serialize_mesh_2d3d, false, "Serialize 2D/3D Mesh to file.");
    Kimera-VIO/src/mesh/MesherFactory.cpp:27:54: error: ‘FLAGS_serialize_mesh_2d3d’ was not declared in this scope
    return VIO::make_unique(mesher_params, FLAGS_serialize_mesh_2d3d);

I fixed it by replacing the file MesherFactory.cpp with old version.

  1. Kimera-VIO-ROS/include/kimera_vio_ros/RosDataProviderInterface.h:33:54: fatal error: kimera-vio/frontend/VisionFrontEndParams.h: No such file or directory

I found that it should be VioFrontEndParams.h

  1. Kimera-VIO-ROS/src/RosDataProviderInterface.cpp:172:47: error: ‘struct VIO::FrontendOutput’ has no member named ‘feature_tracks_’
    cv_bridge::CvImage(h, "bgr8", output->feature_tracks_).toImageMsg());

I couldn't fix it.

Thank you

from kimera-vio-ros.

ToniRV avatar ToniRV commented on August 21, 2024

We are about to release a fix for this issue, thanks!

from kimera-vio-ros.

ToniRV avatar ToniRV commented on August 21, 2024

@zxrzju does it work now?

from kimera-vio-ros.

ToniRV avatar ToniRV commented on August 21, 2024

These should be solved now! Let me know if it works.

from kimera-vio-ros.

Related Issues (20)

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.