Autonomobile / AutoPylot

A project to race 1:10 RC cars autonomously around a track while going as fast as possible
MIT License
10 stars 0 forks source link

Data vis #40

Closed Maximellerbach closed 2 years ago

Maximellerbach commented 2 years ago

Added a bunch of data visualization functions with some tests. note: as the github action is headless (no graphical interface), those tests are not run in github, but you can still run them using:

pytest autopylot/ 

If you want ONLY vis tests:

pytest autopylot/ -m "vis" 

If you DON'T want vis tests:

pytest autopylot/ -m "not vis" 
Maximellerbach commented 2 years ago

Not finished yet, I will finish it today ! (maybe in Elec class)

Maximellerbach commented 2 years ago

Ready for review !

AlexandreGirold commented 2 years ago

image Elle sert a quoi la boucle while ici ?

Maximellerbach commented 2 years ago

image Elle sert a quoi la boucle while ici ?

elle sert à eviter les conflits entre lecture / écriture depuis plusieurs thread.