Room mapping robot update and demo with maps

Поділитися
Вставка
  • Опубліковано 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?

  • @GustavoCesario.
    @GustavoCesario. 6 років тому

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

  • @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.

  • @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 :)

  • @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?

  • @CrazyCoupleDIY
    @CrazyCoupleDIY 4 роки тому +1

    Do you have a instructable for this mate?

  • @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.

  • @dskim8896
    @dskim8896 6 років тому

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

  • @sngmrng
    @sngmrng 7 років тому

    what is the software that you used for graphical representation ?

  • @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.

  • @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. ua-cam.com/video/TsM1figtt4c/v-deo.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.

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

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

  • @gauravsharma6976
    @gauravsharma6976 4 роки тому

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

  • @oldtuneremix2k24
    @oldtuneremix2k24 5 років тому +1

    Could you share the source files?

  • @DanHarville
    @DanHarville 5 років тому +2

    Source files PLEASE?!

  • @tanujsharma2478
    @tanujsharma2478 6 років тому

    Could you tell the components used?

    • @Zac6361
      @Zac6361  6 років тому

      This video talks through the components: ua-cam.com/video/TsM1figtt4c/v-deo.html

  • @AhmedAli-sz9vi
    @AhmedAli-sz9vi Рік тому

    Code please