Great work there. I am wondering if the legs should be closer together, that is the 2 front legs should be closer to each other and the 2 rear legs closer together. If you look at a dog, cat or horse, you will find they are arranged this way. This arrangement should make the robot much more stable. You appear to have room for the shoulder servos to be closer without them clashing. You also appear to have room given the battery and Pi widths.
Hi Dave! Thanks for your comment! I think you made a good point there. In my design the robot is not squared, but the front and back legs are a bit closer together. Anyways, this is something I could improve in a future design
@@Androtics_AI Your design, but made thinner in the body and maybe modify the parts to simplify the 3d print. I have already ordered all the items in your Bill of Materials. Thanks for publishing everything, hopefully we can all contribute to your great project.
@@DaveEverett01 Oh wow! that's great! thanks for building Pavlov mini! I'm very happy to help if you need anything, and if you improve the design, please share it with the rest of us ;)
Hey, I currently only know about arduino and am able to do control motors, relays, pair with bluetooth, work with sensors, motor drivers, servos and all that stuff. I've made a few helpful projects using it like 'smart' wheelchair and agriculture robot. But that's about it. All of them I've coded myself. I came across videos of James Bruton, your channel and many more. I was wondering, how can I get on that level where I can make my own 3d models on some 3d software, all that kinematics stuff. How do I develop the mechanics for it? Code for the balancing of Bipedal or Quadrupled robots. How do I use Computer Vision to control robots? I searched youtube for it but must of the videos are too small to explain the code and the structure. By that I mean, the logic and the thought process behind it. There is just the 3d files and the code. That wouldn't be innovating from a learner's perspective I think. There must be online courses I enroll do to achieve this. What are those? I couldn't understand which kind of course would be suitable for me. Please guide me.
i am currently making the same bot, please share the notes of how can i design walk function of my dog. its actually part of my sem project. i am not getting idea
Hi, I really enjoyed the video and I got inspired to build this. I just couldn't find the foot left and foot right models on gitlab. They are under feet parts. I only get a message, that it didn't find them. Does anyone know, where to get these files. Thanks in advance.
Hi! thanks for your interest in the project! I checked the gitlab repository for the left and right foot parts and I myself can download these parts perfectly. Maybe try to download the whole repository again and make sure you are in the master branch. Let me know if this still doesn't work, so I can try to send you these parts
Awesome project! How did you decide on the ratio of the length of the tibia/femur? Is it 1:1? Was that a choice based on the mechanical properties? Or just seemed like a reasonable ratio?
Thanks! Good question! It would be totally possible to choose another ratio. The main reason for this choice is symmetry, because I use the same motors to move the tibia and femur, and they have the same mechanical properties (torque and speed). Having the tibia shorter, for example, would require different speed and torque commands in these two motors to reach the same foot positions.
@@Androtics_AI Thanks for the reply! Mechanically speaking, would there be advantages to different leg length ratios that might make it worth the effort to use different gearing on the belts and code to compensate?
I'm not sure, the only advantage I can see is if you use a less powerful (less torque) but lighter motor to move the tibia, and then you design the tibia shorter to compensate. Having a lighter motor there would make the legs lighter and therefore the robot more stable, as I explain in the video. But you will run into other problems. For example you will have less foot reachability, which means that you will have less available 3D positions of the foot when you move the motors of the leg. This most likely will affect the walking of your robot. But it's an interesting discussion, thanks!
@@Androtics_AI Really excellent points you’ve made. I guess another important point in favor of 1:1 is that it looks like Boston Dynamics and MIT’s quads have what appears to be 1:1. I imagine they’ve weighed the pros and cons of different ratios pretty thoroughly and probably arrived at the best possible geometry (or at least damn close). Thanks again for your awesome video and taking the time to respond. Looking forward to more great stuff from you in the future!
this is an _excellent_ mechanical design that looks incredibly efficient for power transfer without ripping the joint assembly apart like most other designs out there, do you do professional robotic design or something? by the way thanks so much for sharing!
Hi Maduni! try to go to the root git repository: gitlab.com/anflores/pavlov_mini/ You don't need to have an account to access it. From there, you can go to the 'robot components' seccion.
The price of the version in this video is about 500 Euros. However I updated the servomotors (which I'll show in later videos), created a robot face and included a lidar sensor, which increased the price to around 900 Euros. More info in the git repository
It’s great to see that with logical and clear engineering thinking you can design a perfectly functional platform for development.
Designing for specific purposes is the ideal version of this, use case specifications will be useful for this.
The googly eyes totally sold it, I subbed lol that was hilarious.
Qué grande! Te lo has currado amigo!! Gracias por compartirlo💪🏻💪🏻💪🏻💪🏻
you are a genius
Interesting work and well explained
Great job
When you do get the time, could you walk us through your design flow in Blender from the systems thinking perspective?
The robot you made is very impressive and inspiring brother ☺️
Thank you so much Faiz Ahmed! Im happy you find it inspiring 😄
Rs
Nice work
Great work there. I am wondering if the legs should be closer together, that is the 2 front legs should be closer to each other and the 2 rear legs closer together. If you look at a dog, cat or horse, you will find they are arranged this way. This arrangement should make the robot much more stable. You appear to have room for the shoulder servos to be closer without them clashing. You also appear to have room given the battery and Pi widths.
Hi Dave! Thanks for your comment! I think you made a good point there. In my design the robot is not squared, but the front and back legs are a bit closer together. Anyways, this is something I could improve in a future design
@@Androtics_AI Cool. I'm working to CAD up the dog in another program so I can look at the geometry, but this will probably take a week or so.
@@DaveEverett01 You mean my design or your own design of a robot dog? Either way, good luck!!
@@Androtics_AI Your design, but made thinner in the body and maybe modify the parts to simplify the 3d print. I have already ordered all the items in your Bill of Materials. Thanks for publishing everything, hopefully we can all contribute to your great project.
@@DaveEverett01 Oh wow! that's great! thanks for building Pavlov mini! I'm very happy to help if you need anything, and if you improve the design, please share it with the rest of us ;)
Sir gr8 work🤩
Pajeet spotted
fascinating
Thanks Darveider!
Thanls for sharing!
you are great brother
Amazing video, loved it
Thank you!
It's a nice robot. Just need to improve the gait generation and dynamic balancing, then it's should be good.
Thanks! yes, I'm working on the balance
That is fantastic.
Batman doesn't want to be a UA-camr 😂
Good video by the way!
How did you program ,which board did you use ,how did you connect camera,and finally how you using robodog autonomously or with an Rc controller 🙂
Amazing project.Can you put a robitic arm?
Great idea Daniel! Something I have thought to add in the future ;)
could you provide any research papers or atrticle on the mechanism
Thanks for the great project. Do you have wiring diagram? What drives the servos?
Yes, where is the arduino connected?
Hi nice robot. I've tried to make a similar one with arduino but I don't know how to program it.
ur nice bro
What screw sizes do I need to order?
Nicr work!
Hey,
I currently only know about arduino and am able to do control motors, relays, pair with bluetooth, work with sensors, motor drivers, servos and all that stuff.
I've made a few helpful projects using it like 'smart' wheelchair and agriculture robot. But that's about it. All of them I've coded myself.
I came across videos of James Bruton, your channel and many more.
I was wondering, how can I get on that level where I can make my own 3d models on some 3d software, all that kinematics stuff. How do I develop the mechanics for it? Code for the balancing of Bipedal or Quadrupled robots. How do I use Computer Vision to control robots?
I searched youtube for it but must of the videos are too small to explain the code and the structure. By that I mean, the logic and the thought process behind it. There is just the 3d files and the code. That wouldn't be innovating from a learner's perspective I think.
There must be online courses I enroll do to achieve this. What are those? I couldn't understand which kind of course would be suitable for me. Please guide me.
Increíble . De donde eres?
Muchas gracias! Soy de Toledo (España)
Eeeeeeeeh primo muy buen video,pero ostias haber que has dicho 😂😂😂
pues nada, todo inventado jajaj muchas gracias Fernando!!
That cat was not safe on that ledge 😬
What if the battery is over or can we use solar plate to function robot?
i am currently making the same bot,
please share the notes of how can i design walk function of my dog.
its actually part of my sem project.
i am not getting idea
Hi, I really enjoyed the video and I got inspired to build this. I just couldn't find the foot left and foot right models on gitlab. They are under feet parts. I only get a message, that it didn't find them. Does anyone know, where to get these files. Thanks in advance.
Hi! thanks for your interest in the project! I checked the gitlab repository for the left and right foot parts and I myself can download these parts perfectly. Maybe try to download the whole repository again and make sure you are in the master branch. Let me know if this still doesn't work, so I can try to send you these parts
@@Androtics_AI Hi, thank you very much for the tip. I can download all models now. Do you also have some kind of guide or diagram of the wiring?
You should sell those I’d buy one ☝️
i mean for riding
Androtics what software do you use for the Robot? Do you use ROS for the Robot?
Yes, I use ROS to integrate different algorithms that I implemented. You can check out my other video, where I give a small introduction 🙂
I would like to make robot dog for my schildren 2 years old and 5 years old plase let me know if it's possible Thanks
Awesome project! How did you decide on the ratio of the length of the tibia/femur? Is it 1:1? Was that a choice based on the mechanical properties? Or just seemed like a reasonable ratio?
Thanks! Good question! It would be totally possible to choose another ratio. The main reason for this choice is symmetry, because I use the same motors to move the tibia and femur, and they have the same mechanical properties (torque and speed). Having the tibia shorter, for example, would require different speed and torque commands in these two motors to reach the same foot positions.
@@Androtics_AI Thanks for the reply! Mechanically speaking, would there be advantages to different leg length ratios that might make it worth the effort to use different gearing on the belts and code to compensate?
I'm not sure, the only advantage I can see is if you use a less powerful (less torque) but lighter motor to move the tibia, and then you design the tibia shorter to compensate. Having a lighter motor there would make the legs lighter and therefore the robot more stable, as I explain in the video. But you will run into other problems. For example you will have less foot reachability, which means that you will have less available 3D positions of the foot when you move the motors of the leg. This most likely will affect the walking of your robot.
But it's an interesting discussion, thanks!
@@Androtics_AI Really excellent points you’ve made. I guess another important point in favor of 1:1 is that it looks like Boston Dynamics and MIT’s quads have what appears to be 1:1. I imagine they’ve weighed the pros and cons of different ratios pretty thoroughly and probably arrived at the best possible geometry (or at least damn close). Thanks again for your awesome video and taking the time to respond. Looking forward to more great stuff from you in the future!
Can we somehow replace the raspberry pi with arduino?
Hey, I was wondering if anyone knew how to wire all of the components together?
this is an _excellent_ mechanical design that looks incredibly efficient for power transfer without ripping the joint assembly apart like most other designs out there, do you do professional robotic design or something? by the way thanks so much for sharing!
btw do you have an IK simulation for the gaits / movement etc?
How RASPBERRY PI work in 7.4 volt ?
I have a question from a beginners perspective would it be possible to build this on a larger scale ?
Yeah but u would need to use larger and stronger motors which would be much more expensive
Can someone explain why the tibial section is always so short on all of these? It seems to be
how can I reach 3D printing files , the link doesn't work
Thanks for letting me know. The link is fixed now, you should be able to see the files.
@@Androtics_AI thanks
can you send the names of the stuff because I didn't logged to the site
Hi Maduni! try to go to the root git repository: gitlab.com/anflores/pavlov_mini/
You don't need to have an account to access it. From there, you can go to the 'robot components' seccion.
what printer you used
I have my custom printer, similar to a prusa i3
How much did it costs you to make a full robo dog...
The price of the version in this video is about 500 Euros. However I updated the servomotors (which I'll show in later videos), created a robot face and included a lidar sensor, which increased the price to around 900 Euros. More info in the git repository
Hanzhen harmonic drive gear ,
robot joint , strain wave reducer
over 30 years eperience
you look like carry minati
youuu areeee nooot thheaching meeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Nice work