Git Product home page Git Product logo

Comments (3)

kam3k avatar kam3k commented on May 25, 2024

I'm just letting you know that I believe the problem is because your laser scans have

angle_min: 3.92499995232
angle_max: -0.785000026226
angle_increment: -0.00873840413988

That is, you have angle_min > angle_max and a negative angle_increment. I didn't anticipate this when writing the package, but I'll look into fixing it.

from laser_line_extraction.

kam3k avatar kam3k commented on May 25, 2024

I've fixed the issue and was successfully segmenting lines with your data using this configuration file:

<launch>
  <node name="line_extractor" pkg="laser_line_extraction" type="line_extraction_node" output="screen">
    <param name="~frequency" value="30.0" />
    <param name="~frame_id" value="rplidar_link" />
    <param name="~scan_topic" value="/scan_filtered" />
    <param name="~publish_markers" value="true" />
    <param name="~bearing_std_dev" value="1e-5" />
    <param name="~range_std_dev" value="0.012" />
    <param name="~least_sq_angle_thresh" value="0.0001" />
    <param name="~least_sq_radius_thresh" value="0.0001" />
    <param name="~max_line_gap" value="0.5" />
    <param name="~min_line_length" value="0.7" />
    <param name="~min_range" value="0.5" />
    <param name="~min_split_dist" value="0.04" />
    <param name="~outlier_dist" value="0.06" />
    <param name="~min_line_points" value="10" />
  </node>
</launch>

from laser_line_extraction.

eleboss avatar eleboss commented on May 25, 2024

Thanks for your quick response!

I didn't anticipate the negative problem too, thank you for finding and solving that problem so fast and well!

from laser_line_extraction.

Related Issues (15)

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.