- Apr 09, 2013
-
-
Arnaud Degroote authored
-
Arnaud Degroote authored
-
- Apr 03, 2013
-
-
Arnaud Degroote authored
Changes since 2.0: FEATURES: - new export interface similar to the import API. - Supported export formats: Collada, OBJ, PLY and STL - added new import formats: XGL/ZGL, M3 (experimental) - new postprocessing steps: Debone - vastly improved IFC (Industry Foundation Classes) support - introduced API to query importer meta information (such as supported versions, full name, maintainer info). - reworked Ogre XML import - C-API now supports per-import properties FIXES/HOUSEKEEPING: - hundreds of bugfixes in all parts of the library - unified naming and cleanup of public headers - improved CMake build system - templatized math library - reduce dependency on boost.thread, only remaining spot is synchronization for the C logging API API COMPATIBILITY: - renamed headers, export interface, C API properties and meta data prevent compatibility with code written for 2.0, but in most cases these can be easily resolved - Note: 3.0 is not binary compatible with 2.0
-
- Apr 02, 2013
-
-
Arnaud Degroote authored
Changes since 1.0: Fix a critical failure where some components are not configured with the socket middleware
-
Arnaud Degroote authored
Other issues are for tho@
-
- Mar 26, 2013
-
-
Raphaël Lallement authored
Switch from v1.0.0 to v1.0.2
-
- Mar 21, 2013
-
-
Arnaud Degroote authored
Equivalent to 75dcf4ffb63c7 in mainstream repository Bump PKGREVISION
-
- Mar 19, 2013
-
-
Arnaud Degroote authored
See https://svn.boost.org/trac/boost/ticket/7364 for the discussion Bump PKGREVISION
-
Arnaud Degroote authored
-
Arnaud Degroote authored
rtslam-genom provides a real-time slam, providing localization with really accurate precision.
-
Arnaud Degroote authored
-
- Mar 14, 2013
-
-
Arnaud Degroote authored
-
Arnaud Degroote authored
Bump PKGREVISION
-
Arnaud Degroote authored
In the no gui case, set FORCE_NO_X11, so the package does not try to autodetect X11 stuff. Must fix the build of bulk on fedora
-
- Mar 13, 2013
-
-
Raphaël Lallement authored
Correct Fedora and Debian names to match with real names. Error reported by Robert Bulk, corrected thanks to Anthony
-
Arnaud Degroote authored
-
Arnaud Degroote authored
-
Arnaud Degroote authored
- Mar 12, 2013
-
-
Arnaud Degroote authored
-
Arnaud Degroote authored
-
Arnaud Degroote authored
morse-hla is the binding of morse with hla, to permit in particular to simulate complex scenario over a network of morse instances.
-
Arnaud Degroote authored
py-hla is a python wrapper over CERTI to speak with HLA (High Level Architecture).
-
Arnaud Degroote authored
-
Arnaud Degroote authored
CERTI is an Open Source HLA RTI. HLA (High-Level Architecture) is a general purpose architecture for distributed computer simulation systems. In HLA systems, the RTI (RunTime Infrastructure) manages data exchange between simulations. CERTI supports HLA 1.3 specifications (C++ and Java) and partial IEEE 1516-2000 (C++).
-
Arnaud Degroote authored
-
Arnaud Degroote authored
Fix the build, to refer now to graphics/flann Fix PLIST
-
Arnaud Degroote authored
-
Arnaud Degroote authored
-
Arnaud Degroote authored
- morse-pocolibs does not have anymore the hri option - hri-simulation needs to explicitly depend on required genom module, and specify that they need to be built with the python option.
-
Arnaud Degroote authored
-
- Mar 08, 2013
-
-
Raphaël Lallement authored
This GUI automatically get all entities and tasks (actions and methods) form HATP. This allow to create requests with proper value for each parameter.
-
Raphaël Lallement authored
- Mar 01, 2013
-
-
Arnaud Degroote authored
Changes since 0.6: - Rewrite it using ctypes interface (generated by genom -y). - By consequence, there are no more direct dependence on most modules, but you still need to generate the interface if you want to use one explicitly (using python option in robotpkg, or genom -y manually).
-
Arnaud Degroote authored
Changes since 0.6: The Python bindings for MORSE have been completely rewritten, now supporting a modern asynchronous interface (based on Python 3.2 *futures*). It is also deemed as feature complete: it supports discovery of the simulation components, synchronous/asynchronous service invocation (including service cancellation) and synchronous/asynchronous read/write of datastream (#216). TODO: use ../../simulator/morse/Makefile.common
-
- Feb 27, 2013
-
-
Arnaud Degroote authored
-
- Feb 26, 2013
-
-
Arnaud Degroote authored
Fix the compilation on Ubuntu-12.10, where they clean a bit the standard include mess
-
Arnaud Degroote authored
So add a patch to use a structure encapsulating the char[].
-
- Feb 25, 2013
-
-
Arnaud Degroote authored
OpenPRS does not support char[] in the signature of activities, so replace them by a structure encapsulating this char[]. Must fix the bulk build
-