Webots Lidar C // Webots Tutorial How to use Lidar in Webots? Controller code in C // Kajal Gada

Поділитися
Вставка
  • Опубліковано 1 сер 2024
  • A webots tutorial video about how to use Lidars in Webots. The controller code for using lidar in webots is written in C.
    ========== TIMINGS ==========
    0:00 Intro
    0:32 Create Webots Project
    1:04 Webots Environment Setup
    3:29 Webots Lidar features
    5:16 Webots Controller code in C
    7:54 Webots Lidar controller code in C
    10:42 Webots Lidar Point cloud
    If you enjoyed this video, give it a like and tell me your thoughts in the comment below.
    ========== RELATED VIDEOS ==========
    🍋 How to write controller code in Webots in C?
    • Webots Controller Code...
    🍋 Lidar Webots Controller code in Python
    • How to use Lidars in W...
    🍋 Lidar Webots Controller code in C++
    Coming soon
    ========== USEFUL RESOURCES ==========
    🍋 Cyberbotics Webots Lidar documentation
    cyberbotics.com/doc/reference...
    ========== CONNECT WITH ME ==========
    Have questions about this video, use the comment section.
    Have questions about Webots, ROS, robotics, job search etc.?
    Read this on how to contact me? kgada.info/contact/
    My social media presence (@kajalgada)
    🍋 LinkedIn: / kajalgada
    🍋 Instagram: / kajalgada
    🍋 Facebook page: / kajal-gada-youtuber-11...
    🍋 Github: github.com/KajalGada
    🍋 Personal Website: kgada.info/
    🍋 Clubhouse: @kajalgada
    🍋 Community about studying and working in the US: / roboticsinusa
    🍋 Robotics newsletter sign up:
    stats.sender.net/forms/ej0oRb...
    ========== ABOUT ME ==========
    My name is Kajal Gada. I am a Robotics Software Engineer and a youtuber. My goal is to develop algorithms for realizing robot operations in the real world. And it is just absolute fun to code and solve problems.
    I started my journey in Robotics by working on small personal projects such as a line follower with an arduino. I then pursued and graduated with a Masters in Robotics from University of Maryland in 2017. After graduation, I have worked at Reality AI, Qualcomm and Brain Corp.
    I am also a UA-camr, it is my way of giving back and helping the community grow. As a women and an international student in the US, I am aware of the challenges to break through and have a successful career. I share my insights and also teach robotics through my youtube channel.
    Subscribe to my youtube channel: ua-cam.com/users/kajalgada?sub_conf...
    ========== Gear I usually use ==========
    🍋 Camera: YI 4K Action and Sports Camera
    🍋 Camera: iPhone XS
    🍋 Tripod: Ravelli APLT6M 72" Light Weight Aluminum Tripod
    🍋 Lights: Neewer Ring Light Kit
    🍋 Mic: SoLID Lavalier Lapel Microphone
    🍋 Recording: Voice Memo App on iPhone or Mac
    🍋 Screen recording on MacOS: quickTime Player
    🍋 Screen recording on Ubuntu:
    🍋 Editing Software: Final Cut Pro X
    🍋 Thumbnail Designs: Canva
    ========== Credits ==========
    🍋 Like & subscribe short clip in the end: • UA-cam like subscribe...

КОМЕНТАРІ • 15

  • @lesegokeogatile5735
    @lesegokeogatile5735 2 роки тому

    Thanks Kajal!!
    Really helpful!
    I'm gonna come back for more help :)

    • @KajalGada
      @KajalGada  2 роки тому

      That is great to hear :)

  • @javiergarcia1149
    @javiergarcia1149 2 роки тому

    Hi, Kajal. I enjoyed your videos, I would like to know if you had tutorials or could make a video explaining how to communicate webots with other platforms or interfaces made with Visual Studio. Thanks.

  • @srinirupan
    @srinirupan 2 роки тому

    Could you upload a video about using ros1 with webots

    • @KajalGada
      @KajalGada  2 роки тому

      I will add it to my list. :)

  • @molality
    @molality Місяць тому

    Cant run anymore incompatible with Ubuntu 24.04

  • @lungamkhwanazi3283
    @lungamkhwanazi3283 2 роки тому

    hello Kajal. strange behavior happening,
    my loop's not printing anything even thou it doesn't give me any errors when building the code
    const float *range_image = wb_lidar_get_range_image(lidar);
    for (int k =0; k

    • @KajalGada
      @KajalGada  2 роки тому

      Hi Lunga, to debug I will need to look at your full project. Can you share it on our slack community? Link to join: forms.gle/EEsdUm9iyxVVf3jb7

  • @lungamkhwanazi3283
    @lungamkhwanazi3283 2 роки тому

    hello Kajal. strange behavior happening,
    my loop's not printing anything even thou it doesn't give me any errors when building the code
    const float *range_image = wb_lidar_get_range_image(lidar);
    for (int k =0; k

    • @KajalGada
      @KajalGada  2 роки тому

      Hi Lunga, to debug I will need to look at your full project. Can you share it on our slack community? Link to join: forms.gle/EEsdUm9iyxVVf3jb7

  • @lungamkhwanazi3283
    @lungamkhwanazi3283 2 роки тому

    hello Kajal. strange behavior happening,
    my loop's not printing anything even thou it doesn't give me any errors when building the code
    const float *range_image = wb_lidar_get_range_image(lidar);
    for (int k =0; k

    • @KajalGada
      @KajalGada  2 роки тому

      Hi Lunga, to debug I will need to look at your full project. Can you share it on our slack community? Link to join: forms.gle/EEsdUm9iyxVVf3jb7

    • @lungamkhwanazi3283
      @lungamkhwanazi3283 2 роки тому

      filled the form. no feedback>
      may i ask so long, so the lidar effectively replaces the distance sensor ? or do you have examples that incorporate them both ?

    • @KajalGada
      @KajalGada  2 роки тому

      @@lungamkhwanazi3283 slack invitation was sent yesterday.
      Distance sensors can be of different types including infrared, lidars, etc. Usage depends on your goals.

    • @Rowtara
      @Rowtara 2 роки тому

      Your last line of code... you used a forward slash instead of a backward slash. Try (“
      ”)