barefoot icon indicating copy to clipboard operation
barefoot copied to clipboard

Java map matching library for integrating the map into software and services with state-of-the-art online and offline map matching that can be used stand-alone and in the cloud.

Results 62 barefoot issues
Sort by recently updated
recently updated
newest added

Add "npm" in section "Install prerequisites" for Tracker server

Also install nodejs-legacy while installing nodejs, otherwise "gyp: Call to 'node -e "require('nan')"' returned exit status 127" may occur while running command "cd utill/monitor && npm install && cd ../.."

- Revise `submit/stream.py` to use Python sockets instead of `netcat` (similar to `submit/batch.py`). - Change `Calendar.getInstance().getTimeInMillis()` to `System.currentTimeMillis()` in `TemporaryMemory`. - Add a `tracker.properties` option to bound `MatcherKState`. - Consider...

enhancement

I made a first version of a contributing guide. I copy pasted some things from other guides. Other things I just made up. It's not complete on code styling. Also...

I was going through the Dockerfile and while I was there I tried to improve readability a bit, using the Docker guidelines. I put each statement and installed package on...

Hello, We've been using the barefoot project for a few month now, and it has been an amazing discovery, and of a great help. But we're stuck with an issue...

Hi, our group is trying #on barefoot. When reading the wiki and source code I came across the parameter matcher.lambda. It is adaptively set as the function of sampling time:...

question

Solution: change config entry reading from integer to double fixes #101

Config entry matcher.distance.min is read by MatcherServer and TrackerServer as integer but is internaly used as double. If it would read from config file as double, config would be more...

bug

In default Bash, it is not an error to refer to an undeclared (or empty) variable. In that case, it will just expand to an empty string. So there's no...