Тёмный

Differential Swerve Drive 

WildWillyRobots
Подписаться 4 тыс.
Просмотров 381 тыс.
50% 1

Опубликовано:

 

14 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 209   
@alexsalchemy
@alexsalchemy Год назад
Dude, that is brilliant. I was wondering why not simply use omni-wheels, but this is such a great self-contained module.
@wildwillyrobots
@wildwillyrobots Год назад
It was more fun to design this than using omni-wheels😊
@simplegamerz9485
@simplegamerz9485 Год назад
Also you have more traction compared to a Omni wheel that’s the main thing about it also you have more drive power as well I’ve made a full chassis for a differential swerve drive for FTC I haven’t posted a video mostly because I don’t have the controller for it but v1 worked pretty well and v2 fixed some small problems with it by making the motor mounts stronger and using a better wheel for more grip and it seems to work pretty well mine uses 2 wheels and it works well
@akamesama
@akamesama Год назад
@@simplegamerz9485 Yeah, having messed around with omni-wheels, they are nice for clean, level environments, but struggle with more generalized design. I think most commuter cars that are currently on the market with sideways parking work more like the mark1 design referenced in the video, since you only need to allow 180 degrees of freedom. The design in this video is awesome, but I suspect the pitfall of the revised design is the maximum torque that can be produced. That said, some redesign of the gears would solve that, plus an enclosure to prevent ingress of dirt would make a fairly useful wheel.
@ahmadhasan3258
@ahmadhasan3258 Год назад
one of the main problems of an omni wheels is that u can push them around on those free wheels
@DotMode
@DotMode Год назад
omni wheels or mechanum wheels?
@imaginatorstudios4175
@imaginatorstudios4175 Год назад
Nice swerve module! Btw, a simpler coaxial swerve design would also isolate the motors from the rotation of the pods. On the other hand, differential swerve is just way cooler.
@wildwillyrobots
@wildwillyrobots Год назад
I wanted a low profile module to keep my robot low, which is the main reason for using the differential design. Thinking about it now, making a coaxial module that goes around the wheel at about the same size as the differential module would be possible - but the differential was more fun to design.
@thebloxxer22
@thebloxxer22 Год назад
Clever design! Being a former FRC Team member, the swerve drive always fascinated me.
@Champwise-xn9bb
@Champwise-xn9bb Год назад
This is pretty cool. Reminds me of Modern Caterpillar bulldozers. They switched from a clutch and brake system to a differential steering system similar to this so they have more power when pushing around corners.
@alexandrepv
@alexandrepv Год назад
It's a great mechanical design, well done! I wonder though, how much fine tuning will be required for the controllers. It's likely that one of the motors will be under a slightly heavier load than the other, causing the direction to drift. Close loop control on both motors may be in order, but I would love to see how this develops! Good stuff man!
@Buzz-Tea
@Buzz-Tea Год назад
I thought the same. Probably an encoder is needed to fine tune the direction
Год назад
Amazing! Looks so simple and smooth that´s incredible well thought and planned. I can´t wait to see your new robot.
@TheTotalGeek
@TheTotalGeek Год назад
New subscriber here. Inspiring. I’m going to try building a very simple robot with my son this Christmas holidays to get started. I hope you post more videos of your robot projects. Very cool.
@altus1226
@altus1226 Год назад
For the final design, you should have a toggle-able "locking" gear-set to enable maintaining a heading without relying on the differential power input from the motors. When engaged, both motors would be exclusively powering the spinning action of the wheel.
@VeydinZain
@VeydinZain Год назад
Awesome way to think out of the box! Can't wait to see it all come together 🤖
@sollancer7699
@sollancer7699 Год назад
Just found your channel and I have to say your six wheels 180 is what I envision all future cars might be design around. While its cool on a drone but I feel as a vehicle platform is way better. I also think 6 wheels is the most optimal for a well balance design to get out of most situation when compare to a 4 wheels one.
@martins.6122
@martins.6122 Год назад
Ingenious thinking, chapeau! And thanks for having kept it open source, patents divide humanity and kill the use of free inventing and the fun of doing so...!
@markklarer2447
@markklarer2447 Год назад
Very nice. Many obivous advantages over omni wheels including being much simpler design, and probably more reliable, less expensive.
@dmitrysozinov2391
@dmitrysozinov2391 Год назад
Really interesting usage of differential mechanism that is used in cars to ajust whells speed in a turn
@Skyentific
@Skyentific Год назад
Great design!!!
@MarcStollmeyer
@MarcStollmeyer Год назад
Back in 2012 I worked on a design we dubbed Emperor swerve for FRC competition. The design files should still be public. Our design just like this one requires very accurate sensor feedback of the wheel orientation and speed. Our biggest issues revolved around that data becoming inaccurate. We uses an optical limit switch to identify when it was pointing straight forward, without it we’d loose orientation in minutes.
@LuisElectronico
@LuisElectronico Год назад
This was very cool, maybe add a second gear in the opposite direction but allow it to spin freely from the wheel drive shaft, this way it would do nothing in terms of motion but it would give extra stability and the wheels could handle more heavy duty aplications, overall this is a very impressive design, I want to see how it evolves
@hopeorigins825
@hopeorigins825 2 года назад
This wheel motor design is pretty smart, - If both ring gears spin in the same direction : the wheel doesnt spin but turns; - If the ring gears turn in opposite directions : the wheel spins, but doesnt turn. - And by varying the speed of the one motor you can make it turn one way or the other you can make a vehicle change directions smoothly. Just a little bit bulky design and 2 motors, but other than that, it's pretty impressive. But I want to ask : when both ring gears are spinning opposite ways and the vehicle is going strait, can an external force turn the wheel to another direction ? I'd say its probably possible since such an external force would be able to slow one of the motors, this would make it even more difficult without an angle detector to know how to wheel is oriented. But that's easily fixable, you just need to put another ring gear fixed to the inner wheel support, and gear that to an infinite rotation sensor fixed to the same piece as the motors. And ... I went ahead and imagined how I would build a vehicle with this. Sorry :p
@wildwillyrobots
@wildwillyrobots 2 года назад
Yes, it it possible that the wheel will turn/rotate from external forces. But actually it will not turn easily, because the gear ratio for the turn is quite high compared to the ratio of the spin. I will add encoders to both motors, and that will allow me to calculate both the spin and rotation precisely. On top of that I will add control loops with feedback, so that I will be able to control the speed/position. To reset the turn angle when I power it up, I will make an initialization procedure, where the inner base triggers an opto switch.
@ModelLights
@ModelLights Год назад
@@wildwillyrobots 'add encoders to both motors' Realize, this will still lose some if the middle ring is floating Instead, you can EASILY add direct encoding to the steering ring and know your direction exactly. Look at 10 seconds, to look at the vertical stack. Middle ring has its top surface clear, below the top gear ring, but above the screws for the guide bearings. Use flat head screws for better clearance. Out from the top edge of that middle ring, make a flat edge disc, then notch it for gray type encoding. Then put say 6 opto interrupters around the edge to read the code, and you can read your direction directly off the steering ring. Similar idea to the quadrature encoder of mouse, but if you do it right you can use more sensors and get X number of bits, so 64, 128, maybe even 256 positions would be doable. Probably need to rearrange the top gear drive so the motor is above so there's easy further clearance for the encoder disc, but it should be easy overall.
@shubhambagri5732
@shubhambagri5732 Год назад
I am really excited to see your fully functional robot 🤖,🐥🐥
@markklarer2447
@markklarer2447 Год назад
You may want to consider an alternate gear setup that will take a couple more gears. The way you have it setup now you need both motors to spin exactly opposite to move without turning. By adding gears you can make a mechanism move without turning with only one motor. The other motor will turn it. More complicated but maybe more ideal in some situations.
@learntostock3487
@learntostock3487 Год назад
good job this seems different than other swerve drives I have seen
@wildwillyrobots
@wildwillyrobots Год назад
I can't take credit for the design idea, but I haven't seen that many use a differential design like this, so it will be interesting to see how it performs once I put it in a robot.
@stevenedwards408
@stevenedwards408 Год назад
Amazing concept I've never seen this idea before, if you've invented this as well as creating this prototype then you have a very bright future my friend 👍🏻Excellent
@glowytheglowbug
@glowytheglowbug Год назад
woah amazing design i would go with my original idea of using a turntable with gearing for the wheel but this low centre of gravity is perfect! i might try building one out of lego
@dfunited1
@dfunited1 Год назад
What a beauty! I see some suggestions here for sensor feedback, but it'd be dead simple to have trim potentiometers for each motor.
@Tims_Projects
@Tims_Projects Год назад
A very nice design, I love it. I foresee an issue using DC motors, if the two motors are not exactly balanced (RPM) you will have creep in steering when going straight. Do you intend fitting some sort of an encoder on the centre part for positional feedback? So that you can make adjustments to each motor.
@wildwillyrobots
@wildwillyrobots Год назад
I will add encoders to both motors. From those I can calculate the position of both the rotational and spinning axis.
@Tims_Projects
@Tims_Projects Год назад
@@wildwillyrobots Fantastic. I look forward to seeing more.
@ONRIPRESENCE
@ONRIPRESENCE Год назад
In the future, for whatever reason you want to be able to twist live wires freely, you can install a mercotac. They allow you to rotate the wires continuously while delivering power signal :)
@laytonpratt
@laytonpratt Год назад
Very cool! Reminds me of a differential 🤦‍♂️. I read the title after watching the video lol.
@rcdoebbora
@rcdoebbora Год назад
Very nice 👍
@egecura3465
@egecura3465 Год назад
genius idea ! Keep uploading the following videos please.
@wildwillyrobots
@wildwillyrobots Год назад
I plan to make a video on how to control this wheel, and one about the robot with three wheels. But I'm missing some parts, so I will take a while before they are ready.
@RichardBronosky
@RichardBronosky Год назад
I wonder if this could be used to make balancing robots. Type 1: the robot balances on this wheel that touches the ground. Type 2: the robot balances stationary on a stick with this mechanism elevated to act as a fly wheel Type 3: the robot balances in motion on a ball with this mechanism elevated to act as a fly wheel
@robertoguerra5375
@robertoguerra5375 Год назад
That is a great idea :D Maybe in the future it could also extend the wheel downward, adding suspension too
@greggv8
@greggv8 Год назад
Make the ring gears the motors. Put magnets on the rings and coils on the frame under the bottom ring and on a 3rd ring above the top ring.
@inventor121
@inventor121 Год назад
just one correction. it should be "Axle" which describes a type of shaft not "Axis" which is used to describe reference geometry.
@ChrisCameronPhoto
@ChrisCameronPhoto 10 месяцев назад
Brilliant design. However I think a simpler answer to your problem would have been to use a slip ring to pass the drive motor wires through the steering axis.
@jonp8015
@jonp8015 Год назад
Are you planning on having some kind of positional sensor to check that the wheels are pointing in the direction the robot thinks they are?
@wildwillyrobots
@wildwillyrobots Год назад
Yes, I will add encoders to both motors and a third sensor for zeroing the rotational axis.
@OddJobEntertainment
@OddJobEntertainment Год назад
Really cool idea. While horizontal and vertical rotation are both easily used separately, I wonder how much use really comes from the range between. It seems like the motion gets a bit difficult to predict.
@ddegn
@ddegn Год назад
If quadrature encoders where used on both motors, the motion should be very predictable.
@ethanv3653
@ethanv3653 Год назад
Very cool design! As far as your wire binding limitation on your original robot design, I was going to suggest you use brushes in the steering axis to bring power down to the drive motor, this would allow infinite rotation of the steering, ( similar to how an excavator can spin in circles indefinitely because they route the drive oil for the hydraulic drive Motors through a slewing bearing).
@wildwillyrobots
@wildwillyrobots Год назад
The problem is that in addition to the 2 power wires for the motor I also have 4 wires for an encoder. Bringing those down to the motor in a way that doesn't add noise to the encoders is not easy to do in a cheap way.
@DesignCell
@DesignCell Год назад
@@wildwillyrobots This just hit my recommended and it's really cool! Came to the comments wondering about asserting positioning. You mention encoders; assuming one one each drive motor. Does this maintain precision or did you observe drift? My mind jumped to having a magnetic position sensor straddling the wheel for angle position then letting some other positioning sensor handle in environment position assert.
@wildwillyrobots
@wildwillyrobots Год назад
@@DesignCell Haven't implemented the controller yet, but from the the motor encoder values it is possible calculate the absolute position for both the rotational and spinning axis, so I don't expect problems with drift.
@AthenaAutocross
@AthenaAutocross Год назад
@@wildwillyrobots Couldn't you just do a stepped multi-level slip ring. That would put space between each of the 6 lines and still allow infinite turning.
@satreaaji
@satreaaji Год назад
The hardest things is to make the twin motor to keep run on same speed, which can be solved through sensor and dimmer but the more wheels it will be more complex
@ddegn
@ddegn Год назад
Quadrature encoders would let a microcontroller accurately control the speed. I made a Mecanum wheeled robot which didn't work well until I added quadrature encoders to each of the four motors.
@siggyincr7447
@siggyincr7447 Год назад
It's definitely a interesting novelty. But in terms of practicality, the design used in the 6-wheeled robot is far better. The rotational limitations would be easy enough to deal with using slip ring contacts. The need for the power to transfer through 2 gear interfaces for any motion is cool, but impractical. Great for a RU-vid video though.
@kentonian
@kentonian Год назад
I think you’ll need some thrust bearings for vertical loads. Another option would have been for power to be transmitted to the motor via sliding contacts at the axis.
@wildwillyrobots
@wildwillyrobots Год назад
Good point about the vertical load. My robot will be in the size of a small robot vacuum cleaner, so I think the current design will be able to handle the load, though.
@cookiecai9855
@cookiecai9855 Год назад
Outstanding design! I am a boop. But what makes me curious is that compared to omni wheel, what are the advantages and disadvantages?🤣
@wildwillyrobots
@wildwillyrobots Год назад
Omni wheels with rollers tend to slip on the surface. Also, you can push them around because the rollers are not actively controlled. This makes it hard to do precise navigation. This design is better suited for navigation, but compared to an omni wheel, it is much more complex both in hardware and in the software needed to control it.
@cookiecai9855
@cookiecai9855 Год назад
Thank you very much!
@derekgalbraith432
@derekgalbraith432 Год назад
Love the design! I hope it works on a larger scale (I'm converting the model for FRC). Do you have any suggestions on how to model the big gear?
@wildwillyrobots
@wildwillyrobots Год назад
I used a gear generator script in my cad (onshape) to create the gears, and then merged a bevel gear with a spur gear.
@lelouch0reki392
@lelouch0reki392 Год назад
A slip ring might help with the wires limiting rotation
@wildwillyrobots
@wildwillyrobots Год назад
Others have made the same suggestion, but they are a bit expensive. Also, I'm unsure if they can deliver a noise-free signal for the encoders. Regardless, I simply wanted to try something different.
@pauloinventostube7533
@pauloinventostube7533 Год назад
Ótimo trabalho 👏 sucesso aí irmão 🤜🤛
@fireworm91
@fireworm91 Год назад
Isn't exactly how hiunday robotics designed their wheel attachments as you can see in CES 2022?
@MaPhy
@MaPhy Год назад
Bravo, bravissimo!
@TheAnonymmynona
@TheAnonymmynona Год назад
The cable routing might be easier if both motor were atacht at the same side of the outer ring, but a realy cool desing anyway.
@wildwillyrobots
@wildwillyrobots Год назад
Yes. I just mirrored the part, once I had designed one of the motor mounts. For my robot the motors will be mounted slightly differently to save space.
@Rezin_8
@Rezin_8 Год назад
Epic build
@drjeco
@drjeco Год назад
I wonder what will happen when the wheel is forced to stall in either turning or motion. I suspect this designs major downfall will be unintended direction changes and wheel motion when there is stalling or a mechanical failure of a gear or bearing.. Neat design, but I don't think it will fail very gracefully.
@rockyrivermushrooms529
@rockyrivermushrooms529 Год назад
very clever engineering. great job!
@diederickb1806
@diederickb1806 Год назад
dont u need some kinda op position sensor for this? or the wheel might creep out of position
@Syzygy2048
@Syzygy2048 Год назад
It's a good design, I'm just wondering if you've considered if simple slip rings would work for your original design.
@wildwillyrobots
@wildwillyrobots Год назад
Yes, but they are a bit expensive when you need 6 of them. Also, I'm not sure if the cheap ones are able to transfer the encoder signals without adding noise.
@thaerosthedragon1930
@thaerosthedragon1930 Год назад
If you get a measurement of your torque that the wheel gets I'd love to know!
@massacrestarts1673
@massacrestarts1673 Год назад
Speechless 🤯
@EMILE12345678901
@EMILE12345678901 Год назад
so this is basically corexy but in rotational movements instead of linear
@wildwillyrobots
@wildwillyrobots Год назад
In the sense that it has two stationary motors controlling two moveable axis's, yes.
@BLACKM3SA
@BLACKM3SA Год назад
Closer and closer to I, Robot
@telewubby1961
@telewubby1961 Год назад
very clever designing, but an electrical slip ring and a 360 servo would have worked too
@jbrownson
@jbrownson Год назад
Brilliant, thanks for the video
@ahmadnuurrohim8845
@ahmadnuurrohim8845 Год назад
Amazing design
@szabolcs__
@szabolcs__ Год назад
I like it, but, with an out plastic gears, Intrestinf version would be, with magnets instead of cogs.
@szabolcs__
@szabolcs__ Год назад
Sorry auto correcter
@FobosLee
@FobosLee Год назад
What’s the catch? Sure there are some limitations of design. Like loss in torque for example?
@wildwillyrobots
@wildwillyrobots Год назад
The large space required around the wheel is one obvious drawback. Another the fact that if you run the motors at full speed to drive (spin) as fast that you can, you need to slow down in order to rotate.
@yogaaditya2797
@yogaaditya2797 Год назад
Hey, what do you think for body of robot, and gears, better use 3d print filament or resin ?
@wildwillyrobots
@wildwillyrobots Год назад
I only have experience with filament based printning. For my use it works well.
@HotNoob
@HotNoob Год назад
this is different. buht... is it better than a less complicated rotary connector?
@wildwillyrobots
@wildwillyrobots Год назад
No, but it is more fun to create this one😀
@ronarmstrong835
@ronarmstrong835 Год назад
I think you solved the problem of having a drive for sphere wheels.
@RichardBronosky
@RichardBronosky Год назад
Your move, James Bruton. ☮️❤️🌈
@beilkster
@beilkster Год назад
Making the wheel a ball instead of a tire would look pretty neat
@inventorvai
@inventorvai Год назад
Great idea bro where can I contact you. For Collab
@bulletproofpepper2
@bulletproofpepper2 Год назад
Thanks for sharing.
@TheRealBustinOne
@TheRealBustinOne Год назад
There's a connector used in rc tanks that allows 360° spin with wires
@benjamin_f_gates
@benjamin_f_gates Год назад
A slip ring? Those work, but become complex when you factor in both power and signal wires for a motor and controller. Both coaxial and differential swerve drive modules transmit rotational power mechanically.
@kreinova2747
@kreinova2747 2 месяца назад
Hi, i have a question. What is the maximum payload for this Swerve drive sustem if there is 3 of it. I would like to know as i want to implement 4 of it in my project. Thanksee ❤
@wildwillyrobots
@wildwillyrobots 2 месяца назад
I'm not sure. The N20 motors I used in this demo is not strong enough for heavier load. In this three wheeled design ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-4N6FfiLL41w.html I used stronger motors. I think it can handle several kgs before the load on the plastic parts is too much.
@MoralRichMedia
@MoralRichMedia Год назад
Very nice design.
@marwanbeaino5377
@marwanbeaino5377 Год назад
Well done !
@jaypetz
@jaypetz Год назад
Question is how much weight can this handle o.o
@i-muts
@i-muts 2 месяца назад
what kind of slotted bearings did you use for the ring gears
@wildwillyrobots
@wildwillyrobots 2 месяца назад
They are U624ZZ. You can find a part list here www.printables.com/model/300105-differential-swerve-drive
@ScottSavageTechnoScavenger
@ScottSavageTechnoScavenger Год назад
Good stuff! Keep it coming.
@learntostock3487
@learntostock3487 Год назад
I want to do this for my combat robot would this be able to withstand bumps? I would use two wheels in the middle of the bot so safe from weapons just worried about bumps and bouncing
@wildwillyrobots
@wildwillyrobots Год назад
The design itself should be fine with bumps, but obviously the plastic parts are not very strong. If you search for "frc differential swerve" there are some examples of differential swerves made from metal.
@FliBaleon
@FliBaleon Год назад
I think that I can write down the math to decouple the rotations and create a preprocessor block that given the speeds on each axis generates the speed references for the two motors
@FliBaleon
@FliBaleon Год назад
Actually I think I've done it
@wildwillyrobots
@wildwillyrobots Год назад
@@FliBaleon Yeah, it's not that complicated. For one motor is is the sum of the wanted rotational speeds (each divided by the ratio of the gear for the rotational axis). For the other motor it is the difference of said values. Or at least, that was what I got😀
@bio.s2903
@bio.s2903 7 месяцев назад
I was wondering, how did you design the reverse bevel gear? Or if there is a better name for it?
@wildwillyrobots
@wildwillyrobots 7 месяцев назад
The bevel gear was modeled in Onshape using a feature script called "Bevel Gear Pair". It was then combined with a normal gear made using the "Spur Gear" feature script.
@bio.s2903
@bio.s2903 7 месяцев назад
@@wildwillyrobots Could you possibly make a CAD tutorial on making one? Also if you know is there a way to do this in fusion360?
@wildwillyrobots
@wildwillyrobots 7 месяцев назад
​@@bio.s2903In Onshape, once you have selected the feature script, you get a dialog, where you put in the dimensions and the gear ratio, and then the gear is automatically generated. I have never used Fusion360, but assume it can run custom scripts to generate complex parts, just like Onshape.
@the_omg3242
@the_omg3242 Год назад
While it's a nice piece of engineering, it's seems like an over complex solution for what you end up with if those are the type of motors you plan on using. In your first example you had 5 wires going to the wheel which I assumed was for the motor and an encoder. But your second example had no encoder. Only a pair of DC motors. If you were willing to settle for that, why not just use a slip joint for the power to the motor in your first example. Even something like a 1/8" stereo jack and socket will give you a cheap easy 3 conductor way to transmit power through a rotating joint.
@wildwillyrobots
@wildwillyrobots Год назад
I will use motors with encoders. In the video I used some small N20 motors from another project, just to test the mechanism and to see if they would be strong enough. I got new motors with encoders now, so that I can do a control loop and control the speed and the rotation precisely. And yes, it is an overly complicated design. But fun to create.
@southern_merican
@southern_merican Год назад
Just when i thought u couldn't reinvent the wheel,....................here we are.
@GordonChil
@GordonChil Год назад
Is that an electric screwdriver at 2:16? What brand is it/where can I find one?
@wildwillyrobots
@wildwillyrobots Год назад
Yes, it is the wowstick 1F+. I use it more in this video ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-bXdt8hng2WM.html
@ZynionThe1337
@ZynionThe1337 Год назад
Have you thought about using a slip ring?
@wildwillyrobots
@wildwillyrobots Год назад
Yes, but they are a bit expensive when you need 6 of them. Also, I'm not sure if the cheap ones are able to transfer the encoder signals without adding noise.
@Duraltia
@Duraltia Год назад
Kinda surprised that the two small Motors have an identical or almost identical enough RPM for the wheel not to drift. Will you just run with that assumption, or do you plan to account for that with either a *_Hardware_* ( my best guess being the use of a 2 Motor single Gearbox Differential Setup driving the two large Gears with one Motor only doing the Driving while the other does the Steering ) or *_Software_* solution ( like reading out an encoder being installed somewhere )? The reason why I'm asking is because of my experience with my 1/16 scale RC Tanks that essentially have the same problem with their pairs of DC Motors powering the Tracks... My models with two independent Gearboxes always have some slight drift in them because there seems to always be one motor, gearbox or controller that is weaker than the other and even if I account for that with trim while driving forward it'll still be visible when driving backwards whereas the model with two motors and a combined gearbox will always drive perfectly straight as only one of the two motors is responsible for driving while the other does the steering.
@wildwillyrobots
@wildwillyrobots Год назад
I will add encoders to both motors, so that I can make a controller with a feedback loop.
@АнатолийШутько-г8ы
🔥🔥🔥🔥🔥
@MarinusMakesStuff
@MarinusMakesStuff Год назад
Reminds me of how CoreXY systems work :)
@chrisBruner
@chrisBruner Год назад
cool idea
@superfly8950
@superfly8950 Год назад
That could be possibly not the greatest thing for a wheel to be overcomplicated like that. However you may have just discovered a new type of gyroscopic system? Don't quote me on that 👍
@Kinetic_CGI
@Kinetic_CGI Год назад
Nice design, I always wondered if there was a better way for a 3 wheeled robot. Also + 1 subs from me - lets get you over that 1000 subscriber threshold!
@shhope8060
@shhope8060 Год назад
I would like to know what size wheels you use.
@wildwillyrobots
@wildwillyrobots Год назад
Check out the description at Printables: www.printables.com/model/300105-differential-swerve-drive
@ayushb3289
@ayushb3289 Год назад
Try to make prototype of this omni-wheel with car🤘🤘🤘
@brandonsilvay4822
@brandonsilvay4822 Год назад
Another way you could use your original design is if you ran your wires from the motor for the wheel itself and for the turning up and then you with 3D printing make a column and actually put copper rings on it just like an electric motor a brush motor and then you take some old brushes or you can make some brushes using copper and Springs that will rub against the Rings in that way I actually allow you to spend 360° as many times as you want and still get the power to it as pretty much the same way how some heavy equipment works that's the same way how airplane and helicopter de-icing systems that need to use high voltage to heat up the blades work your steering wheel in your car or truck uses the same thing for the horn all the controls on your steering wheel and for the airbag it's called a clock spring for the airbag and everything
@brianlee5712
@brianlee5712 Год назад
You can always explore a coaxial solution!
@wildwillyrobots
@wildwillyrobots Год назад
Yes, that is on my todo list😊
@danmax3418
@danmax3418 Месяц назад
Can you explain me how you designed the bevel gears😭
@wildwillyrobots
@wildwillyrobots Месяц назад
I design in Onshape. It has a FeatureScript, that does the design for you. You just put in the number of teeth for both gears, and it will generate a gear set automatically. It is called "Bevel Gear Pair" and is here cad.onshape.com/documents/83c8fc667f6bea1744752759/w/d4dd842d4f160c0640d45404/e/cae5f7edb8683ff8f41c5bf3
@danmax3418
@danmax3418 Месяц назад
@@wildwillyrobots thank you for the quick reply:). Yeah, i found it before and already started to make a swerve drive.. If you got any tips i would be very gratefull to hear them. Thx again!
@wildwillyrobots
@wildwillyrobots Месяц назад
@@danmax3418 I would recommend a closed design, so you don't get dirt in the gears. Maybe this design I did, can be used as inspiration: www.printables.com/model/951372-omnidirectional-xrp-robot
@yaromrotem-gal-oz6502
@yaromrotem-gal-oz6502 2 года назад
this really cool but cant you use mecanum wheels?
@wildwillyrobots
@wildwillyrobots 2 года назад
Sure. Just wanted to try something different😀 Also, I hope to be able to make more precise navigation with these wheels, as mecanum wheels tend to slip on the surface.
@learntostock3487
@learntostock3487 Год назад
mecanum does not have pushing strength and requires high rpms and is inneficient on most to all surfaces. this was not how u should do swerve there are way more already designed ways
@babayaga8419
@babayaga8419 Год назад
How about adding a suspension
@olw4196
@olw4196 Год назад
That is soooo cool
@sammoore1979
@sammoore1979 Год назад
When making your robot, make sure to use a gyro so that the robot can be driver oriented, and not robot oriented. It makes it much easier to drive.
@wildwillyrobots
@wildwillyrobots Год назад
I will mostly be running it autonomously, so remote controlling is not an issue. But I will most likely add an IMU to improve the accuracy in autonomous mode.
@sammoore1979
@sammoore1979 Год назад
@@wildwillyrobots Sounds good. If I can be of any help programming it, let me know. This project looks very interesting, and I am excited to see where it goes. Keep up the good work.
@wildwillyrobots
@wildwillyrobots Год назад
@@sammoore1979 I mostly got it working, as you can see in this follow-up video: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-3W0p16vsgqA.html Will make a more detailed video about how it is controlled later.
@Karlemilstorm
@Karlemilstorm Год назад
Fedt lavet!
@JanpanTheInkling
@JanpanTheInkling Год назад
This could make parallel parking so much easier
@jamesgjt
@jamesgjt Год назад
i think the only drawback is that the torque is reduce when turning.
@jacobdavidcunningham1440
@jacobdavidcunningham1440 Год назад
well made
Далее
Differential Swerve Drive Robot Assembly
13:01
Просмотров 7 тыс.
High precision speed reducer using rope
20:19
Просмотров 1,8 млн
The Brilliant Tricks Inside Telescopic Machines
11:40
Просмотров 125 тыс.
World's First SCREW-BIKE
23:04
Просмотров 2,4 млн
I Built The First LAMINAR FLOW ROCKET ENGINE
15:51
Просмотров 2,8 млн
Gearless Magnet Bike
17:57
Просмотров 6 млн
Alternative to bearings for tiny robots
12:05
Просмотров 820 тыс.
DIY Laser Image Projector (100ft+ Range!)
20:08
Просмотров 372 тыс.