ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

gpsd_client generating no data with artificial nmea file

asked 2017-09-06 12:47:41 -0500

mescarra gravatar image

updated 2018-07-30 17:12:47 -0500

jayess gravatar image

Hello everybody,

I'm currently developing a gps-based ROS application using ros-kinetic on Ubuntu 16.04. For the time being, I have no access whatsoever to a real gps device. Instead I'm using the toolkit included in the linux gpsd-clients package for simulating it with a given log file, like so:

gpsfake -c 0.1 -P 4000 gps_log.nmea

This command creates a gpsd server and feeds the contents of the log file as if they were produced by a real gps device. I can verify it's working by using this next command:

gpsmon localhost:4000

which connects to the gpsd server and shows proper positioning information.

However, when I launch the ROS gpsd_client node:

<node name="gpsd_client" pkg="gpsd_client" type="gpsd_client" args="_host:=localhost _port:=4000" respawn="true" />

I can make it work (produce messages on the /fix topic) with only 1 specific log file that I have found on the internet. I cannot see the difference between that working log file and the ones I create using tools like this one: https://nmeagen.org/ . This tools generates RMC, GGA and GSA sentences, which I believe should be enough. Actually, one difference I see is that the working log has plenty of different sentences (GSV, VTG, and others), but I don't know if there are some mandatory ones or maybe I'm missing something silly. I can attach the nmea files if necessary.

I need this to work with generated log files. If you now anything I could try with this approach, any workaround, or any other way to achieve this I would really appreciate your help.

Thanks in advance.

edit retag flag offensive close merge delete

Comments

Do you see a gps fix in e.g. cgps?

Humpelstilzchen gravatar image Humpelstilzchen  ( 2017-09-07 05:11:46 -0500 )edit

Yes, just like with gpsmon I get Lat,Lon,Speed and Heading, and it reads: Status: 3D FIX

mescarra gravatar image mescarra  ( 2017-09-07 08:38:20 -0500 )edit

Ok, I have just found the cause of it. By default, gpsd_client ignores gpsd feeds with a nan epx. When launching the node, a param called check_fix_by_variance can be set to false in order to generate navsatfix and gpsfix messages anyway. ^^

mescarra gravatar image mescarra  ( 2017-09-07 10:02:34 -0500 )edit

@mescarra could you write up your solution as answer and accept it?

jayess gravatar image jayess  ( 2018-07-30 17:13:10 -0500 )edit

I don't have enough points to accept my own answer :s

mescarra gravatar image mescarra  ( 2018-07-31 08:58:29 -0500 )edit

1 Answer

Sort by » oldest newest most voted
0

answered 2018-07-31 08:57:56 -0500

mescarra gravatar image

Ok, I have just found the cause of it. By default, gpsd_client ignores gpsd feeds with a nan epx. When launching the node, a param called check_fix_by_variance can be set to false in order to generate navsatfix and gpsfix messages anyway. ^^

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2017-09-06 12:35:19 -0500

Seen: 1,225 times

Last updated: Jul 31 '18