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

New GPS #82

Merged
merged 9 commits into from
May 20, 2016
Merged

New GPS #82

merged 9 commits into from
May 20, 2016

Conversation

Razican
Copy link
Member

@Razican Razican commented May 12, 2016

So, I'm opening this pull request, to track all possible issues and small polishing left. I could do some of it if you can't. This should fix #77. Maybe, we could also add implementations for #29, #34, #63, and #70, since they are GPS related. Most of them are pretty straightforward.

What do you think, @cruzeneko?

Also, check my comments on your last commit. The pull request is pretty much finished, only small details left. Thanks for your work!!

@Razican Razican added this to the 1.1 milestone May 12, 2016
@@ -88,6 +88,9 @@ bool GPS::initialize()
}
this->logger->log("Serial connection started.");

this->logger->log("Setting GPS to pedestrian mode");
Copy link
Member Author

@Razican Razican May 12, 2016

Choose a reason for hiding this comment

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

The problem here could be that the GPS is also initialized when in safe mode, and this could be a problem. The pedestrian mode should be probably set by the main script, or at least, if the main script enters in safe mode, should be able to set the airborne model. Something like bool set_safe_mode() {...} or something like that.

@Razican
Copy link
Member Author

Razican commented May 20, 2016

This seems pretty fine by me. Maybe it would be better to avoid any type of reference to the GPS mode in the main logic, but I guess it's fine as it is. Still lots of testing left, but I'm merging the pull request.

@Razican Razican merged commit 1090ffc into develop May 20, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants