- Aug 26, 2013
-
-
Arnaud Degroote authored
Important changes since 0.11 ----------------------------- - test program has been improved, allowing to pass complex constraint to the tested agents - doc improvements including new tutorials and more advanced documentation - compiler extensions interface has been extended, with more control points At the package level, use PLIST_DYNAMIC_DIRS in the doc case
-
Pierrick Koch authored
NOTE: don't forget to put a space between "g++" and "=". Otherwise make interprets "+=".
-
- Aug 23, 2013
-
-
Pierrick Koch authored
-
Pierrick Koch authored
-
Pierrick Koch authored
v0.1.1
-
- Aug 19, 2013
-
-
Pierrick Koch authored
-
- Aug 12, 2013
-
-
Félix Ingrand authored
Add a user defined configure.ac [wip/genom3-openprs] Release version 1.0.6 The -report OP know match the $report argument.
-
- Aug 05, 2013
-
-
Anthony Mallet authored
This pulls in upstream commit 8d2bf8b. Bump PKGREVISION.
-
Anthony Mallet authored
This pulls in the upstread commit cde3fe3. Bump PKGREVISION.
-
- Aug 01, 2013
-
-
Anthony Mallet authored
-
- Jul 31, 2013
-
-
Matthieu Herrb authored
-
Anthony Mallet authored
-
Matthieu Herrb authored
-
- Jul 30, 2013
-
-
Matthieu Herrb authored
-
- Jul 26, 2013
-
-
Anthony Mallet authored
genom3-ros components and clients indirectly use rospack to generate messages. Since the debian packages don't have an RPATH, it is important to register the dependency so that robotpkg exports the proper LD_LIBRARY_PATH. This fixes the build of wip/demo-genom3 with a system ros-fuerte.
-
Anthony Mallet authored
Changes since 1.2: . Do not leak the strings returned by clients json_error() function . Do not leak the input data structure sent to services
-
Anthony Mallet authored
Changes since 1.5: . Delete genom_ros interface and the genom_ros::error exception . Fix exception detail destruction in client/c . Implement new "result" function in client/c . The "send" function in client/c never blocks (supposedly) . Fix linking against -l:library on NetBSD (and a few other) . Compute an rpath when linking against ros libraries . Update path to gendeps, genaction, genmsg and gensrv for ros-1.9 (groovy) . Add a 'Requires' field in the .pc files for the genom C client protocol number . De-constify clients json_error() return value . Fix a memory leak in the C client. . Replace local client.h API / .pc files by genom3 common template source . Must explicitly mention client/c -uninstalled.pc in BUILT_SOURCE . Use a rospack cache local to the build directory
-
Anthony Mallet authored
Changes since 1.3: . Fix compatibility with genom3-2.99.20 for async codels . Delete genom_pocolibs interface and the genom_pocolibs::error exception . Fix error detection in connect_port() and connect_remote() services . Delete obsolete file . Do not hardcode a mangled type name . Update exception handling during replies reception in clienþc . Implement new "result" function in clienþc . Add extern "C" in the generated c/client.h . Fix the scheduling of exec tasks according to the permanent activities codels . Add a 'Requires' field in the .pc files for the genom C client protocol number . De-constify clients json_error() return value . Fix a few memory leaks in the C client implementation . Must explicitly mention clienþc -uninstalled.pc in BUILT_SOURCE . Replace local client.h API / .pc files by genom3 common template source . Fix "void" exceptions decoding in C client
-
Anthony Mallet authored
Changes since 2.99.20: . Changed the C++ IDL mapping for bounded sequences (use a genom::bounded_sequence instead of tr1::array). . Fixed a few syntactic issues in the C++ IDL mapping. . Fixed the C client interface to be able to invoke requests synchronously: added a result() function getting the result of a request and changed the semantics of send() so that it is always non-blocking (callbacks are optional). . Fixed the constness of the json_error() function in the c/client.h interface. . Added a .pc file for the version of the c/client.h interface, to detect versions mistmatch early during the configuration of clients. . Centralized a client.h tcl template source describing the instanciated c/client interface, so that templates providing a C client are guaranteed to be compatible. . Removed the version number in the installation path of genom3 builtin templates. . The --tmpldir or the GENOM_TMPL_PATH variable do not discard the genom3 builtin template path anymore. . Replaced middleware-specific errors with a common middleware exception mwerr. . Added a [$port throw] procedure in the tcl template engine, that reports exceptions that can be raised during the reading or writing of a port. . Fix error reporting in the tcl template engine (line error number and error backtrace). . Improved documentation for the [$type ...] procedure in the tcl template engine.
-
- Jul 25, 2013
-
-
Raphaël Lallement authored
-
- Jul 24, 2013
-
-
Anthony Mallet authored
-
- Jul 23, 2013
-
-
Raphaël Lallement authored
The list of required packages in fedora was not complete. Remove the old mk/sysdep/antlr2.mk since the devel/antlr2 replaces it.
-
Raphaël Lallement authored
The new version includes : v1.0.0 : Biggest known bug fix Logging facility v1.1.0 : Max planning time handling
-
- Jul 18, 2013
-
-
Raphaël Lallement authored
-
- Jul 17, 2013
-
-
Raphaël Lallement authored
-
Raphaël Lallement authored
Forgot to update the makefile, correct the commit 538b202ab6af.
-
Raphaël Lallement authored
Fix issues on NetBSD. Improve antlr integration in the project.
-
Raphaël Lallement authored
-
- Jul 12, 2013
-
-
Benjamin VADANT authored
-
Benjamin VADANT authored
- Addition of localpath methods : hermite, quadspline - Addition of a new joint type P3D_QUADROTOR - Fixing some optimization issues - Addition of new functionalities in p3d file (maximal cost and waypoints)
-
- Jul 10, 2013
-
-
Anthony Mallet authored
-
Anthony Mallet authored
-
Anthony Mallet authored
Add two local patches to make this compile. The purpose is to remove the use of rosbuild in the makefiles. The strategy here is to use plain cmake. However, catkin is also an option. In any case, this should be merged somehow upstream before inclusion in robotpkg. Also added a PLIST, fixed the depend.mk and added a few more dependencies that are now handled by robotpkg (ros-robot-model and bullet). Also note that the package compiles fine but was not tested at runtime. In particular, the test target is missing some data file.
-
- Jul 09, 2013
-
-
Arnaud Degroote authored
Really add the needed patch. Reported by Charles Lesire
-
- Jun 28, 2013
-
-
Anthony Mallet authored
Add a sample patch illustrating how to get rid of 'rosbuild' and use plain 'cmake'. This is of course just an example: upstream should decide what to do. This still does not build as it requires bullet + ros-robot-model, not packaged yet.
-
Anthony Mallet authored
. Remove inclusion of ros-base/Makefile.common. This file is only for ros packages, not packages using ros! . Fix MASTER_REPOSITORY . Delete useless 'build' directory creation . Add a major TODO: this package is currently using rosbuild + some deprecated dependencies (e.g. common_rosdeps). rosbuild is not supported by robotpkg (this conflics too much with per-package configure/build/install strategy). So this package should be converted to plain cmake (or catkin if really needed, but since this package does not provide any .msg/.srv, catkin is mostly useless and plain cmake + pkg-config will just do).
-
olivier stasse authored
Right now fails when trying to compile with catkin. Is not able to find ros environment without catkin.
-
- Jun 26, 2013
-
-
Anthony Mallet authored
-
Anthony Mallet authored
-
Anthony Mallet authored
-