INTRODUCTION
Overview
Download and Install
Quick Start
Documentation
Publications

NONFRAMEWORK CODE
Driver Interfaces
Drivers
Libraries
Utilities

FRAMEWORK CODE
Interfaces
Components
Libraries
Utilities

Full Software Listings

DEVELOPER
Tutorials
Examples
Dev Guide
Dashboard

PEOPLE
Contributors
Users

SourceForge.net Logo
Project
Download
Mailing lists

 

         

GpsFake
[Gps driversC++Linux]

A fake implementation useful for debugging. More...

A fake implementation useful for debugging.

The fake driver can be used to spit out GPS coordinates which can be specified in the config file. This is useful to test the displaying of GPS positions in a GUI for example. The configured positions are served in a ring-like fashion.

  • Fake.Latitudes (vector of doubles)
    • Latitudes of GPS coordinates. The number of latitudes must be the same as longitudes.
    • Format: space separated doubles.
    • Default: "-35.0 -35.5"
  • Fake.Longitudes (vector of doubles)
    • Latitudes of GPS coordinates. The number of longitudes must be the same as latitudes.
    • Format: space separated doubles.
    • Default: "150.0 149.5"
  • Fake.NeverSeeSatellites (bool)
    • If set, we'll never make a GPS reading
    • Default: 0
Dependencies.
  • libIceUtil (for timing)
 

Webmaster: Tobias Kaupp (tobasco at users.sourceforge.net)


Generated for Orca Robotics by  doxygen 1.4.5