Google Cardboard Xbox 360 controlled Raspberry Pi VR Robot Tank

Поделиться
HTML-код
  • Опубликовано: 19 ноя 2024

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

  • @thefreddykilo
    @thefreddykilo  8 лет назад +37

    Just a quick note here, I have since solved the jitter/latency problem with the servos using sensor fusion. The API I found is a single class that takes the accelerometer, magnetometer, and gyroscope data and munches on those quite efficiently to produce a very steady, responsive data stream. There are many other sensor fusion APIs in the wild, but the one I'm using seems to be more than good enough.

    • @vaibsvaib2097
      @vaibsvaib2097 8 лет назад +1

      This is the craziest project i've seen so far involving a google cardboard and a raspi!!! Love this!!!... Have you thought of like making an app for this and selling the robot as a "your brand" robot?? ... And also... you should get a patreon account

    • @thefreddykilo
      @thefreddykilo  8 лет назад +2

      I actually have made an android app that handles the UI and services, which works way better than the hack in the video. However I don't feel like this is anywhere close to being a consumer product. It would take quite a bit more R&D and money to launch this type of product, which I'm currently short on those resources :/

    • @thefreddykilo
      @thefreddykilo  8 лет назад +3

      +vaibs vaib I just checked out patreon, thanks for the tip! Seems like an excellent idea!

    • @vaibsvaib2097
      @vaibsvaib2097 8 лет назад +1

      +Freddy ya. Sure!! Just love your project... You should actually start a startup with a final product you're happy with...

    • @thefreddykilo
      @thefreddykilo  8 лет назад +1

      +vaibs vaib It would be hard to find free time to do that along with a full-time job, a family, and school. Maybe I can sacrifice sleep...

  • @hobbyczar
    @hobbyczar 3 года назад +3

    This is insane! It is very impressive. I love how the camera moves when you move your head. It's Awesome!

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

    Wow. I just searched for something cool to make using my RPi and this cardboard VR box I just got and I did not expect to find such a GEM. This is amazing. I am doing this.

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

    Really cool project. Here's a tip about the stereoscopic setup. The reason you get the sensation that you are "in the floor" is because the cameras are close together. They should be as far apart as human eyes. If they are closer together, they will give the sensation that you are further back from the focal point. You can even put them further apart to give the sensation that you are in front of the cameras sort of like you are viewing from a neck. The basic concept is like if you were facing someone and looking at the distance between their eyes, if their eyes appeared to be closer together then they would have to be further away from you.

  • @royalcrowndraft
    @royalcrowndraft 7 лет назад +3

    Dude this is amazing. We are have a 6wd wild thumper and we are thinking of adding some VR / stereoscopic components to the project. I am so impressed right now!

  • @samuraikhan6854
    @samuraikhan6854 5 лет назад +7

    This is an awesome project. You did brilliant work to tie all the pieces to get it work together. Are you sharing the code/details anywhere on github, etc?

  • @knowledgeis5855
    @knowledgeis5855 8 лет назад +3

    This is awesome. I just started Python programming after over 10 years of wanting to. This is exactly the kind of thing i want to be doing in the future. Going to watch the rest of your vids. Keep it up

    • @thefreddykilo
      @thefreddykilo  8 лет назад +2

      I started with Python. It's an awesome language. Have fun with it!

  • @thefreddykilo
    @thefreddykilo  8 лет назад +12

    This week I'm going to try to solve the servo jitter issue. I want to be getting very low latency with close to zero jitter. Once I get that under control, I'll start working on documentation on how I built this beast. Thanks to all the praise and thumbs up!

    • @thefreddykilo
      @thefreddykilo  8 лет назад

      +Guillaume Romagny Those solutions may work but I really like the challenge of solving a problem with code.
      Yes I could use one battery pack, especially now that I've received my step down converters in the mail :)

    • @shawniscoolerthanyou
      @shawniscoolerthanyou 8 лет назад

      There are some good books on PID theory that a savvy guy like you could easily implement in code.

    • @thefreddykilo
      @thefreddykilo  8 лет назад

      +Shawn Stephenson Reading about it now. Looks interesting

    • @thefreddykilo
      @thefreddykilo  8 лет назад +1

      It seems like I have a handle on the jitter issue. I created a queue of an adjustable size. Now, when I get a sensor reading, I'm adding it to the queue, popping from the queue, then sending the average value to the servo. This seems to work considerably better than the low pass filter. Still not perfect though

    • @thefreddykilo
      @thefreddykilo  8 лет назад

      +Guillaume Romagny Android is taking to the servos via Bluetooth, which is totally isolated from the Pis. The only data that's moving across WiFi is the video, which is 2 different streams

  • @jennings5250
    @jennings5250 8 лет назад +9

    Awesome job! Extremely impressive.

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

    This is exactly what I dreamed with my raspberry pi4. There is nothing new under the sun. Anyway, nice work.

  • @mankybrains
    @mankybrains 2 года назад +1

    very cool project. I just started learning and getting into program. well focusing more as before it was always off and on. inspiring to get myself working on it. i bought a robot car kit and hope to do some modifications on the already provided code and gui. thanks for sharing your project!

  • @KulbirAhluwalia
    @KulbirAhluwalia 6 лет назад +2

    Well done sir!
    It can really help in rescue missions and even in remote tourism!!
    You can even do this on a drone! It would be awesome to experience the skies in 3D like a bird!

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

    This is literally the coolest thing I have ever seen

  • @LegoBeto
    @LegoBeto 4 года назад +2

    This is one awesome project. Great job!

  • @writtenscenery1
    @writtenscenery1 8 лет назад +1

    Been trying to put a Raspberry Pi RC car myself. but this. this is just mind boggling. teach me.

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

    i can see this being a really cool telepresense robot

  • @Bat_OfGotham
    @Bat_OfGotham 7 лет назад +12

    can you pleeeease make a tutorial for this AWESOME robot? I like it sooooo much and I'm interested :D

  • @Riflex04
    @Riflex04 7 лет назад +6

    do you have the codes for the VR
    ??

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

    Congratulations man, looks AWESOME!! 😄 I'm ordering the part to do something like this! Thanks for sharing it

  • @ezequielsurace2037
    @ezequielsurace2037 8 лет назад

    You are a genius man! i was working in different projects with Galileo, but this is amazing, i think that i am going to start working with Raspberry. Pity that in Argentina the price is very expensive and it s very difficult to found this components.

    • @thefreddykilo
      @thefreddykilo  8 лет назад

      You can't just order one on amazon or EBay? You can probably find a used one for cheap. I actually have an extra one I can sell you, if you want.

    • @ezequielsurace2037
      @ezequielsurace2037 8 лет назад

      The raspberry is easy to buy (but a little expensive, for example a Raspberry 3 cost 100 dollars ), the problem is the rest of components, which are very difficult to find, because in Argentina the import is restricted.

  • @radhouanchbinou688
    @radhouanchbinou688 8 лет назад +4

    daamn it's a very good project!!! nice woork

  • @EmanASMR
    @EmanASMR 8 лет назад +4

    Must be really weird to watch yourself through this amazing tank

    • @thefreddykilo
      @thefreddykilo  8 лет назад +2

      +Eman ASMR The first time was extremely weird. I had never seen myself from that perspective before, in real-time 3D. I once tried following myself around my house while watching my body move around, THAT was weird, and very difficult!

  • @hempminded
    @hempminded 8 лет назад +4

    awesome project! congratulations

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

    This project is spectacular, so inspiring! Have you kept working on it? if so, could you post an update?
    Perhaps a web interface and a Oculus quest would be amazing!
    I'm trying to build something similar without the 3d vision for now, but it would be great to control it from the quest later on

  • @andrerocha2696
    @andrerocha2696 8 лет назад +4

    Amazing project!! Thanks to share with us! cheers from Brazil!

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

    I love the MacGyver video streaming solution

  • @Rainpub
    @Rainpub 7 лет назад +7

    "I bet there will be flying cars in 2017" -> 3:10

  • @GadgetsGadgie
    @GadgetsGadgie 6 лет назад +15

    Can u plz make a tutorial i want this to as my Final Year Project..

  • @denisbandurin1209
    @denisbandurin1209 4 года назад +2

    amazing.

  • @collywobble7679
    @collywobble7679 7 лет назад +2

    That is awesome work. Well done! I'm inspired.

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

    Hey man,
    I think I would be nice with you put it in faster chassis and use a more natural interface to control the car steering.
    But still, congrats! Awesome project!

  • @Orionrobots
    @Orionrobots 7 лет назад +2

    I think I've found what I would do next with my tankbot - although it'd need to be a bit bigger - perhaps a PI Zero each side for stereoscopic vision, one on top going to the PiCon Zero board. It's the power that'd need yet more. Anyway - nice build dude!

  • @zippytechnologies
    @zippytechnologies 8 лет назад

    Very cool stuff... I think this would be cool for home security - wireless pan tilt and zoom in a VR viewer - cool... but your robot is cool also - any plans on releasing any of this? A friend of mine runs a summer kids robotics class and is always looking for cool projects for the kids to step up into.

  • @gharbisalem1254
    @gharbisalem1254 8 лет назад +3

    i like the idea good work Dude

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

    Freddy I was going to write the latency solution but of course you resolved it! :)
    Great project, very clean wiring job!

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

      XB thanks for the compliments!

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

      Freddy You got it Bro!

  • @kaboooom2000uk
    @kaboooom2000uk 8 лет назад

    awesome, very creative indeed, almost like a malp :) if you're a stargate fan.

  • @mustaphatoo
    @mustaphatoo 8 лет назад +3

    coooooool job dude i really admired your work.

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

    I just made an app like this, the Android phone sends sensors combined data that interpreted into axis movements then sends the accumulated data into raspberry pi via Bluetooth

  • @RiyadhMarthinus
    @RiyadhMarthinus 8 лет назад

    This is amazing. I am working on an autonomous 4WD robot controlled by an arduino and sending data to a RPi over tx and rx lines. I then use the RPi to stream live video then having all the video and arduino sensor data sent back to my PC via the RPi's Wifi connection. I've got the bot running basic functions to avoid walls via sensor inputs to the Arduino. I'm currently trying to figure out how to get the arduino communicating with the RPi. That's how I found myself here. Wish me luck.

    • @thefreddykilo
      @thefreddykilo  8 лет назад

      I was originally using an arduino to control the servos. I had set up one of the pins on the Pi as a TX line to send data from a Python program to the arduino, so what you are trying to do is definitely possible. I can't remember what I had to do to the Pi, but a quick google search should answer that question. Good luck and have fun!

    • @RiyadhMarthinus
      @RiyadhMarthinus 8 лет назад

      thanks for the support. At least now I know this is possible!

    • @thefreddykilo
      @thefreddykilo  8 лет назад

      +Riyadh Marthinus Really, anything is possible with computer science, you just need to figure out which transistors to turn on and off :)

  • @Penguin-Capybara
    @Penguin-Capybara 7 лет назад +1

    Awesome project! Did you publish your source code somewhere, like GitHub? I want to learn from it. Thanks.

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

    i am getting frustrated which power supply to use how to make a portable power supply for it

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

    this is literally awesome. props to u man!

  •  7 лет назад

    I think it is pretty impressive, but I came to this video looking for a xbox 360 VR sort of adaptation. It seems quite doable with some adaptations. Do you know anything like that?

  • @thiefx100
    @thiefx100 8 лет назад

    That's some really nice work!

  • @techniker1337
    @techniker1337 7 лет назад +4

    You get a like just for "it's a farting robot". I'm working on a similar project using the Oculus Rift and Touch controllers.

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

      Me too! How's your project going?

  • @vihari2010
    @vihari2010 7 лет назад +2

    man thats pretty cool

  • @bigchina9991
    @bigchina9991 8 лет назад +2

    I am trying to build this same robot but not with the cameras. I already downloaded the 360 controller code on my raspberry pi. I am having a little trouble with the connections between my raspberry pi and the Pololu TB6612FNG. Can you tell me how you connected the 2 circuit boards? Thanks!

    • @thefreddykilo
      @thefreddykilo  8 лет назад +3

      Sure, assuming you have a diagram of the TB6612FNG. For each motor, the board has two input pins and one PWM pin, for example AIN1, AIN2, and PWMA. AIN1 and AIN2 control the direction of the motor and PWMA controls the speed. So you need to set up the output pins of the RPi to coordinate with the inputs of the TB6612FNG. For example, in your code you would set up the GPIO pins 8 and 10 to be digital outputs, and pin 12 to be PWM. Then if you want to turn the motor forward, pin 8 would be set to high, 10 set to low, and 12 would be set to how fast you want the motor to turn, I think the values are 0 - 100. And if you want to turn the motor backwards, pin 8 would be low and 10 would be high.
      Also keep in mind you do not want to power the motors with the pi. You would need a separate power source going to VMOT

    • @bigchina9991
      @bigchina9991 8 лет назад

      +Freddy Oh, okay. Thanks!

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

    Great little project. I'm looking for ideas that I can use in a maker/coding club for junior school kids. This would be awesome to do with them.

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

    Such bad assery here.

  • @JuliaYamYam
    @JuliaYamYam 8 лет назад

    Looks very nice. Awesome idea!

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

    Project is great but instead two pis i would use a single pi zero w and an arduino uno r3 for motor and servo control and for the cameras a cheap fpv quad camera would be good enough

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

    Awesome Project!!..wish I could build something like this..God Bless!!

  • @nickytan3748
    @nickytan3748 8 лет назад

    Hey Freddy,what's you algorithm for finding the angel from phone and what app did you use? I can find X angel accurately but not Y, could you pls tell how to do it?Thank you so much

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

    aw man...... I doing the same thing. 1 pi 3 arduinos (cardboard) VR auto mapping auto driving. just finished wiring it all. 1st. completed. now researching mapping options

  • @fouzanjaved5441
    @fouzanjaved5441 2 года назад +1

    Sir, I appreciate your video about the Google Cardboard Xbox 360-controlled Raspberry Pi VR Robot Tank. Sir, Is it possible can you to use the Arduino Uno board to control the Google Cardboard Xbox 360-controlled 6 dof robotic arm Arduino Uno VR Robot Tank work or not? Sir, can you teach me to make on youtube how to make a Google Cardboard Xbox 360-controlled 6 dof robotic arm Arduino Uno VR Robot Tank and Xbox360 Controller? Sir, tell me about the Xbox360 Controller library with the Arduino Uno board. Sir, this video is helpful. Sir, tell me in the comment.

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

    Hello I would like to know how synchronized the movements of the camera with the accelerometer and the gyros

  • @writtenscenery1
    @writtenscenery1 8 лет назад

    have you seen the autonomous Jetson controlled project from MIT? that is pretty much my goal. I see a future where one day "Autonomous Self Driving Kits" can be bought from anywhere for the cost and labor of installing an upgraded radio head unit. like just pop into your local car toys/best buy and get that shit hooked up and BAM, any car becomes a self driving car.

    • @thefreddykilo
      @thefreddykilo  8 лет назад

      Rocky Singh I have not seen it yet but I love the way you think. I'll check it out. Are you currently working on a project?

    • @thefreddykilo
      @thefreddykilo  8 лет назад

      Rocky Singh I can see software controlling navigation and speed, but you would probably need some sort of hardware to control the steering and brakes right?

  • @TheWaw3r
    @TheWaw3r 8 лет назад

    This is amazingly cool!

  • @123456omgeezy
    @123456omgeezy 8 лет назад

    I'm having problems with the SOCK_SEQPACKET? may i view your source code, or maybe offer some advise on how you got the sensor values?

  • @shukhratdad9891
    @shukhratdad9891 3 года назад

    How can I contact with you?. I have some quiz... I saw you have used hc05/06 module. I need help with getting data from hart of raspberry from android. Please help

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

    NYC work, very inspiring
    Help me so that I can also do this project. Tell me how you are taking smartphone accelometor sensor data from phone and using it and how the 2 servo configuration is set up . It would be very helpful if you tell about it

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

    Jesus Christ.....imagine playing this instead of World Of Tanks....3D reality conversation into virtual reality :D

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

    hello, do you post all the steps and coding in any website? looking for your help

  • @שייעקבי-ו9ל
    @שייעקבי-ו9ל 7 лет назад

    Could you post the source file for the VR app and the corresponding python code on the raspberry?

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

    Amazing work !

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

    man this stuff is awesome!!

  • @samernajia
    @samernajia 8 лет назад

    Very awesome project. Besides the UV4L instructions would you be willing to load the full breakdown of the project build (parts, wiring, software, etc.) somewhere?

    • @thefreddykilo
      @thefreddykilo  8 лет назад +2

      Yeah I plan on documenting the build on my website soon.

    • @catmilk4015
      @catmilk4015 8 лет назад

      Hi, Freddy. I really appreciated your work. And I want to get more info from what you did. Where I can find your website?

    • @thefreddykilo
      @thefreddykilo  8 лет назад +1

      Cat Milk I haven't started the documentation yet. When I do I'll post it here.

    • @catmilk4015
      @catmilk4015 8 лет назад

      great, man

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

    Ok thank you Freddy, I think I will use the Pololu Micro Maestro but I have a question,in the sequence have you done one frame for each degree ? Could you tell me How you did it?

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

      khali blak in the service that android is running, every time an orientation sensor updates, which is very frequently if your phone is moving around, it sends updated data to the servo controller

  • @mehdianisbrahmi9262
    @mehdianisbrahmi9262 8 лет назад +1

    super awesome man

  • @pinakindesai3954
    @pinakindesai3954 8 лет назад

    That is cool! Love what you have done.

    • @thefreddykilo
      @thefreddykilo  8 лет назад

      Thanks. It's still a work in progress but I'm having a lot of fun with it!

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

    Hey guy,
    I'm really impressed by your job, and I am working on a similar project in school.
    Do you have a link where I could find your code then I could be inspired? :)
    Thanks

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

    hi freddy,
    how did you done that android display, i mean how did you display media from local host to a popup or flying window in your mobile?
    Ty very much

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

    Totally amazing!

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

    thanks i learned something new from this thank you very much

  • @axe.capital
    @axe.capital 6 лет назад

    I know this is an old video but just wondering if there has been anymore work on this project? Anymore refinements? Thinking of building this myself.

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

      I actually removed the servos to use on another project. So for now, he can't see anything :(... I did however add faster motors which makes it more fun to play with around my dog

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

    Amazing project!!! I want to do it too !!

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

    I am doing this project. Can you please provide me the android app that you developed for head tracking.

  • @dalekmun2010
    @dalekmun2010 8 лет назад

    Gee bill, TWO RASPBERRIES?

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

    Can't wait for you to post this on Kickstarter as a DIY kit. Lets say $500,000.00 goal?

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

      T50Japan that's actually a great idea. I'm just afraid I wouldn't have enough time to dedicate to it

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

      Freddy, that's awesome! I figured you must have bigger and better projects your working on.

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

      T50Japan well, I work full time and go to school part time. Working on my CSE degree and pretty dedicated to that. There is nothing saying that a Kickstarter project will never happen though. I could just see it taking a lot of my free time, which is pretty scarce at the moment.

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

      Freddy , could you work full time for another company? get at me bro (my name) at gmail

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

    Awesome project Freddy. Just wondering which sensor data you use to move the servo in horizontal plane (pan movement)?

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

      Moganeshwaran Rajasegaran the sensor fusion algorithm I'm using is most likely using a combination of the gyroscope and magnetometer readings to calculate the azimuth, which would be the horizontal plane

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

    Just a thought: Could you use a single camera and then split and copy two previews side by side to form a stereo image for the Google cardboard?

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

      The images need to be offset to the distance of your pupils, that's what creates depth. I suppose you could do that if you wrote some crazy image processing software that would render the foreground of the images to look more offset than the background, maybe Google has already done this?

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

      @@thefreddykilo Thanks for the reply!

  • @nickytan3748
    @nickytan3748 8 лет назад

    hello Freddy,nice project!I want to ask you what model of servo tail pan camera did you use?because i am planning do this robot as well,thank you very much!

    • @thefreddykilo
      @thefreddykilo  8 лет назад

      I just used a couple of old futaba servos I had laying around, but you can use any servo. The ones they make now seem better than the ones I used

    • @nickytan3748
      @nickytan3748 8 лет назад

      Could you teach me how to use gyroscope and accelerometer data
      to get the angel of inclination?Because i'm doing similar project as
      yours,and now i'm having a problem which is how to get angel data from phone and send to the servos.Thank you.

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

    How can i do like that? Could you give me tutorial? And how can i get the module?

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

    very cool! do you have more info somehwere?

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

    I don't have a magnetometer what can I do?

  • @SalmonMams
    @SalmonMams 8 лет назад

    Awesome dude !!! Congrats !

  • @Jin.creations
    @Jin.creations 7 лет назад +1

    can you make a tutorial or send me a link on how to make this?

  • @jamesmitchell8902
    @jamesmitchell8902 8 лет назад

    Hey man can you tell me or link which lenses you used and also to you happen to have example footage streamed to youtube (I mean a direct image)

    • @thefreddykilo
      @thefreddykilo  8 лет назад

      The lenses are just clip on wide angle phone lenses I bought from eBay. Sorry, I don't have direct streamed footage uploaded.

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

    This is just Great ! Can u make a tutorial on how to build something like this?

  • @todddewitt1595
    @todddewitt1595 8 лет назад

    Kind of an older video, but I'll ask just in case.
    Can you also stream audio from the servers? I would really like to try this as a future enhancement to a robot idea I have.

    • @thefreddykilo
      @thefreddykilo  8 лет назад

      Todd DeWitt mine doesn't stream audio, but I'm sure there is some code out there that could handle that. Just slap in a USB microphone and wrap the incoming audio stream in with the video.

    • @todddewitt1595
      @todddewitt1595 8 лет назад

      Freddy, thanks for the reply! I'll have to look into the server software then. Do you have a website with any more info?
      Really great project!

  • @Alan-lz6hw
    @Alan-lz6hw 8 лет назад

    Hey Freddy, do you think its possible to stream from a 360 camera ? There will be less latency no ? Answome work by the way its impressive !!

  • @WilliamKhoemarga
    @WilliamKhoemarga 3 года назад

    I like your tank

  • @DJMankiewicz
    @DJMankiewicz 8 лет назад +1

    Anybody know what tank chassis is this?

  • @jasonbowling6777
    @jasonbowling6777 8 лет назад

    Can you tell me what tracked platform you are using, and how happy you are with it? My Dagu Rover 5 routinely sheds tracks.

    • @thefreddykilo
      @thefreddykilo  8 лет назад

      It's called the T200 from some company in China

  • @khalifdove7955
    @khalifdove7955 3 года назад

    Holy shit what a cool title

  • @MrDriveAndFlyRC
    @MrDriveAndFlyRC 8 лет назад

    That's sweet man

  • @Boxboro01719
    @Boxboro01719 8 лет назад

    Love it, very cool!

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

    THIS IS the project I want to build. But instead of tank i want to use drone... I'll keep looking

  • @KennethsoLenium
    @KennethsoLenium 8 лет назад

    wow i'm making exactly the same project too!

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

    Very nice