forked from openpositioning/DataCollectionTeam2
-
Notifications
You must be signed in to change notification settings - Fork 30
Assignment2 Group 12 #85
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
WXN727
wants to merge
31
commits into
openpositioning:develop
Choose a base branch
from
WXN727:assignment2
base: develop
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
now if click replay, it fetches if there is a file named trajectory.txt in Downloads.Now needs everytime I clicked replay, it downloads the file ready (name based on file ID), and then parse the file for further use. Needs to add UIs
…ide files names, cause errors when replaying files already downloaded
…fied Tried other ways for replay traj download and usage but failed, keeps the same way needs to chage stop button to pause button, need to add GNSS and WIFI and PDR locations. indoor function needs testing
…unction and gotoEND function. Fixed when pressed go to end or the seek bar goes to end, cannot resume playing even presee back to start or drag to the start. Traj File read now more reliable.
Tried different ways of parsing and sending traj data to REplayFragment, problem related to Nucleus building, inside Nuclues no movement.
Fixed crashes due to WiFi scan (via WifiDataProcessor) is still passing a Wifi object into this method instead of a JSONObject. Merged code as new GNSS and WIFI positioning features were not constructed on the latest version. Deleted redundant code for GNSS switch Fixed GNSS markers still there when switch is off UI upgrade Switches for PDR and Fusion added Sensor Fusion and Algorithms partially done, still working on
Fixed crashes due to WiFi scan (via WifiDataProcessor) is still passing a Wifi object into this method instead of a JSONObject. Merged code as new GNSS and WIFI positioning features were not constructed on the latest version. Deleted redundant code for GNSS switch Fixed GNSS markers still there when switch is off UI upgrade Switches for PDR and Fusion added Sensor Fusion and Algorithms partially done, still working on
…ction # Conflicts: # app/src/main/java/com/openpositioning/PositionMe/Fusion/EKF.java # app/src/main/java/com/openpositioning/PositionMe/Fusion/ParticleFilter.java # app/src/main/java/com/openpositioning/PositionMe/sensors/SensorFusion.java
…nateTransform.enuToGeodetic( pdrValues[0], pdrValues[1], elevationVal, startRef[0], startRef[1], ecefRefCoords); Fixed new crash issue after merged due to LatLng fusedCoordinate = CoordinateTransform.enuToGeodetic( fusedState[1], fusedState[2], 0, startRef[0], startRef[1], startRef[2]); Added Fusion choose in settings Fixed EKF algorithm problems Fused path can now be correctly display To make it more clear, added a new button wrapping four switches, new window slided in from bottom to show them Fixed crash due to onfusedUpdate triggered before onCreateView() or onViewCreated() Fixed PDR switch is off but PDR path and arrow are present Fixed add tag not added tag, also fixed and ensured it to use fused locations instead of pdr ones
Fixed crashes due to WIFI update Made fused arrow default indication and fused path default path
…approaches a lift
…vation. Elevation displayed if inside building now based on floor level user is at
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.