Difference between revisions of "Cpp2"

From RobotinoWiki
(Created page with "==Introduction== {|cellspacing="20" cellpadding="10" |- style="vertical-align:top" |Image:Robotino_cpp_icon_64.png | The second version of the application programming inte...")
 
(Introduction)
Line 14: Line 14:
 
[[downloads#API2|API2 binary package]]
 
[[downloads#API2|API2 binary package]]
 
|}
 
|}
 +
 +
==Using API2 with Visual Studio 2010 and cmake==
 +
* Install Visual Studio.
 +
* Install [http://cmake.org/cmake/resources/software.html cmake].
 +
* If you want to build the examples with grafical user interface also install [http://qt.nokia.com/downloads/downloads#qt-lib Qt4].

Revision as of 15:50, 10 February 2012

Introduction

Robotino cpp icon 64.png The second version of the application programming interface (API2) for Robotino(r) from Festo Didactic permits full access to Robotino's sensors and actors. Communication between the control program and Robotino is handled via TCP and UDP and is therefor fully network transparent. It does not matter whether the control program runs direcly on Robotino or on a remote system.

API2 requires CF card 3.x. The Robotino Simulator currently does not support API2.

Package links

Code API

Source code

API2 binary package

Using API2 with Visual Studio 2010 and cmake

  • Install Visual Studio.
  • Install cmake.
  • If you want to build the examples with grafical user interface also install Qt4.