Giter Club home page Giter Club logo

york-sdcnlab / iilfm Goto Github PK

View Code? Open in Web Editor NEW
57.0 1.0 4.0 96.77 MB

This is a fiducial marker system designed for LiDAR sensors. Different visual fiducial marker systems (Apriltag, ArUco, CCTag, etc.) can be easily embedded. The usage is as convenient as that of the visual fiducial marker. The system shows potential in SLAM, multi-sensor calibration, augmented reality, and so on.

CMake 0.06% C++ 0.46% C 99.48%
lidar ros fiducial-markers slam lidar-calibration lidar-camera-calibration augmented-reality robotics point-cloud apriltag

iilfm's People

Contributors

yorklyb 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

Watchers

 avatar

iilfm's Issues

Detection performance beyond 4m

Dear Author, thanks for sharing such excellent work! Recently we desire a stable marker detection between 4 ~ 30 meter using livox mid70.
I was wondering if you have tested the detection performance within such distance range? Greatly appreciated if you could share your insight!

how to use the intensity of point cloud for rendering image

In your code, you use the intensity of point cloud to render image:
valid_cloud_i.points[p].x = (points[p][3] != 0) ? points[p][0] * points[p][3] : points[p][0];
valid_cloud_i.points[p].y = (points[p][3] != 0) ? points[p][1] * points[p][3] : points[p][1];
valid_cloud_i.points[p].z = (points[p][3] != 0) ? points[p][2] * points[p][3] : points[p][2];
How did this expression come from?

framerate question

thanks for your open source, but I have a question: you said all the process run in real-time (approx 40 hz on livox Mid-40) in you paper, does that including Point cloud data collection, and what is the parameter setting of publish_freq when you using livox mid 40 to get a high resolution mapping image for AR marker identification?

intensity calibration

Hi, it's good to see your open project. May I ask how do you deal with the intensity calibration?

how to use the intensity of point cloud for rendering image

In your code, you use the intensity of point cloud to render image:
valid_cloud_i.points[p].x = (points[p][3] != 0) ? points[p][0] * points[p][3] : points[p][0];
valid_cloud_i.points[p].y = (points[p][3] != 0) ? points[p][1] * points[p][3] : points[p][1];
valid_cloud_i.points[p].z = (points[p][3] != 0) ? points[p][2] * points[p][3] : points[p][2];
How did this expression come from?

Example Bags

Hi,
First, thanks for sharing this code along with your paper. It looks amazing, and I can't wait to be using it.
However, would it be possible to add some example bags to the Readme? It would help me in understanding how things work and figuring out why it doesn't work with the bag I am using (VLP-16).
I would greatly appreciate!

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.