Private
Public Access
11
1

Add Orocos installation commands

2023-07-19 15:05:49 +02:00
parent 8aa76e790c
commit b59cb8f08f

@@ -178,8 +178,11 @@ make menuconfig
sudo make install
```
- Install Orchestra
- Install either Orchestra or Orocos
Orchestra is no longer maintained and so Orocos is the new, preferred choice
For Orchestra:
```
cd ~/BaseSystem
tar xfvz ../work/stxm/SystemInstall/Orchestra-master.tar.gz
@@ -208,6 +211,13 @@ sudo ln -s ../init.d/OrchestraRTOS S90OrchestraRTOS
sudo ln -s ../init.d/OrchestraAutoRun S92OrchestraAutoRun
```
For Orocos:
```
git clone --recursive https://github.com/orocos-toolchain/orocos_toolchain.git
cd orocos_toolchain
./configure --prefix=/home/control/orocos
```
- Load Comedi driver and configure cards
```