Skip to content

Commit

Permalink
refactor<tel/mjpeg>
Browse files Browse the repository at this point in the history
Made it better in terms of  variables/functions and classes names. Also added proper comments to the functions and classes.

Not having loose functions and they should be wrapped in classes, if there are some functions that are used more than once, they are wrapped in a mjpeg utils classe.

Use DRY method when rewriting the code.

I will move these files into another folder with a readme file to explain them better
  • Loading branch information
Ahelsamahy committed Oct 17, 2024
1 parent f5f6031 commit bbed07a
Show file tree
Hide file tree
Showing 3 changed files with 525 additions and 347 deletions.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"BYODR",
"GPIO",
"Jetson",
"mjpeg",
"teleop"
],
"python.analysis.typeCheckingMode": "off",
Expand Down
Loading

0 comments on commit bbed07a

Please sign in to comment.