Add Orocos installation commands
@@ -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
|
||||
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user