-
Notifications
You must be signed in to change notification settings - Fork 0
NavigationSystem 2 #2
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
Open
CuriousSingularity
wants to merge
15
commits into
master
Choose a base branch
from
NavigationSystem_2
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* reference from 1st assignment Signed-off-by: BharathRamachandraiahGowda <mr.bharathramachandraiah@gmail.com>
* Route has waypoints and POIs * print using overload operators * changed variable names Signed-off-by: BharathRamachandraiahGowda <mr.bharathramachandraiah@gmail.com>
* Added shortest Distance to the next poi in the route * Bug fixes -> made CWaypoint as the container type for the route, because the base class must be used for the container type. This is to avoid the dereferencing of Waypoint object by a POI pointer. * To use the dynamic_cast to differentiate between waypoint and POI, the base class must be Polymorphic type i.e., it must have a virtual function. * Optimisation Signed-off-by: BharathRamachandraiahGowda <mr.bharathramachandraiah@gmail.com>
* map find bug fix * optimized operator overloading to use addPoi(namePoi, afterWp); Signed-off-by: BharathRamachandraiahGowda <mr.bharathramachandraiah@gmail.com>
* addition * assignment * addition and assignment Signed-off-by: BharathRamachandraiahGowda <mr.bharathramachandraiah@gmail.com>
* write working - tested * basic read is working - not tested Signed-off-by: BharathRamachandraiahGowda <mr.bharathramachandraiah@gmail.com>
* Database read error handling * Needs improvement Signed-off-by: BharathRamachandraiahGowda <mr.bharathramachandraiah@gmail.com>
* Basic functionality working * need to do through testing Signed-off-by: BharathRamachandraiahGowda <mr.bharathramachandraiah@gmail.com>
* Smoke testing done * optimzed the code Signed-off-by: BharathRamachandraiahGowda <mr.bharathramachandraiah@gmail.com>
* Basic functionality working * Need code cleanup * Need optimation Signed-off-by: BharathRamachandraiahGowda <mr.bharathramachandraiah@gmail.com>
* Code cleanup and optimization Signed-off-by: BharathRamachandraiahGowda <mr.bharathramachandraiah@gmail.com>
* Tested * Code cleanup * Optimization Signed-off-by: BharathRamachandraiahGowda <mr.bharathramachandraiah@gmail.com>
* Updated together file Signed-off-by: BharathRamachandraiahGowda <mr.bharathramachandraiah@gmail.com>
* Sample database files added Signed-off-by: BharathRamachandraiahGowda <mr.bharathramachandraiah@gmail.com>
ae198d9 to
460b622
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.