deliangye / csapex

Rapid prototyping and experimentation framework for robotics and cognitive systems based synchronous data flow and visual programming.

Home Page:http://www.ra.cs.uni-tuebingen.de/forschung/apex/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CS::APEX (Algorithm Prototyper and EXperimentor for Cognitive Systems)

CS::APEX is a framework based on synchronous dataflow and event-based message passing that aims to speed up prototyping of new robotic algorithms using visual programming aspects.

Dataflow Graph and Core Features

Calculations are represented by a nodes in a directed graph with data flowing on the directed edges.This execution graph is manipulated using a simple graphical user interface that allows spawning and deleting nodes, adding and removing edges and visualizating data in the stream. To speed up the prototyping process, other features like undo/redo mechanisms and profiling are implemented as well. Finally there exists an easy to use parameter system that generates UI controls for each block and allows parameter tuning and optimization.

Functionality via Plug-ins

The framework itself does not provide any predefined computation nodes and does not depend on specific message definitions or node types. These details are instead implemented in plug-in libraries that extend the functionality of the whole system.

Application to Robotics

The framework is targeted toward use in robotics and is fully compatible with ROS. Configurations generated using the GUI can directly be deployed on any ROS-based robotic system.

Tutorials and more Information

For more information, please refer to the Wiki at https://github.com/cogsys-tuebingen/csapex/wiki

the official website at http://www.ra.cs.uni-tuebingen.de/forschung/apex/

or contact the maintainers via email.

Dependencies

Currently we rely on the catkin build system developed in the ROS ecosystem. The core framework is independent of ROS, however.

Required for a build are:

  • Linux system (tested with Ubuntu)
  • C++11 compatible compiler (g++, clang++)
  • Qt5 (on Ubuntu: qt5-default libqt5svg5-dev)
  • libraries:
    • boost (program_options, filesystem, system, regex)
    • classloader
    • TinyXML (on Ubuntu: libtinyxml-dev)
    • yaml-cpp (on Ubuntu: libyaml-cpp-dev)

Contributions

All contributions are welcome, please refer to the CONTRIBUTING.md file.

About

Rapid prototyping and experimentation framework for robotics and cognitive systems based synchronous data flow and visual programming.

http://www.ra.cs.uni-tuebingen.de/forschung/apex/

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C++ 96.7%Language:CMake 2.2%Language:Shell 0.8%Language:CSS 0.2%Language:C 0.0%Language:HTML 0.0%