3 comments

  • stavros1 hour ago
    168,960
  • ck214 minutes ago
    BTW with self-driving cars, what happens when there are hundreds of Lidar signals at one intersection?<p>There&#x27;s no way a sensor can tell if a signal was from its own origin?<p>Guessing any signal should be treated as untrusted until verified somehow<p>but I suspect coders won&#x27;t be doing that unless it&#x27;s easy
    • r2_pilot1 minute ago
      Typically you use a pulse train and filter your train from the noise
    • Rarebox3 minutes ago
      If one lidar hits another, it will result in at most one bad reading (perhaps a bad column?). This can likely be filtered, or a bad scan (360deg) can be altogether rejected and the data predicted using models based on past sensor readings.
    • MengerSponge2 minutes ago
      I guess phase and timing sensitivity help a lot, because it&#x27;s unlikely that another emitter will perfectly match your emission&#x2F;detection duty cycle. It&#x27;s also hard to get hundreds of cars at one intersection, because cars are very big.<p>The key terms in your literature&#x2F;patent search should probably be &quot;Crosstalk&quot; and &quot;multi-LIDaR&quot;.
  • brcmthrowaway36 minutes ago
    Can lidar be purchased for hobbyist use yet?
    • frozeus19 minutes ago
      Depends on your budget and the resolution you need.<p>E.g Livox mid 360 <a href="https:&#x2F;&#x2F;store.dji.com&#x2F;en&#x2F;product&#x2F;livox-mid-360" rel="nofollow">https:&#x2F;&#x2F;store.dji.com&#x2F;en&#x2F;product&#x2F;livox-mid-360</a>
    • ceejayoz21 minutes ago
      <a href="https:&#x2F;&#x2F;www.adafruit.com&#x2F;product&#x2F;4010" rel="nofollow">https:&#x2F;&#x2F;www.adafruit.com&#x2F;product&#x2F;4010</a>
    • ImPostingOnHN5 minutes ago
      Check out PiLIDAR for one of many options:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;PiLiDAR&#x2F;PiLiDAR" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;PiLiDAR&#x2F;PiLiDAR</a>