Webots Distance Sensor Controller code in C // Webots Tutorial 4 Distance Sensor

Поділитися
Вставка
  • Опубліковано 20 жов 2024

КОМЕНТАРІ • 21

  • @ИванМезин-т8б
    @ИванМезин-т8б Рік тому

    Thanks a lot for the videos you make!

    • @KajalGada
      @KajalGada  Рік тому +1

      Thank you for the comment :) Are you learning Robotics or building a project?

    • @ИванМезин-т8б
      @ИванМезин-т8б Рік тому

      @@KajalGada I am a Robotics student, and yeah, right now my team is working on a smart home, and my task is creating a 3D-model of a delivering robot and simulating its operation. So, I find your lessons extremely helpful.))

    • @KajalGada
      @KajalGada  Рік тому

      @@ИванМезин-т8б That is awesome, thank you for sharing. :)

  • @3hoodal7rasi3
    @3hoodal7rasi3 3 роки тому

    your explanation is amazing to thank you for this inspired video all the best 😍👌✨

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

      Thank you so much, means a lot :)

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

    This was an amazing explanation could you do more C tutorials such as drawing any polynomial shapes and detecting objects and avoiding that specific object as that would be very helpful to learn in C

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

      Awesome to hear that the explanation was helpful. Thank you for the feedback as well, it surely encourages me to make more videos in C.

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

    Is there any way to add distance Sensors on a built-in Webots Model. I'm tryung to add some distance Sensors on the Irobot model but these seps don't seem to do the trick

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

      did you convert the premade robot to base nodes first?

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

      @@KajalGada NO... Thank u so much.. It was as simple as that. Amazing work keep going!

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

      @@pslave17 awesome!

  • @danielcastillo4794
    @danielcastillo4794 3 роки тому

    Hi 🖐️,
    Can you explain how export a assembly of Solidworks to webots?.
    Im try export a diferencial robot but i can't run the robot, the robot don't move :'c
    Pls, help 😄

  • @JC-oz8nm
    @JC-oz8nm 3 роки тому

    I wanted to ask if I can use a c controller with a matlab one. As I want to process the data of the camera in matlab. But I don't want to control the whole thing using a matlab controller. Thanks for the help in advance

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

      I haven't tried that. I think it should be possible.
      One rather odd way to do it would be through ROS. You could have one ROS node controlling Webots and another ROS node processing your images/ video from camera. Just an idea.

  • @gowtham-qj7qg
    @gowtham-qj7qg 3 роки тому

    if I want to do ms in robotics after 2 or 3 years of my bachelors( work experience ) what kind of jobs do I need to apply or work in that 2 or 3 years, please tell on both mechanical and software side. thanks in advance : )

    • @KajalGada
      @KajalGada  3 роки тому +1

      Surely a job within robotics field would be helpful. You could also try IoT and related jobs.
      From software engineer perspective, it can be anything from computer vision, perception, navigation, etc.
      From hardware engineer perspective, it can be robot modeling, controls, etc.

    • @gowtham-qj7qg
      @gowtham-qj7qg 3 роки тому

      @@KajalGada thank you : )

  • @hrithikacharya4930
    @hrithikacharya4930 3 роки тому

    can you please do a video on avoiding collision using distance sensors by using python controller code

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

      That is a great idea, thank you for sharing.