[ROS Q&A] 031 - How to read LaserScan data

Поделиться
HTML-код
  • Опубликовано: 31 дек 2024

Комментарии • 24

  • @nikhilkartha
    @nikhilkartha 3 месяца назад

    00:07 Understanding LaserScan data on TurtleBot
    01:47 Understanding the structure of the laser scan message
    03:09 Understanding the ranges array and angles in LaserScan data
    04:37 LaserScan data includes angle increment, angle mean, angle max, coverage, and ranges array
    06:31 Understanding LaserScan data ranges array
    08:08 Understanding LaserScan data and its values
    10:24 Reading LaserScan data values at different angles.
    12:04 LaserScan data is read at different angles

  • @YoutubeFrogOfHell
    @YoutubeFrogOfHell 6 лет назад +6

    Very impressive!
    Such a great explanation, already thinking to apply for subscription

  • @Nomar_7
    @Nomar_7 5 лет назад +3

    How would be the program in C++?

  • @sakkamouid3343
    @sakkamouid3343 2 года назад

    1)I think you have just executed the launch file in 9:20 without compiling the package. Is that possible?
    2)Another thing why didn't change the CMakeLists.txt ? Maybe when the src file in python you don't need that , idk I have only done the Ros Basics in 5 days (c++) .
    3)One more Thing , why the output was a multiple of 720. Is that maybe bacause the callback function is called multiple times? When I look closer later , the value at 90 degrees seems to be changing slightly ,does that means that this is the result in real time and the robot is slightliy moving forward ? If that the case then why would the output comes to an end after a number of outputs?
    I would appreciate it to have answers. I am a new member of the community of the construct 😄😃 .

  • @nibbi1267
    @nibbi1267 6 лет назад

    How can I get exact location of an obstacle if there is any obstacle like pole or something. How to detect it's coordinates in the ranges.
    Thank you

  • @oussemadhouib7160
    @oussemadhouib7160 4 года назад

    Great tutorial thanks
    Woud you make another tutorial about how can I read intensity of Lazer scan?

  • @肥貓喵喵教
    @肥貓喵喵教 2 года назад

    how to get the kobuki package

  • @suhabayndr5319
    @suhabayndr5319 5 лет назад

    Thank you so much Alberto, it was a very clear presentation which has helped me alot

    • @ugur5847
      @ugur5847 3 года назад

      Hocam merhaba , ben sensörün önüne obje koyduğum halde -inf değer döndürüyor , hatanın çözümünü biliyor musunuz?

  • @kvnptl4400
    @kvnptl4400 3 года назад

    Thank you for making this easy explaining video

  • @fajarfirdaus3890
    @fajarfirdaus3890 4 года назад

    RLException: Unable to launch [scan_values-1].
    If it is a script, you may be missing a '#!' declaration at the top.
    The traceback for the exception was written to the log file
    please help me.....

  • @minayakarimova
    @minayakarimova 4 года назад

    Thanks a lot; what is inf value there? when laser beam does not return back to the sensor, does it show inf value?

    • @ugur5847
      @ugur5847 3 года назад +1

      Yes exactly it is.

  • @andrewchung8846
    @andrewchung8846 4 года назад

    Anybody know how to change the angle from -2.356 and 2.356 rad to be equal to 90 degrees?
    Or how to only print one value with print len(msg.ranges)?
    Cheers

  • @WilliamNjoya
    @WilliamNjoya 3 года назад

    Hi, should the value at the middle of the ranges array be 359 instead of 360?

    • @wokeclub1844
      @wokeclub1844 Год назад

      well if we have 720 values, you can divide them equally into 2, but you see that there is no middle element. As we only need approximate reading of what is at front, both 360 and 359 will be fine.

  • @ugur5847
    @ugur5847 3 года назад

    hi, i put object in simulation , but laser still gives inf value for the all ranges.Do you know the solution?

    • @TheConstruct
      @TheConstruct  3 года назад +1

      Did you provide a to the object model ?

    • @ugur5847
      @ugur5847 3 года назад

      @@TheConstruct I did when you said but still same , i search ros wiki but didnt find out any solution.

  • @TeganBurns
    @TeganBurns 3 года назад

    Nice video, Thank you for sharing!

  • @nicolashey1165
    @nicolashey1165 5 лет назад +3

    Once you understand all values on the array are "-1" please change 360 to 359 too 😭😭😭

  • @costasbellos3685
    @costasbellos3685 4 года назад

    nice, thanks :)