Skip to content
Carlos Maestre edited this page Jun 3, 2016 · 25 revisions

The CAFER framework

The core functionalities of CAFER are implemented in C++. Additionally, a wrapper called component_python.cpp has been created using Boost.Python to make its functionalities available in Python.

As CAFER runs on ROS, any example is composed of nodes, topics and services. It is contained into .launch, .cpp and .py files, and it has to be run using the roslaunch and rosrun commands.

IMPORTANT: CAFER is under development and the current version should not be considered as stable.

Clone this wiki locally