PhD Thesis Defense: Jesus Tordesillas
45:33
Пікірлер
@ChillGuy511
@ChillGuy511 21 күн бұрын
Brilliant video!
@kotakondo8643
@kotakondo8643 22 күн бұрын
first
@CarmenFerdinand-l3w
@CarmenFerdinand-l3w 23 күн бұрын
Young Angela Johnson Kevin Hall Ruth
@haneeshallu4488
@haneeshallu4488 Ай бұрын
How were you able to map the region first with proper loop closures ??????
@isatyamks
@isatyamks 2 ай бұрын
can you provide the codebase of the model if available?
@jannuellaurodizon3016
@jannuellaurodizon3016 3 ай бұрын
This is so good, damn
@macmaniac77
@macmaniac77 3 ай бұрын
Love this!
@BonnieYU-js4tm
@BonnieYU-js4tm 4 ай бұрын
The virtual experiment shown in the video was created using which software?
@BonnieYU-js4tm
@BonnieYU-js4tm 4 ай бұрын
The virtual experiment shown in the video was created using which software?
@abdotsouri9432
@abdotsouri9432 4 ай бұрын
how i can find the best value of the constante
@AndreasValvis
@AndreasValvis 5 ай бұрын
Fuzzy Logic.....
@BlakeEdwards333
@BlakeEdwards333 5 ай бұрын
Interesting work
@aktunav
@aktunav 6 ай бұрын
One of the best PID explanations that i have ever seen...
@Sleeperknot
@Sleeperknot 7 ай бұрын
This is probably the only video that gives a proper intuition about PID control. I wanted to develop that intuition to tune the roll, pitch, and yaw controls of my drone. None of the drone experts know how to properly explain the impact of changing P, I, and D.
@hadijaffri9856
@hadijaffri9856 7 ай бұрын
the best PID algorithm tutorial I have seen. The visual aids makes it so much easier to understand and give an intuition
@AnianBrosig-yv3jn
@AnianBrosig-yv3jn 7 ай бұрын
looks like the Pipe-Windows screen saver from windows 95 😅
@ZoeFPV
@ZoeFPV 7 ай бұрын
daz impressive!
@aquadap219
@aquadap219 7 ай бұрын
thats dope
@andyfang4230
@andyfang4230 7 ай бұрын
The last part got me😂
@alihusseinwheeb835
@alihusseinwheeb835 7 ай бұрын
good explain, but, it would be better if you explain how the reinforcement learning role
@Sugalime3D_FPV
@Sugalime3D_FPV 8 ай бұрын
I support the dev of VPP quadcopters (in a 5-7" prop size). Because it's in my interest. I fly 3D mode FPV quadcopters, but currently with FPP. There may be an additional advantage of FPP quadcopters over FPP helicopters. I noticed that almost all helicopter FPV videos show very strong vibrations in the camera recording. Either this is due to poor attachment or it is generally the case that FPV is much more suitable for quadcopters than it is for helicopters. With quadcopters you can get very smooth, vibration-free shots. It's probably not for nothing that helicopters were never used as small camera drones.
@flavianonzambi6878
@flavianonzambi6878 8 ай бұрын
amazing vid
@INeatFreak
@INeatFreak 8 ай бұрын
very gud and simpel
@hnl5100
@hnl5100 9 ай бұрын
for those who want to implement this in python a code here you have the simplest way to do this: class PIDController: Kp Ki Kd error_sum = 0.0 error_rate = 0.0 _prev_error = 0.0 def __init__(self, arg_p, arg_i, arg_d): self.Kp = arg_p self.Ki = arg_i self.Kd = arg_d def update(self,target,current): error = target - current self.error_sum += error self.error_rate = self._prev_error - error self._prev_error = error return self.Kp*(error) + self.Ki*(self.error_sum) - self.Kd*(self.error_rate)
@santhoshmamidisetti
@santhoshmamidisetti 10 ай бұрын
Can you please name those advanced controllers u mentioned at 4:10 please
@EvillNooB
@EvillNooB 10 ай бұрын
very well explained, i love when the complex topic is explained via breaking in down into simpler pieces
@snakehaihai
@snakehaihai 10 ай бұрын
Surely accepted. Sadly didn't get a chance to review it. Did you cite our encirclement ICRA paper this year?
@nabeelsherazi8860
@nabeelsherazi8860 10 ай бұрын
so cool as always. it's my dream to work in this lab one day lol
@vihreelinja4743
@vihreelinja4743 11 ай бұрын
So. where to buy one??
@Sugalime3D_FPV
@Sugalime3D_FPV 3 ай бұрын
😂
@jaden520
@jaden520 Жыл бұрын
😈 promo sm
@naeemajilforoushan5784
@naeemajilforoushan5784 Жыл бұрын
It is very nice, and it is not believable you researched it 8 years ago, thanks for sharing, and now you can use RL to more enjoy the results.
@nabeelsherazi8860
@nabeelsherazi8860 Жыл бұрын
god this is so cool. also congrats on your thesis defense jesus!!
@rdsully1221
@rdsully1221 Жыл бұрын
this is exactly what i was looking for. Im in design school prototyping a autonomous beer buggy
@naeemajilforoushan5784
@naeemajilforoushan5784 Жыл бұрын
great research
@kabiratolayemi7570
@kabiratolayemi7570 Жыл бұрын
Great. How did you test your model on the physical robot?
@huypham0081
@huypham0081 Жыл бұрын
amazing
@aljon5947
@aljon5947 Жыл бұрын
Bro just did a gymkhana
@offifee8022
@offifee8022 Жыл бұрын
Very nice presentation, thank you for uploading! :) Do I understand it correctly, that the NN controller solely determines a future control input based on observed system outputs? So no desired values for the output or other information is taken into account?
@NaveenKumar-lw7st
@NaveenKumar-lw7st Жыл бұрын
Is source code available somewhere.
@Extner4
@Extner4 Жыл бұрын
Props for them to use an actual rc car, trackers and a projector instead of just a simulation
@laosam4100
@laosam4100 Жыл бұрын
How to make it?
@BadPractices
@BadPractices Жыл бұрын
What a phenomenal video.
@azizjamal-de8ti
@azizjamal-de8ti Жыл бұрын
This is the best
@FainTMako
@FainTMako Жыл бұрын
This is literally just steering behaviors from game ai. Am I missing something here?
@machinze_edits
@machinze_edits Жыл бұрын
Amazing
@tecsupcesarmeza5741
@tecsupcesarmeza5741 Жыл бұрын
Amazing Video!!!!!
@BCase56
@BCase56 Жыл бұрын
always a joy to see SLAM at scale.
@JudValeski
@JudValeski Жыл бұрын
well done!
@lawofrobotics
@lawofrobotics Жыл бұрын
This is the best control theory video I’ve ever seen.
@yunbow5630
@yunbow5630 Жыл бұрын
paper link?