jerome077 / gpsvp

Automatically exported from code.google.com/p/gpsvp
5 stars 2 forks source link

Patch: Calculated speed monitor #150

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This patch adds a monitor for speed calculation from location data 
("CalcSpeed"). I had the problem that my GPS mouse did not transmit an NMEA 
GPRMC record that contained speed info, so I added a monitor to gpsVP that gets 
updated from the GPGGA records.
The patch has been tested on Windows XP in simulations and Pocket PC 2003 in 
"real life" on a boat. Speed values, if perhaps not 100% accurate, are at least 
plausible.

The speed monitor is updated with each new location record. It collects the 
last eight values and calculates the mean value to achieve a dampening effect.

The patch is for version 0.4.22. This also contains my fix for issue 111.

Original issue reported on code.google.com by leichten...@gmail.com on 16 Jun 2011 at 6:31

Attachments:

GoogleCodeExporter commented 9 years ago
I imported the patch for Issue 111 as it was easy. I don't have time for this 
one, which is bigger + I don't have any tools to import a .patch file. Would 
you like to have write access to the subversion repository to integrate the 
patch yourself before I release a new version 0.4.24?

Original comment by jerome077 on 25 Jan 2012 at 9:21

GoogleCodeExporter commented 9 years ago
Hi Jerome, thanks for the reply. If you give me write access I will integrate 
the patch into the repo.
I'd also try to take on Issue 87 (custom type file for maps) because I have the 
same problem as the other guy - special icons don't appear on the map.
I already tried to figure out a solution but didn't get far - if you give me a 
few hints on the icon management in gpsVP (on Issue 87, perhaps) I will try to 
do some work there.
As for the patch file, I think you can integrate it with TortoiseSVN (if you 
work on Windows) as described here: 
http://www.igorexchange.com/node/87#applying_patches
although I haven't yet done this myself.
Regards, Leo

Original comment by leichten...@gmail.com on 26 Jan 2012 at 7:21

GoogleCodeExporter commented 9 years ago
Hi Leo,
Ok, I have added you as committer to the members list.
I'm sorry I can't give you hints about the icon management, because I haven't 
worked on that part. You could ask Vsevolod about that.

Original comment by jerome077 on 27 Jan 2012 at 6:30

GoogleCodeExporter commented 9 years ago
Hi Jerome,
thanks for adding me to the committer list. I have just checked in my code.
As for the icon management, I'll try to get some time to tackle this.
Kind regards, Leo

Original comment by leichten...@gmail.com on 28 Jan 2012 at 4:28