Autonomous Car simulated with Python

  Рет қаралды 23,893

Mouad Boumediene - Hobby Coding

Mouad Boumediene - Hobby Coding

3 жыл бұрын

i simulated and visualized an autonomously navigating robot in python , this is how I did it.
first, we will discuss the autonomous navigation of mobile robots and explain the python implementation where we use the pygame module in visualizing this project
helpful tutorials:
differential drive robot dynamics: • python differential dr...
RRT path planning algorithm: • python RRT path planning
📁 source code: ko-fi.com/s/b0f376134e
content:
---------------
0:00 intro
0:41 what is navigation?
1:44 about the map
3:02 path planning algorithms
4:52 python implementation
7:30 outro
hashtags:
#pythonproject #python #selfdriving #pathplanning

Пікірлер: 40
@rushilborad9541
@rushilborad9541 3 жыл бұрын
I was previously asking for this motion of robot code application on the rrt. I was confused that in which class we have to apply these method in RRT code.
@rushabhniravshah3552
@rushabhniravshah3552 3 жыл бұрын
@algobotics can u pls upload code for this as we facing some diffuclities in compliing rrt part and driving part
@deeptitaram5030
@deeptitaram5030 2 жыл бұрын
@algobotics please can upload the code, as I'm facing a problem in path planning of differential drive, the error is coming and I can't able to resolve it
@hajranaeem4201
@hajranaeem4201 2 жыл бұрын
In move function, why did yyou use x variable whereas in equation xdot was given?
@yuka1367
@yuka1367 3 жыл бұрын
So we don't need a local controller to follow the trajectory in differential robots? (using the inverse model)
@hobby_coding
@hobby_coding 3 жыл бұрын
in this video, I assumed the robot and environment to be ideal ( no noises = no control systems needed )
@joshuadillard3925
@joshuadillard3925 Жыл бұрын
Hey, Algobotics!!! I'm Josh,
@yenyuthnea631
@yenyuthnea631 5 ай бұрын
we could call our self as scientific by designs new algorithm for part planning.
@dominicnightingale8150
@dominicnightingale8150 3 жыл бұрын
Do you know ROS? All of your videos are really awesome but if you incorporated ROS (or ROS2) that would be a game changer!!!
@hobby_coding
@hobby_coding 3 жыл бұрын
i'm thinking about installing Linux ,when i do that i'll make ROS videos for sure
@borheneharbegue7662
@borheneharbegue7662 2 жыл бұрын
Plz algobotics i really need the code for this application i did not understand how you applied it here and wont be able to do it on my own
@justgaming717
@justgaming717 2 жыл бұрын
could you provide us with the simulation code nice work
@xar3434
@xar3434 Жыл бұрын
is this only for your simulation?
@surajchess3114
@surajchess3114 3 жыл бұрын
How to get paths that follow dynamic constraints with RRT
@hobby_coding
@hobby_coding 3 жыл бұрын
read the book written by Lavalle
@tungno1613
@tungno1613 2 жыл бұрын
can you show me how to smoothen the path instead of glitching like that in your video?
@hobby_coding
@hobby_coding 2 жыл бұрын
yes, you can do it using only 10 lines of code, checkout my channel for that
@furkan5983
@furkan5983 3 жыл бұрын
Can you please help on implementation part? i'd appreciate
@furkan5983
@furkan5983 2 жыл бұрын
Dude, why don't you help? @algobotics
@CUSenthilKumar
@CUSenthilKumar 2 жыл бұрын
Hey, Though I am not good at coding, I tried to code by myself to achieve this. Still, I am not able to make it possible. I will try to visualize to you what I did. Firstly, I wrote the Robot class inside the RRTbase file by modifying the Move and follow_path as per your suggestion. Next to it, I imported and assigned this class to the RRT file. Finally, I added the move() function at the end. On the pygame screen, I am not able to see any robot. Instead, the RRT algorithm is running iteratively for different obstacles pattern. Please help me to carry out this simulation.
@hobby_coding
@hobby_coding 2 жыл бұрын
i'll try to find time and recreate this and i'll post it by next week hopefully.
@CUSenthilKumar
@CUSenthilKumar 2 жыл бұрын
@@hobby_coding Thank you
@user-qh3zs1gd7r
@user-qh3zs1gd7r Жыл бұрын
@@hobby_coding So, you don't have time?? 🤖☹️
@hobby_coding
@hobby_coding Жыл бұрын
@@user-qh3zs1gd7r no one HAVE time
@hobby_coding
@hobby_coding Жыл бұрын
@@user-qh3zs1gd7r sorry been too busy
@mohammadkhizaraliansari
@mohammadkhizaraliansari 2 жыл бұрын
Can I get the code
@naeimwtg
@naeimwtg 2 жыл бұрын
@algobotics can u pls upload code ?
@leonardhophni7145
@leonardhophni7145 Жыл бұрын
Hello Algobotics, First this has been a really educative forum on RRT path planning and simulation. Now currently I'm working on how to implement a robot that uses openCV and ML to identify a specific object, plan out a path to that specific object and finally the robot should follow this path to the object. This should be real life implementation. If you have time, I'd like to discuss more on how to achieve this with you.
@leonardhophni7145
@leonardhophni7145 Жыл бұрын
@Algobotics I am willing to compensate you for however much of your time I'll take.
@hakankosebas2085
@hakankosebas2085 Жыл бұрын
do traffic system
@JayaPrakash-ci9mg
@JayaPrakash-ci9mg Жыл бұрын
can you please upload the code sir? pleeeeeeeeeeeeeese
@justgaming717
@justgaming717 2 жыл бұрын
hello
@ghaithalattar1110
@ghaithalattar1110 2 жыл бұрын
where is the source code مفيش وقت للتفسير
@hobby_coding
@hobby_coding 2 жыл бұрын
lost it , very sorry
@ghaithalattar1110
@ghaithalattar1110 2 жыл бұрын
@@hobby_coding no worries, thank you
@ghaithalattar1110
@ghaithalattar1110 2 жыл бұрын
@@hobby_coding no worries, thank you
@FEM_FULL_HD_4K
@FEM_FULL_HD_4K 2 жыл бұрын
I left a message in fiverr, help me please
Autonomous Car simulated with Python #python #selfdriving #pathplanning
0:35
Mouad Boumediene - Hobby Coding
Рет қаралды 1 М.
В ДЕТСТВЕ СТРОИШЬ ДОМ ПОД СТОЛОМ
00:17
SIDELNIKOVVV
Рет қаралды 3 МЛН
Would you like a delicious big mooncake? #shorts#Mooncake #China #Chinesefood
00:30
A pack of chips with a surprise 🤣😍❤️ #demariki
00:14
Demariki
Рет қаралды 20 МЛН
Building a Self-Driving Go Kart
13:46
Austin Blake
Рет қаралды 254 М.
Path Smoothing in Python | with just 10 lines of code
7:24
Mouad Boumediene - Hobby Coding
Рет қаралды 8 М.
The Fastest Maze-Solving Competition On Earth
25:22
Veritasium
Рет қаралды 18 МЛН
simulating a LIDAR sensor from scratch with python | SLAM SERIES
15:43
Mouad Boumediene - Hobby Coding
Рет қаралды 54 М.
Self Balancing Robot Tips that will Save your project
5:36
Mouad Boumediene - Hobby Coding
Рет қаралды 24 М.
Controlling Self Driving Cars
4:41
AerospaceControlsLab
Рет қаралды 493 М.
iPhone 12 socket cleaning #fixit
0:30
Tamar DB (mt)
Рет қаралды 25 МЛН
Дени против умной колонки😁
0:40
Deni & Mani
Рет қаралды 11 МЛН