SimpleRTK

From Openrtk
Revision as of 04:45, 21 July 2014 by Julien.jomier (talk | contribs)
Jump to navigation Jump to search

Introduction

SimpleRTK provides a simple interface to RTK in a variety of languages. For now only Python and C# binding have been tested and are supported. SimpleRTK will be provided as part of RTK making it easier to configure, build and use.

Building RTK with SimpleRTK

Here

  1. Run CMake on RTK as you normally do
  2. Check the option BUILD_SIMPLERTK (default is OFF)
  3. Ename WRAP_PYTHON and/or WRAP_CSHARP (On Windows)
  4. Configure

Testing SimpleRTK