Autonomous Human Following Robot

แชร์
ฝัง
  • เผยแพร่เมื่อ 23 ม.ค. 2023
  • Real-time human detection and tracking with an autonomous wheelchair robot. The aim is to follow the human from a constant distance, robustly. The person being followed changes his speed at different times. The distance to human error and angle to human data are shown in the top and bottom figures, synchronously.
    Human detection & tracking is based on Spencer framework [1], and the local planner is Follow the Gap Method (FGM) [2]. This application is developed with my undergraduate students Umut Uğuzlar and Enes Cansu under their BSc. thesis', and with my graduate student Emre Can Contarlı. The paper is on the way.
    [1] www.spencer.eu/
    [2] www.sciencedirect.com/science...
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 13

  • @niteshnitx
    @niteshnitx หลายเดือนก่อน +1

    Hey, I'm very curious about this project.
    I'm a B. Tech final year student, I want to make a similar project based on this.
    What are the prerequisites for this application?
    Can you please provide me resources to implement it on my project. My project is Autonomous Following Robot.

    • @1volkansezer
      @1volkansezer  หลายเดือนก่อน

      Hello, you can find the details about this application here, good luck: ieeexplore.ieee.org/abstract/document/10129615

  • @nemonobody9406
    @nemonobody9406 8 หลายเดือนก่อน +2

    Hello sir, I'm a student and I'm really curious about your project. Could you tell me what components you are using, especially the sensors? Thank you very much!

    • @1volkansezer
      @1volkansezer  8 หลายเดือนก่อน

      Hello @nemonobody9406, you can find the details here, good luck!: www.intechopen.com/chapters/72660

  • @Muhammad_Naqash
    @Muhammad_Naqash 9 หลายเดือนก่อน +1

    Hello, I am going to work on the similar project human following Trolley if you can provide any informative information and help in anyother means highly appreciated

    • @1volkansezer
      @1volkansezer  8 หลายเดือนก่อน

      Hello @Muhammad_Naqash, you can find the details about this application here, good luck: ieeexplore.ieee.org/abstract/document/10129615

  • @ninjanuggetsbrozhaf441
    @ninjanuggetsbrozhaf441 ปีที่แล้ว +1

    Hello im a student,and iam very curious on learning how to do this project,do you have any guidance program?

    • @1volkansezer
      @1volkansezer  ปีที่แล้ว

      Thank you for your interest, and I appreciate your curiosity. Unfortunately, we don't have a specific guidance program available at the moment.

    • @ninjanuggetsbrozhaf441
      @ninjanuggetsbrozhaf441 ปีที่แล้ว +1

      @@1volkansezer ouhhh thank you,but if anything change,please do make a video i will always keep notification on

  • @Koroleva_O_A
    @Koroleva_O_A ปีที่แล้ว +1

    I have sent you a message to your email address (or there are two links in the channel description). Read it, maybe it will be useful for you. And two questions. How exactly does the robot gain and lose speed? Is there a special algorithm? Does it slow down only when the distance between becomes zero? And similarly for the direction. Does he check whether the angle has become zero? And congratulations, a living being makes approximately the same fluctuations around the meaning.

    • @1volkansezer
      @1volkansezer  ปีที่แล้ว

      -How exactly does the robot gain and lose speed? Does it slow down only when the distance between becomes zero?
      *It uses a closed loop controller (a PID controller in this application) to make the error zero (error=desired distance to person-actual distance to person). So not only when the distance becomes zero, every time it calculates the appropriate velocity of the wheelchair to make the error zero.
      - And similarly for the direction. Does he check whether the angle has become zero?
      *The position of the person is taken as a goal point to be reached. "Follow the gap method (FGM)" is used to reach that position, as a local planner. Details of the method can be found here: www.sciencedirect.com/science/article/pii/S0921889012000838
      Best!

    • @Koroleva_O_A
      @Koroleva_O_A ปีที่แล้ว +2

      @@1volkansezer Congratulations. You have created half of a simple living being. There are not enough views and comments.

    • @sergienkov
      @sergienkov ปีที่แล้ว +1

      Nice!