element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Robotics
  • Technologies
  • More
Robotics
Forum Lidar Lite v3 Irratic Measurement
  • Blog
  • Forum
  • Documents
  • Quiz
  • Events
  • Polls
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Robotics to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • State Verified Answer
  • Replies 12 replies
  • Answers 7 answers
  • Subscribers 61 subscribers
  • Views 2771 views
  • Users 0 members are here
  • lidar
  • garmin
Related

Lidar Lite v3 Irratic Measurement

brucewilsonph@yahoo.com.ph
brucewilsonph@yahoo.com.ph over 7 years ago

Hello Everyone!

 

I have a Garmin Lidar Lite v3.

 

There is an obstacle at 24" in from of the Lidar.  About one percent of the time, the Lidar will give a measurement of about 14" or about 9".

 

What could possibly be happening?

 

Bruce

  • Sign in to reply
  • Cancel

Top Replies

  • the48sicks
    the48sicks over 7 years ago +1 suggested
    Hi Bruce Mine does exactly the same, I think Douglas and DAB have it thouh. You can try setting the different modes for short/mid/long range to make it a bit more accurate. In the end I started taking…
  • the48sicks
    the48sicks over 7 years ago in reply to brucewilsonph@yahoo.com.ph +1 suggested
    Hi Bruce Im using the LIDARLite Arduino Library. It gives you options for config and scanning. When you call the distance method there is also a true/false parameter to scan with or without bias correction…
  • brucewilsonph@yahoo.com.ph
    brucewilsonph@yahoo.com.ph over 7 years ago in reply to the48sicks +1
    That information isn't in the Python library. Thank you so much!
Parents
  • the48sicks
    0 the48sicks over 7 years ago

    Hi Bruce

     

    Mine does exactly the same, I think Douglas and DAB have it thouh.

     

    You can try setting the different modes for short/mid/long range to make it a bit more accurate.

     

    In the end I started taking 3 measurements and taking an average of the closest 2 results. Increases the scan time though so its not really ideal but it smooths things out a bit

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • brucewilsonph@yahoo.com.ph
    0 brucewilsonph@yahoo.com.ph over 7 years ago in reply to the48sicks

    Here is the document that I am using:  https://static.garmin.com/pumac/LIDAR_Lite_v3_Operation_Manual_and_Technical_Specifications.pdf

     

    Is it the same document that you are using?

     

    Apparently I am overlooking the close, mid and long range setting if it is.

     

    Thanks,

    Bruce

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • the48sicks
    0 the48sicks over 7 years ago in reply to brucewilsonph@yahoo.com.ph

    Hi Bruce

     

    Im using the LIDARLite  Arduino Library. It gives you options for config and scanning.

     

    When you call the distance method there is also a true/false parameter to scan with or without bias correction. Its recommended to run this every 100 scans or so

     

    https://github.com/garmin/LIDARLite_v3_Arduino_Library/archive/master.zip

     

     

     

     

     

     

      Parameters

      ------------------------------------------------------------------------------

      configuration:  Default 0.

        0: Default mode, balanced performance.

        1: Short range, high speed. Uses 0x1d maximum acquisition count.

        2: Default range, higher speed short range. Turns on quick termination

            detection for faster measurements at short range (with decreased

            accuracy)

        3: Maximum range. Uses 0xff maximum acquisition count.

        4: High sensitivity detection. Overrides default valid measurement detection

            algorithm, and uses a threshold value for high sensitivity and noise.

        5: Low sensitivity detection. Overrides default valid measurement detection

            algorithm, and uses a threshold value for low sensitivity and noise.

      lidarliteAddress: Default 0x62. Fill in new address here if changed. See

        operating manual for instructions.

     

     

     

     

     

    Hope this helps! Any questions please dont hesitate to ask

     

     

    Matt

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • brucewilsonph@yahoo.com.ph
    0 brucewilsonph@yahoo.com.ph over 7 years ago in reply to the48sicks

    That information isn't in the Python library.

     

    Thank you so much!

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • brucewilsonph@yahoo.com.ph
    0 brucewilsonph@yahoo.com.ph over 7 years ago in reply to the48sicks

    Every 100 scans or so, am I to run read with what option?  W/o bias correction?

     

    I have translated the CPP configuration method to Python.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • the48sicks
    0 the48sicks over 7 years ago in reply to brucewilsonph@yahoo.com.ph

    Nice work!

     

    Its on by default, so you can run the method sending false as an argument, then every 100 add a true in there

     

    Looking at the comments on the method from the .cpp file

     

     

      ------------------------------------------------------------------------------

      biasCorrection: Default true. Take aquisition with receiver bias

        correction. If set to false measurements will be faster. Receiver bias

        correction must be performed periodically. (e.g. 1 out of every 100

        readings).

     

     

    Are you doing point clouds with your scanner?

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • brucewilsonph@yahoo.com.ph
    0 brucewilsonph@yahoo.com.ph over 7 years ago in reply to the48sicks

    For any Python users out there, you may find a configure method in my LidarLite3Ext class.

     

    It can be found at https://github.com/Z223I/LidarLite3Ext

     

    The Extension class also contains methods for threading.  It is a producer/consumer model using the Python thread safe queue class.

     

    Best wishes!

    Bruce

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • brucewilsonph@yahoo.com.ph
    0 brucewilsonph@yahoo.com.ph over 7 years ago in reply to the48sicks

    No. I am not doing point clouds.  It does sound interesting.

     

    Thank you everyone for your help!  My robot works SO MUCH BETTER now.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
Reply
  • brucewilsonph@yahoo.com.ph
    0 brucewilsonph@yahoo.com.ph over 7 years ago in reply to the48sicks

    No. I am not doing point clouds.  It does sound interesting.

     

    Thank you everyone for your help!  My robot works SO MUCH BETTER now.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
Children
No Data
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube