Difference between revisions of "Robotino OS"

From RobotinoWiki
(Packages)
(Robotino 3)
(6 intermediate revisions by the same user not shown)
Line 15: Line 15:
 
!16.04
 
!16.04
 
!18.04
 
!18.04
 +
!win
 
|-
 
|-
 
|-
 
|-
Line 22: Line 23:
 
|[http://packages.openrobotino.org/xenial/pool/main/r/robotino-daemons/ link]
 
|[http://packages.openrobotino.org/xenial/pool/main/r/robotino-daemons/ link]
 
|[http://packages.openrobotino.org/bionic/pool/main/r/robotino-daemons/ link]
 
|[http://packages.openrobotino.org/bionic/pool/main/r/robotino-daemons/ link]
 +
|[http://packages.openrobotino.org/windows/robotino-daemons/ link]
 
|-
 
|-
 
|robotino-dev
 
|robotino-dev
Line 28: Line 30:
 
|[http://packages.openrobotino.org/xenial/pool/main/r/robotino-dev/ link]
 
|[http://packages.openrobotino.org/xenial/pool/main/r/robotino-dev/ link]
 
|[http://packages.openrobotino.org/bionic/pool/main/r/robotino-dev/ link]
 
|[http://packages.openrobotino.org/bionic/pool/main/r/robotino-dev/ link]
 +
|na
 
|-
 
|-
 
|rec-rpc
 
|rec-rpc
Line 34: Line 37:
 
|[http://packages.openrobotino.org/xenial/pool/main/r/rec-rpc/ link]
 
|[http://packages.openrobotino.org/xenial/pool/main/r/rec-rpc/ link]
 
|[http://packages.openrobotino.org/bionic/pool/main/r/rec-rpc/ link]
 
|[http://packages.openrobotino.org/bionic/pool/main/r/rec-rpc/ link]
 +
|na
 +
|-
 +
|robotino-api2
 +
|[[API2|C/C++ programming library]]
 +
|[https://doc.openrobotino.org/ChangeLog/api2.txt Changelog]
 +
|[http://packages.openrobotino.org/xenial/pool/main/r/robotino-api2/ link]
 +
|[http://packages.openrobotino.org/bionic/pool/main/r/robotino-api2/ link]
 +
|[http://packages.openrobotino.org/windows/robotino-api2/ link]
 +
|
 +
|-
 +
|robview3
 +
|[https://www.festo-didactic.com/int-en/services/robotino/programming/robotino-view Graphical programming of Robotino]
 +
|[https://doc.openrobotino.org/ChangeLog/RobotinoView.txt Changelog]
 +
|[http://packages.openrobotino.org/xenial/pool/main/r/robview3/ link]
 +
|[http://packages.openrobotino.org/bionic/pool/main/r/robview3/ link]
 +
|[http://packages.openrobotino.org/windows/robview/ link]
 +
|-
 +
|robfactory
 +
|Setup and control utility for Robotino in industrial environments
 +
|[https://doc.openrobotino.org/ChangeLog/RobotinoFactory.txt Changelog]
 +
|[http://packages.openrobotino.org/xenial/pool/main/r/robfactory/ link]
 +
|[http://packages.openrobotino.org/bionic/pool/main/r/robfactory/ link]
 +
|[http://packages.openrobotino.org/windows/robfactory/ link]
 
|}
 
|}
  
Line 41: Line 67:
 
*[[Ubuntu_12_04_modifications|Ubuntu 12.04 modifications]]
 
*[[Ubuntu_12_04_modifications|Ubuntu 12.04 modifications]]
 
*[[Ubuntu_16_04_modifications|Ubuntu 16.04 modifications]]
 
*[[Ubuntu_16_04_modifications|Ubuntu 16.04 modifications]]
 +
*[[Ubuntu_18_04_modifications|Ubuntu 18.04 modifications]]
 
*[[robotino3_wiki_local_install|Install wiki.openrobotino.org locally on Robotino]]
 
*[[robotino3_wiki_local_install|Install wiki.openrobotino.org locally on Robotino]]
 
*[[Robotino3_images|OS Images]]
 
*[[Robotino3_images|OS Images]]
Line 56: Line 83:
 
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:
+
On Windows 10 you have to disable ''Signed Driver Enforcement'':
 
<pre>
 
<pre>
 
BCDEDIT -Set LoadOptions DDISABLE_INTEGRITY_CHECKS
 
BCDEDIT -Set LoadOptions DDISABLE_INTEGRITY_CHECKS

Revision as of 09:28, 11 June 2019

Introduction

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

Packages

In addition to the standard Ubuntu operating system there are packages installed that make up the Robotino infrastructure. These packages can be installed from the Robotino repository.

Package Description Changelog 16.04 18.04 win
robotino-daemons Contains apps for hardware abstraction and communication to the hardware Changelog link link link
robotino-dev Robotino specific communication library Changelog link link na
rec-rpc General communication library Changelog link link na
robotino-api2 C/C++ programming library Changelog link link link
robview3 Graphical programming of Robotino Changelog link link link
robfactory Setup and control utility for Robotino in industrial environments Changelog link link link

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 Signed Driver Enforcement:

BCDEDIT -Set LoadOptions DDISABLE_INTEGRITY_CHECKS
BCDEDIT -Set TESTSIGNING ON

After installing the daemons package you can reenable it:

BCDEDIT –Set LoadOptions EENABLE_INTEGRITY_CHECKS
BCDEDIT –Set TESTSIGNING OFF

You also have to disable Microsoft BallPoint driver. If not USB devices might be detected as serial mouse:

REG ADD "HKLM\SYSTEM\CurrentControlSet\Services\sermouse" /V Start /T REG_DWORD /F /D 4