Skip to content
This repository has been archived by the owner on Jul 4, 2024. It is now read-only.

Suggested changes in Module Structure and Arduino code #5

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

Pedram87
Copy link
Member

@Pedram87 Pedram87 commented Dec 8, 2016

Made a preliminary change in module structure please help me improve this, also added a new sketch with
a digital noise filter which is ment to work on pair with the HW electronic filter.

Created folder for Parking module.
Created folder for Parking module and example file.
Created folder for Driver module and example file.
Created folder for LaneDetection module and example file.
Created folder for Proxy module and example file.
Created Proxy folder and example file.
Precise sketch for IR sensors
@chrberger
Copy link
Member

@Pedram87 Please change the title of this PR to a more suitable subject.

@HangYin2015 Hang, may I ask you to review @Pedram87's PR?

@Pedram87 Pedram87 changed the title Pedram Suggested changes in Module Structure and Arduino code Dec 8, 2016
@Pedram87
Copy link
Member Author

Pedram87 commented Dec 8, 2016

@chrberger Fixed

@@ -0,0 +1 @@

Choose a reason for hiding this comment

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

What does the Driver module do?

Copy link
Member Author

Choose a reason for hiding this comment

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

Sorry for the late response, the Driver module is from the se-research/CaroloCup repo it's the module structure of the 2016 year CaroloCup, it handles parking and obstacle-avoidance.

Copy link

@HangYin2015 HangYin2015 left a comment

Choose a reason for hiding this comment

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

For each module, several folders are expected (cf. https://github.com/se-research/OpenDaVINCI/tree/master/automotive/miniature/lanefollower): include (header files), src (cpp files), testsuite (test suite), and also a cmake file (if CMake is used). In OpenDaVINCI, there is usually an apps folder which contains a cpp file that starts an OpenDaVINCI module.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants