Room mapping robot update and demo with maps

Поделиться
HTML-код
  • Опубликовано: 5 янв 2017
  • Mechatronics project for ME 507 at Cal Poly with Kendall Searing, Kick Bonafede.
    Hardware:
    Pyboard
    IMU
    Bluetooth module
    motor with CPR encoder
    Custom breakout board
  • НаукаНаука

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

  • @erdemontas1266
    @erdemontas1266 6 лет назад +23

    Could you share the source files? I'm trying to build similar to this

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

    @Zachary I’m a senior think about attending Cal Poly. If I enjoy making projects like this robot (hardware + programming) would it be better to major in ME with a concentration on mechatronics or major in EE?

  • @brentsido8822
    @brentsido8822 6 лет назад +1

    So let me ask you I am playing with the idea of an autonomous lawn mower and was thinking of using maybe a beacon and multiple antennas to provide location data as well as mark boundries is there a method other than gps that you would suggest? My goal would be to have a mower that mowes in straight lines and can adjust for terrain, I certainly don't want the random pattern aproach.

  • @GustavoCesario.
    @GustavoCesario. 6 лет назад

    Did you use a 9g servo? It was precise enough?

  • @CrazyCoupleDIY
    @CrazyCoupleDIY 4 года назад +1

    Do you have a instructable for this mate?

  • @saswatibhattacharjee7387
    @saswatibhattacharjee7387 6 лет назад +1

    Hello, I have a doubt about map building. I have a dataset which contain range and bearing angle for landmarks.Now the robot observe same landmarks several time whennever it move or turn.From this data set how could I find out original location of the landmarks?

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

    How can i draw the map based on the data from sensor? Could you share the source files?

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

    Hey looks intersting,
    have you ever tried realsense Intel camera or dual camera for the same purpose as kind of SLAM or something, I think those sensors can be helpful too,
    Nice project :)

  • @sngmrng
    @sngmrng 7 лет назад

    what is the software that you used for graphical representation ?

  • @maximocansino9608
    @maximocansino9608 4 года назад +1

    Hi this video is really cool. Are you using some kind of tool or application to do the mapping? Maybe I can do something similar with arrays in python
    Please someone answer maybe we can program together .

  • @freeidaho-videos
    @freeidaho-videos 5 лет назад

    If the driving wheels lead instead of trail, the problem with carpet or crossing cables will go away.

  • @oldtuneremix2k24
    @oldtuneremix2k24 5 лет назад +1

    Could you share the source files?

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

    Could you share the code or at least which software you've been using?

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

    what microcontroller do u use ? Also can u tell me about the procedure to make this robot ?

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

      This video explaining the hardware/design should help. Let me know if you still have any questions. ruclips.net/video/TsM1figtt4c/видео.html

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

      brother can u tell me can i use python in arduino ? and if i use ultrasonic sensor what problem or advantage i will have

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

      Not easily, I think it has been done. The Arduino generally is less powerful, so running the high level python language will slow it down. Arduino uses C/C++ functions. Sonar sensors can be extremely noisy, much more so than the IR sensors. You wont get as accurate distance measurements. Lasers range finders are the ideal option, but expensive.

  • @DanHarville
    @DanHarville 5 лет назад +2

    Source files PLEASE?!

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

    hello sir very nice video i want your help sir related to this project

  • @marcof1006
    @marcof1006 7 лет назад

    cool ! How does the robot know its position ?

    • @Zac6361
      @Zac6361  7 лет назад +1

      Marco F it is using encoders from the motor for distance combined with IMU data for direction.

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

      +Zachary Arnott ok fine. But what if I have data file consist of timestamp,forward velocity and angular velocity of a robot which is measured using odometer? How could I used those data set to findout the robot position?

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

      +betolley For that you may use some obstacles avoidance algorithm like A*. I am not sure for this video but this is generalized concept.

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

    Could you tell the components used?

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

      This video talks through the components: ruclips.net/video/TsM1figtt4c/видео.html

  • @AhmedAli-sz9vi
    @AhmedAli-sz9vi Год назад

    Code please