[[PageOutline(1-10,Contents,inline)]] = Overview = PACPUS is a research platform of the Heudiasyc JRU UTC/CNRS 7253 in the field of Intelligent Vehicles. You can find more details about the equipments and research results directly on the website of PACPUS platform: http://www.hds.utc.fr/pacpus. To carry out experiments with Intelligent Vehicles or robots, Heudiasyc has developed the PACPUS framework to solve the systems integration issues. So PACPUS is just a framework that can help you to quickly develop new functionalities and to integrate them in a more complex system. The framework is designed around the [[http://en.wikipedia.org/wiki/KISS_principle | KISS principle]] and use [[http://en.wikipedia.org/wiki/Component-based_software_engineering | Component-based software engineering]]. PACPUS framework is distributed under CECILL-C license (equivalent to LGPL) so you can use it to build free and commercial software. = PACPUS framework = == Useful links == * [[FAQ_compilation|FAQ -- common compilation errors]] == Prerequisites == === Tools === * Modern C++ compiler (gcc >= 4.5, clang >= 3.2, Microsoft Visual Studio 2008 or newer, etc.) * [http://www.cmake.org/ CMake] 2.8.10 or newer * [http://www.doxygen.org/ Doxygen] (optionally) * [http://subversion.apache.org/ Subversion (SVN)] control version system === Libraries === * [http://logging.apache.org/log4cxx/ Apache log4cxx] 0.10.0 * [http://www.boost.org/ Boost] 1.50 or newer (optionally) * [http://qt-project.org/ Qt] 4.8 or newer == Compilation and Installation == Follow these instructions to compile and install the pacpus framework : - under Windows: - under Linux: - under MAC OSX: to come... ---- == Installation == The PACPUS framework is available on several OS: Linux, Windows and Mac OS X. - Installation guide of PACPUS on Windows : TO COME - Installation guide of PACPUS on Linux Ubuntu : TO COME - Installation guide of PACPUS on Mac OS X : TO COME - Installation guide of PACPUS on Linux embedded : TO COME Once you have successfully compiled Pacpus Framework, you can install it using: {{{#!sh make install }}} or, if you use a GUI-based development environment, you have to build the `INSTALL` target/project. ---- == Getting started == The tutorials are under development, they will be published soon. ---- == Documentation == PACPUS API ---- == Active tickets == [[TicketQuery(max=10,status=new|assigned|reopened,order=id,desc=1,format=table,col=resolution|summary|owner|reporter)]] = PACPUS sensors = ---- NB: If you need more informations about the TRAC system used to manage this collaborative site, you can read this [TracDefaultWelcomePage page] or have a look at the official [http://trac.edgewall.org/ TRAC project]