Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

aivision for beta release #729

Open
wants to merge 10 commits into
base: develop-pros-4
Choose a base branch
from
2 changes: 2 additions & 0 deletions include/api.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
#endif /* __cplusplus */

#include "pros/adi.h"
#include "pros/aivision.h"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So I'm not really a big fan of the "aivision" name, at least make it ai_vision or ai_camera (underscore matters the most, vision might be a little to ambigious)?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(actually vision is fine but I'd prefer a underscore between ai and vision just for readability's sake)

#include "pros/colors.h"
#include "pros/device.h"
#include "pros/distance.h"
Expand All @@ -59,6 +60,7 @@

#ifdef __cplusplus
#include "pros/adi.hpp"
#include "pros/aivision.hpp"
#include "pros/colors.hpp"
#include "pros/device.hpp"
#include "pros/distance.hpp"
Expand Down
Loading