Coding

From RobotinoWiki
Revision as of 11:16, 18 March 2019 by Verbeek (talk | contribs) (Created page with "==Introduction== {|class="wikitable" cellpadding="20" vertical-align="top" |- |Image:Robotino_coding_icon_64.png |There are two options to get access to Robotino's sensors...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Introduction

Robotino coding icon 64.png There are two options to get access to Robotino's sensors and actors from your own program.
  • The first option is to link against the API2 C/C++ library. This option is probably the best way if your program is written in C or C++.
  • The second option is to interface Robotino's REST-API. The REST-API can be accessed easily from .Net, Java, Matlab, LabView and so on.