• Diff for "rtai_wrapper"
Differences between revisions 2 and 3
Revision 2 as of 2013-11-28 07:14:50
Size: 471
Editor: JohannesMayr
Comment:
Revision 3 as of 2013-11-28 07:18:44
Size: 709
Editor: JohannesMayr
Comment:
Deletions are marked like this. Additions are marked like this.
Line 6: Line 6:
{{{#!clearsilver CS/NodeAPI
name = qrtailab.py
desc = Running this script will start QRtaiLab. QRtaiLab is used to interface with RTAI tasks that have been generated using Matlab/Simulink/RTW or Scilab/Scicos.
== Nodes ==
{{{
#!clearsilver CS/NodeAPI
node.0 {
  n
ame = qrtailab.py
  desc = Running this script will start QRtaiLab. QRtaiLab is used to interface with RTAI tasks that have been generated using Matlab/Simulink/RTW or Scilab/Scicos.
}
node.1 {
  name = restart_rtai.py
  desc = This script unloads all RTAI kernel modules and loads them again. One needs to install RTAI via the realtimeSuite and the sudo password to call this script.
}

Only released in EOL distros:  

rtai_integration: rtai_ros_bridge | rtai_wrapper

Package Summary

This package provides ROS wrapper functions for RTAI specific commands and adds the RTAI libraries and headers to th ROS build syste.

Documentation

This stack provides wrappers for RTAI functions and integrates the RTAI libraries and header files to the build environment of ROS.

Nodes

qrtailab.py

Running this script will start QRtaiLab. QRtaiLab is used to interface with RTAI tasks that have been generated using Matlab/Simulink/RTW or Scilab/Scicos.

restart_rtai.py

This script unloads all RTAI kernel modules and loads them again. One needs to install RTAI via the realtimeSuite and the sudo password to call this script.

Wiki: rtai_wrapper (last edited 2013-11-28 07:28:07 by JohannesMayr)