SimpleRTK
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
- 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