linux:orocos
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| linux:orocos [2015/08/21 09:11] – created redox | linux:orocos [2015/08/21 09:17] (current) – removed redox | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | # OROCOS | ||
| - | ## Overview | ||
| - | |||
| - | OROCOS is a C++ framework designed to help developing __Realtime software__, for robotics applications for example... | ||
| - | |||
| - | ## Debian installation | ||
| - | |||
| - | I'm trying to build a debian package from source instead of making a raw installation (which I think, is a ugly way to do)... | ||
| - | I tried the method explained on the [[http:// | ||
| - | |||
| - | ### Orocos RTT package (2.x) | ||
| - | cd work_dir | ||
| - | git clone http:// | ||
| - | cd rtt | ||
| - | # That's related to the Wiki instruction, | ||
| - | #cd rtt/debian | ||
| - | # | ||
| - | #git add *2.6*install | ||
| - | #git commit -sm" | ||
| - | #cd .. | ||
| - | #export DEB_BUILD_OPTIONS=" | ||
| - | # | ||
| - | mkdir build | ||
| - | cd ./build | ||
| - | cmake .. | ||
| - | make | ||
| - | sudo checkinstall make install | ||
| - | |||
| - | When editing the package informations, | ||
| - | |||
| - | The last .deb pakckage I've built (for Wheezy x64): __{{http:// | ||
| - | |||
| - | ### Orocos OCL package (2.x) | ||
| - | OCL didn't build with LOGGING options, so I had to disable them... | ||
| - | sudo apt-get install liblua5.1-dev libncursesw5-dev | ||
| - | cd BASE_DIR | ||
| - | git clone http:// | ||
| - | cd ocl | ||
| - | mkdir build | ||
| - | cd ./build | ||
| - | cmake -DBUILD_LOGGING=0 .. | ||
| - | make | ||
| - | sudo checkinstall make install | ||
| - | |||
| - | When editing the package informations, | ||
| - | |||
| - | The last .deb pakckage I've built (for Wheezy x64): __{{http:// | ||
| - | |||
| - | ## Archlinux installation | ||
| - | |||
| - | Not much to say about that... OROCOS packages exist in AUR, and, as of today, work pretty well | ||
| - | |||
| - | ## ROS installation | ||
| - | |||
| - | There is a way to install orocos through ROS, I haven' | ||
| - | |||
| - | ## Resources | ||
| - | |||
| - | http:// | ||
/home/share/www/redox.ws/wiki/data/attic/linux/orocos.1440148317.txt.gz · Last modified: 2023/11/24 21:55 (external edit)