• Diff for "gpsd_client"
Differences between revisions 24 and 25
Revision 24 as of 2011-01-26 01:43:16
Size: 1393
Editor: KenTossell
Comment: removed ~report_as, publishing both fix messages
Revision 25 as of 2011-01-27 06:36:51
Size: 1395
Editor: KenTossell
Comment: example had parameters given in public namespace
Deletions are marked like this. Additions are marked like this.
Line 14: Line 14:
rosrun gpsd_client gpsd_client host:=localhost port:=2947 rosrun gpsd_client gpsd_client _host:=localhost _port:=2947

  Show EOL distros: 

gps_umd: gps_common | gpsd_client

Package Summary

gpsd_client connects to a GPSd server and broadcasts GPS fixes using the NavSatFix message

gps_umd: gps_common | gpsd_client

Package Summary

gpsd_client connects to a GPSd server and broadcasts GPS fixes using the NavSatFix message

gps_umd: gps_common | gpsd_client

Package Summary

gpsd_client connects to a GPSd server and broadcasts GPS fixes using the NavSatFix message

gps_umd: gps_common | gpsd_client

Package Summary

connects to a GPSd server and broadcasts GPS fixes using the NavSatFix message

  • Maintainer: Timo Roehling <timo.roehling AT fkie.fraunhofer DOT de>
  • Author: Ken Tossell <ken AT tossell DOT net>, Rob Thomson <rob AT umd DOT edu>
  • License: BSD
  • Source: git https://github.com/ktossell/gps_umd.git (branch: master)
gps_umd: gps_common | gpsd_client

Package Summary

connects to a GPSd server and broadcasts GPS fixes using the NavSatFix message

  • Maintainer: Timo Roehling <timo.roehling AT fkie.fraunhofer DOT de>
  • Author: Ken Tossell <ken AT tossell DOT net>, Rob Thomson <rob AT umd DOT edu>
  • License: BSD
  • Source: git https://github.com/ktossell/gps_umd.git (branch: master)
gps_umd: gps_common | gpsd_client

Package Summary

connects to a GPSd server and broadcasts GPS fixes using the NavSatFix message

  • Maintainer status: maintained
  • Maintainer: Timo Roehling <timo.roehling AT fkie.fraunhofer DOT de>, P. J. Reed <preed AT swri DOT org>
  • Author: Ken Tossell <ken AT tossell DOT net>, Rob Thomson <rob AT umd DOT edu>
  • License: BSD
  • Source: git https://github.com/swri-robotics/gps_umd.git (branch: master)
gps_umd: gps_common | gpsd_client

Package Summary

connects to a GPSd server and broadcasts GPS fixes using the NavSatFix message

  • Maintainer status: maintained
  • Maintainer: Timo Roehling <timo.roehling AT fkie.fraunhofer DOT de>, P. J. Reed <preed AT swri DOT org>
  • Author: Ken Tossell <ken AT tossell DOT net>, Rob Thomson <rob AT umd DOT edu>
  • License: BSD
  • Source: git https://github.com/swri-robotics/gps_umd.git (branch: master)
gps_umd: gps_common | gpsd_client

Package Summary

connects to a GPSd server and broadcasts GPS fixes using the NavSatFix message

  • Maintainer status: maintained
  • Maintainer: Timo Roehling <timo.roehling AT fkie.fraunhofer DOT de>, P. J. Reed <preed AT swri DOT org>
  • Author: Ken Tossell <ken AT tossell DOT net>, Rob Thomson <rob AT umd DOT edu>
  • License: BSD
  • Source: git https://github.com/swri-robotics/gps_umd.git (branch: master)
gps_umd: gps_common | gpsd_client

Package Summary

connects to a GPSd server and broadcasts GPS fixes using the NavSatFix message

  • Maintainer status: maintained
  • Maintainer: Timo Roehling <timo.roehling AT fkie.fraunhofer DOT de>, P. J. Reed <preed AT swri DOT org>
  • Author: Ken Tossell <ken AT tossell DOT net>, Rob Thomson <rob AT umd DOT edu>
  • License: BSD
  • Source: git https://github.com/swri-robotics/gps_umd.git (branch: master)
gps_umd: gps_common | gpsd_client

Package Summary

connects to a GPSd server and broadcasts GPS fixes using the NavSatFix message

  • Maintainer status: developed
  • Maintainer: Timo Roehling <timo.roehling AT fkie.fraunhofer DOT de>, P. J. Reed <preed AT swri DOT org>
  • Author: Ken Tossell <ken AT tossell DOT net>, Rob Thomson <rob AT umd DOT edu>
  • License: BSD
  • Source: git https://github.com/swri-robotics/gps_umd.git (branch: master)
gps_umd: gps_common | gpsd_client

Package Summary

connects to a GPSd server and broadcasts GPS fixes using the NavSatFix message

  • Maintainer status: maintained
  • Maintainer: Southwest Research Institute <swri-robotics AT swri DOT org>
  • Author: Ken Tossell <ken AT tossell DOT net>, Rob Thomson <rob AT umd DOT edu>, Timo Roehling <timo.roehling AT fkie.fraunhofer DOT de>, P. J. Reed <preed AT swri DOT org>
  • License: BSD
  • Source: git https://github.com/swri-robotics/gps_umd.git (branch: master)

gpsd_client relays GPS readings into ROS from the gpsd program.

This package supports the NavSatFix message type that will be introduced to sensor_msgs in ROS Diamondback.

Usage

Before gpsd_client starts, gpsd must be running.

Start gpsd_client, attaching it to the local gpsd:

rosrun gpsd_client gpsd_client _host:=localhost _port:=2947

Nodes

gpsd_client

gpsd_client relays GPS readings into ROS from the gpsd program.

Published Topics

fix (sensor_msgs/NavSatFix)
  • Latitude, longitude, altitude, covariance and status.
fix_extended (gps_common/GPSFix)
  • Includes additional GPS-specific data.

Parameters

~host (string, default: localhost)
  • Sets the host name.
~port (int, default: 2947)
  • Sets the port.

GPS Hardware

The following GPS devices have been tested with gpsd_client and found to work:

  • Garmin 18x LVC (serial connection)

Please refer to gpsd's compatibility list for more receiver models that should work with this driver.

Wiki: gpsd_client (last edited 2013-01-16 06:09:16 by Boris)