Difference between revisions of "Cpp2"

From RobotinoWiki
(Introduction)
(Using API2 with Visual Studio 2010 and cmake)
Line 19: Line 19:
 
* Install [http://cmake.org/cmake/resources/software.html cmake].
 
* 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].
 
* If you want to build the examples with grafical user interface also install [http://qt.nokia.com/downloads/downloads#qt-lib Qt4].
 +
* Install the robotino_api2-i386 (to build 32bit applications) or robotino_api2-amd64 (to build 64bit applications) binary package.
 +
 +
After installation copy the folder holding the c++ examples to your user directory.
 +
:C:\Program Files\REC GmbH\robotino\api2\examples\c++ -> C:\Users\yourprofile\Documents

Revision as of 16:39, 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.
  • Install the robotino_api2-i386 (to build 32bit applications) or robotino_api2-amd64 (to build 64bit applications) binary package.

After installation copy the folder holding the c++ examples to your user directory.

C:\Program Files\REC GmbH\robotino\api2\examples\c++ -> C:\Users\yourprofile\Documents