- May 30, 2013
-
-
Raphaël Lallement authored
Fixes some missing character, sorry for multiple commits
-
Raphaël Lallement authored
-
Raphaël Lallement authored
If a file needs to depend on antlr 2.7.0 or above, but before 3.0.0
-
Raphaël Lallement authored
This was missing since the commit that added hatponboard-lib
-
Arnaud Degroote authored
It allows signed int in atom grammar.
-
- May 29, 2013
-
-
Raphaël Lallement authored
Add dependency on boost-log
-
Raphaël Lallement authored
Add evaluable predicate, and remove unecessary dependecy on msgconnector.
-
Arnaud Degroote authored
Changes since 0.9: - return a more precise error to the caller
-
Arnaud Degroote authored
Important changes since 0.10: - Add more information about fault along the different agents. In particular, it allows a better error description for both local reasonner, and operator if needed. - Add support for complex computation in wait and assert. - Remove support for while, as it was never really used, and that it is now equivalent to wait with a 'complex' computation - Make hyperc a bit more start when handling arguments - Better handling of rpath so no more need to play with LD_LIBRARY_PATH
-
- May 24, 2013
-
-
Raphaël Lallement authored
Install a Findlibhatp.cmake See http://trac.laas.fr/git/libhatp/commit/?id=7dc5219eccadb7cf7be9a21265184b4117941a58
-
Raphaël Lallement authored
This new version now install a Findmsgconnector.cmake file See http://trac.laas.fr/git/msgconnector/commit/?id=bfd650f49f94fbf1b024ce1b7b1ced650bfd8c83 But also fixes some issues. Finally remove the dependency on epoll and use "select" instead.
-
Raphaël Lallement authored
hatponboard-lib aims at splitting HATP into small parts. Thus reducing compilation time. It contains a library to represent the world and the plans while planning. It also contains a library to compute certain stages of planning process. Finally it include the parser that turns a domain file and the associated cost file into file the compile with HATPOnboard.
-
- May 22, 2013
-
-
Anthony Mallet authored
This package cannot currently be used in python alternative selection. It's imported just for testing the build. Then it will be moved to robotpkg and added to the alternative selection.
-
Anthony Mallet authored
-
Anthony Mallet authored
-
Arnaud Degroote authored
Octovis is the visualizer associated to the octomap project. See the DESCR of wip/octomap for more precision.
-
Arnaud Degroote authored
The OctoMap library implements a 3D occupancy grid mapping approach, providing data structures and mapping algorithms in C++ particularly suited for robotics
-
Arnaud Degroote authored
From the website: libQGLViewer is a C++ library based on Qt that eases the creation of OpenGL 3D viewers. It provides some of the typical 3D viewer functionalities, such as the possibility to move the camera using the mouse, which lacks in most of the other APIs. Other features include mouse manipulated frames, interpolated keyFrames, object selection, stereo display, screenshot saving and much more. It can be used by OpenGL beginners as well as to create complex applications, being fully customizable and easy to extend.
-
Anthony Mallet authored
-
Anthony Mallet authored
-
Anthony Mallet authored
-
Anthony Mallet authored
-
- May 21, 2013
-
-
Anthony Mallet authored
Changes since 1.3: - Fix build dependencies between lib$comp-c-client and $comp plugin - Fix CXXFLAGS for -pthread handling - Fix missing prototypes robotpkg: - Pass --with-boost for boost location
-
Anthony Mallet authored
patch-aa: remove useless h2errorLib inclusion, fixing build without pocolibs. Bump PKGREVISION
-
- May 17, 2013
-
-
Anthony Mallet authored
This is the first attempt at packaging genom3 components. Expect some problems...
-
Anthony Mallet authored
The module.mk file defines the necessary stuff for compiling a genom3 component. In particular, it defines a list of options corresponding to each available template and a PLIST.template common to all components. Note: building separate binary packages for each template is currently not possible in robotpkg. A directory corresponds very much to a single package, and adding multi-packages without breaking higher level targets (like checkout, package sets or bulk) will be very hard.
-
Anthony Mallet authored
Changes since 1.2: - Add a plist target for the client/ros template, listing installed files - Fix parallel builds
-
- May 16, 2013
-
-
Félix Ingrand authored
Added support for short. Adapt the template to properly parse the new exception mechanism. Properly handle exception. Added a genom protocol version checking to avoid loading the wrong c client library. Now use the OK symbol, not the "OK" string anymore. Remove mangle and pubtypes in common/typeutil.tcl which are now defined
-
Félix Ingrand authored
Make sure OPs and functions are unique with respect to transgen2 and transgen3. Change to take into account the new exception mechanism. Properly handle exception. Now register the module fdevent fd so we can select it and wake only when there is something to read.
-
Félix Ingrand authored
-
Raphaël Lallement authored
The linker has a different behaviour in Fedora, it needs all the libary names, it does not build the tree the same way as other linux. Fixed thanks to Anthony Mallet
-
- May 15, 2013
-
-
Anthony Mallet authored
-
Anthony Mallet authored
patch-aa: Use GENOM_CPP instead of CPP, to avoid conflicts with the regular C preproc. Bump PKGREVISION
-
Pierrick Koch authored
-
Raphaël Lallement authored
Correct the minimal version number. Make it possible to compile hatpconsole with libgraphviz-2.20.2. Not sure if the library behaves the same way as the "normal" library libgraphviz-2.26.3
-
Raphaël Lallement authored
-
Raphaël Lallement authored
Correct the version number to find and the way to find it
-
Raphaël Lallement authored
Uses QMake to find include and libraries
-
Raphaël Lallement authored
Uses QMake to find include and libraries
-
- May 14, 2013
-
-
Anthony Mallet authored
patch-aa: fix a typo in the template, spotted by felix@ Bump PKGREVISION
-