Skip to content

Commit

Permalink
[readme] update floor coordinates changed info
Browse files Browse the repository at this point in the history
  • Loading branch information
canlang committed Oct 27, 2014
1 parent eea7e3b commit 53de6aa
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Send estimated location with timestamp to the connected logging app.
The coordinate of the location should be presented in latitude and longitude. You have to refer and calculate latitude and longitude of the map which been provided. It also should contain the information of floor level.
This method should be called whenever you have a new positioning result, while the bluetooth connection is maintained.

## Sample Code Review
## Sample code review

```Java
private View.OnClickListener mBtnListener = new View.OnClickListener() {
Expand Down Expand Up @@ -90,7 +90,7 @@ private View.OnClickListener mBtnListener = new View.OnClickListener() {
2. When `send` button clicked, send the location (lat, lng, level) to logging application
3. 2nd process must be done after connect with logging application

## Logging Application Output
## Logging application output

* Output files are located in `/sdcard/ipin2014/` folder and two text files will be create and the format like this:
* `<id>_keypoint.txt`: < id >, timestamp, keypoint numbering(eg, 0,1,2,3,...)
Expand Down Expand Up @@ -148,6 +148,16 @@ public class Test {
The object that is passed to the server side is *Location* which class is contained IPIN'14 common library.


## Map coordinates changed (**IMPORTANT** UPDATED Oct, 28, 2014)
| Map point| lat (old) | lng (old) |lat (**new**) | lng (**new**) |
| :------------ |:---------------:||:---------------:||:---------------:||:---------------:|
| A2F A | 35.167759| 129.134113|35.1677877|129.1340732|
| A2F B | 35.165378 |129.135841 |35.1653866|129.1358354|





## Support

This work was contributed by Intelligent Service Integration Laboratory([ISILAB](http://isilab.kaist.ac.kr)) at KAIST. If you need help using the Dummy Localizer, or have found bugs, please create an issue on the <a href="https://github.com/canlang/IPIN2014_DummyLocalizer/issues" target="_blank">GitHub repo</a>

0 comments on commit 53de6aa

Please sign in to comment.