Difference between revisions of "Robotino OS"

From RobotinoWiki
(Windows)
(Windows)
Line 26: Line 26:
 
*restapid: Robotino's web-interface and Robotino's [[Rest_api|REST-API]].
 
*restapid: Robotino's web-interface and Robotino's [[Rest_api|REST-API]].
 
The main reason for running Windows on Robotino is to run Matlab or LabView directly on Robotino. This gives you fast access to the Robotino platform and local access to other devices that are handled directly by Matlab or LabView.
 
The main reason for running Windows on Robotino is to run Matlab or LabView directly on Robotino. This gives you fast access to the Robotino platform and local access to other devices that are handled directly by Matlab or LabView.
 +
 +
On Windows 10 you have to disable disable Signed Driver Enforcement:
 +
<pre>
 +
BCDEDIT -Set LoadOptions DDISABLE_INTEGRITY_CHECKS
 +
BCDEDIT -Set TESTSIGNING ON
 +
</pre>

Revision as of 09:33, 28 March 2019

Introduction

Cfcard 32.png Robotino is powered by Linux (Ubuntu). But it is also possible to install Microsoft Windows on Robotino.


Robotino 3

Robotino 2

Windows

A subset of Robotino's functionality is provided by the robotino-daemons for Windows installer. It includes

  • rpcd: Robotino's central message dispatcher
  • controld3: Access to Robotino's Motors and IOs.
  • laserd: Support for Hokuyo URG laser rangefinders.
  • restapid: Robotino's web-interface and Robotino's REST-API.

The main reason for running Windows on Robotino is to run Matlab or LabView directly on Robotino. This gives you fast access to the Robotino platform and local access to other devices that are handled directly by Matlab or LabView.

On Windows 10 you have to disable disable Signed Driver Enforcement:

BCDEDIT -Set LoadOptions DDISABLE_INTEGRITY_CHECKS
BCDEDIT -Set TESTSIGNING ON