Skip to content

ROS node to read SBP messages from an attached Piksi RTK device.

Notifications You must be signed in to change notification settings

raghavkhanna/piksi_rtk_gps

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

piksi_rtk_gps

ROS node to read SBP messages from an attached Piksi RTK device.

Based on the work of Daniel Eckert: Original repo.

Dependencies

Installation and Configuration

The following code will automatically download the required version of libsbp, install it and add its python subfolder to your PYTHONPATH by adding a line in your .bashrc file.

#from the repository folder
chmod +x install/configure_environment.sh  #make sure the script is excutable
./install/configure_environment.sh         # WARNING: as side effect this script will add a line to your .bashrc
                                           # that appends the python subfolder of this repo to your $PYTHONPATH variable.

About

ROS node to read SBP messages from an attached Piksi RTK device.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 94.9%
  • Shell 4.1%
  • CMake 1.0%