Skip to content
/ skytraq Public

C++ interface for Skytraq S1315F-RAW receiver using Skytraq Binary Protocol

Notifications You must be signed in to change notification settings

GAVLab/skytraq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Skytraq GPS Driver

(THIS CODE IS A WORK IN PROGRESS)

This C++ driver is written for the Skytraq S1315F-RAW GPS receiver using the Skytraq Binary protocol. NMEA outputs are also available on this receiver but are not supported in this driver.

It is written as a standlone library which depends on Boost and a simple cross-platform serial port library serial port library. It uses catkin for the build system.

Dependencies

  • Cmake
  • catkin
  • Boost
  • serial

Create a catkin workspace

mkdir sytraq_ws
cd skytraq_ws
mkdir src

Installation

Clone the serial repo into ~/skytraq_ws/src:

git clone git://github.com/wjwwood/serial.git

Clone the skytraq repo into ~/skytraq_ws/src:

git clone git://github.com/chris5108/skytraq.git

Build

cd ~/skytraq_ws
catkin_make

About

C++ interface for Skytraq S1315F-RAW receiver using Skytraq Binary Protocol

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published