SimpleRTK: Difference between revisions

From Openrtk
Jump to navigation Jump to search
(Created page with "= Introduction = = Building RTK with SimpleRTK = = Testing SimpleRTK =")
 
No edit summary
Line 1: Line 1:
= Introduction =
= 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 =
= Building RTK with SimpleRTK =


 
Here
# Run CMake on RTK as you normally do
# Check the option BUILD_SIMPLERTK (default is OFF)
# Ename WRAP_PYTHON and/or WRAP_CSHARP (On Windows)
# Configure


= Testing SimpleRTK =
= Testing SimpleRTK =

Revision as of 04:45, 21 July 2014

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