[![logo](logo_blaar.png)](http://blaar.org) Basic Libraries And Applications for Robotics ============================================= The goal of this light framework is to provide helpers and shortcuts with few abstractions letting you know what you are doing. You are free to mix it with any low level code. The drawback is that you have to know what you are doing which is good in robotics. The modules are minimalist in purpose. If you want more you are advised to use specialized libraries or tools but **blaar** should be helpful to make the integration. BLAAR is **open source** CeCILL v2.1 (compatible GPL v2). **BLAAR** should work on **POSIX** systems. GNU/Linux (**Ubuntu/Raspbian**), Darwin (**Mac OSX**) and Bionic (**Android** not usable yet). **BLAAR** is still under development, it is **not stable yet** but feel free to [ask improvement or notify issues](https://promethe.u-cergy.fr/blaar/blaar/issues). Install ======= * [Mac OSX](INSTALL_OSX.md) * [Ubuntu/Raspbian](INSTALL_UBUNTU.md) blibs - Basic Libraries ======================= These libraries are a set of basic tools simplifying programmation. The programmer keeps full control on the program. You have shortcuts for classical functionalities and very little abstractions. You can freely mix blibs and low level C/C++ functions. - [blc_core](https://promethe.u-cergy.fr/blibs/blc_core) : Generic helpers in C or C++ used by all other blaar projects - [blc_channel](https://promethe.u-cergy.fr/blibs/blc_channel) : Tools to use shared memory in synchrone ( in test) and asynchrone mode - [blc_image](https://promethe.u-cergy.fr/blibs/blc_image) : Manipulate blc_array as images. Can load and save them as png files - [blc_program](https://promethe.u-cergy.fr/blibs/blc_program) : Parse arguments and interacts with user in commandline. Modules ======= - [bapps](https://promethe.u-cergy.fr/blaar/bapps.git): Basic Applications for C/C++ with no dependency to manipulate blc_channels (find max, generate oscillators, ...) All the other modules are optional have dependencies - [gnuplot](https://promethe.u-cergy.fr/blaar/gnuplot.git) Allows to make graphs from data of blc_channels (require gnuplot) Specific Linux -------------- - [a_sound](https://promethe.u-cergy.fr/blaar/asound.git) Acquire or produce sound using Advanced Linux Sound Architecture library (require libasounddev). - [i_v4l2_camera](https://promethe.u-cergy.fr/blaar/iv4l2camera.git) Acquire images from a camera using Video 4 Linux library (require libv4l2dev). Specific Mac OSX ---------------- - [coreaudio](https://promethe.u-cergy.fr/blaar/asound.git) Acquire or produce sound using Apple Core Audio Frameworks - [i_AV_camera](https://promethe.u-cergy.fr/blaar/i_AV_camera.git) Acquire images from cameras using Audio Video Foundation In `scripts/` you have bash scripts which combine applications to produce higher level functionalities. They may require you add optional modules. Usage ===== Adding submodules ----------------- You will only have basic framework. You may add submodules as needed. To add modules use : `git submodule add `. Once you have added a module, install it with **`./install.sh |all`** **all** install all your cloned modules at once. Update the installation ----------------------- **`./update_and_install_all.sh`** This will download the new code and install it for blaar and each submodule Execution of programs --------------------- **` [--help] [args ...]`** The availble blaar binaries are in `bin/` directory. All the binaries accept the **`--help`** option which shows a description of the project and details of possible others options. You can also use scripts which run a combinaison of binaries and other scripts. They are in `scripts/` directory and accept the **`-h`** option which shows a description of the project and details of possible others options. When your are in development your are advised to see [developement](DEVELOPMENT.md). You can see an [**example**](https://framagit.org/blibs/blc_core/wikis/home) of manipulating and displaying generic arrays with blc_core You can create you first project with this example of [image manipulation](https://framagit.org/blibs/blc_image/wikis/home) **SEE ALSO** [examples](EXAMPLES.md) [development](DEVELOPMENT.md) [git](GIT.md) [Frequently Asked Questions](FAQ.md) Projects ======== - [![logo pinobo](images/pinobo_logo.png)PINOBO](pinobo.html) A robotic head Other documentation =================== How to cite ----------- @Misc{blaar, author = {Arnaud Blanchard}, title = {{BLAAR} : {Basic Libraries And Applications for Robotics}}, organization = {ETIS Laboratory, Cergy-Pontoise, 95000 FRANCE}, howpublished = {url{http://blaar.org}}, year = {2014--2018} }