Skip to content

Latest commit

 

History

History
25 lines (24 loc) · 590 Bytes

README.md

File metadata and controls

25 lines (24 loc) · 590 Bytes

workshop-extended-example

Extended template for package with two components.

Usage:

cd to_your_workspace
git clone https://github.com/cogimon/workshop-extended-example.git
cd workshop-extended-example
mkdir build
cd build
cmake -DCMAKE_PREFIX_PATH=/vol/cogimon/cogimon-minimal-nightly ..
make

this should compile and create a package/library like:

orocos
└── gnulinux
    └── RttExamples
        └── libRttExamples-gnulinux.so

Within the build directory:

export RTT_COMPONENT_PATH=$RTT_COMPONENT_PATH:$(pwd)/orocos

happy coding!