- Nov 08, 2011
-
-
Xavier Broquere authored
Main changes: - Add Doxygen documentation - Remove libmove3d-viewer dependency -> look only for libmove3d - Add a fixed field for entities to disregard perception update
-
- Nov 07, 2011
-
-
Xavier Broquere authored
Main changes: - Change project name to libmove3d - Generate documentation using a template Doxygen.in file - Handles multiple OpenGL contexts for parallel display - Extend planner to softmotion with the platform joint of the robot - Remove GENERATE_VIEWER_LIB flag - Activate GENERATE_LIBMOVE3D flag by default - Activate QT_LIBRARY and QT_GL only if qt4 is installed
-
- Nov 04, 2011
-
-
Xavier Broquere authored
-
- Oct 21, 2011
-
-
Anthony Mallet authored
Fix DEPEND_DIR.py-poco, causing errors in show-depends of wip/hri-simulation, and fix a typo in the pkgname (s/pypoco/py-poco/). While here, generate headings, disable configure step, and print-PLIST. I'd suggest that the package is renamed to py-tclserv, as this is what it really does (at least it does not do any pocolibs wrapping as the name suggests). And this would be consistent with COMMENT.
-
Séverin Lemaignan authored
-
- Oct 20, 2011
-
-
Anthony Mallet authored
If someone wants to have a look...
-
- Oct 19, 2011
-
-
Séverin Lemaignan authored
laaswm-gui is a PyGTK interface to remotely control the LAAS windows manager
-
Séverin Lemaignan authored
-
Séverin Lemaignan authored
This release only brings fixes to autoconf setup. The PLIST is still missing since 'make print-PLIST' just freezes on my computer...
-
Anthony Mallet authored
While here, reorder statements in the Makefile
-
Anthony Mallet authored
-
Séverin Lemaignan authored
-
Séverin Lemaignan authored
Changes since pypoco-1.3: - fixed a bad issue when using 2 instances of pypoco in the same application. Because of global variables, sockets would be reused, which is not the expected behaviour in general. - fixed a bug when force closing sockets Changes since pypoco-1.2: - Fixed a bad deadlock when sending asynchronous requests. Done by rewriting the network code to use two sockets, one for control, one for asynchronous answers. - Fixed the ABORT logic. Request can now be correctly aborted - Changed the behaviour of PocoProxy.request() to return a PocoRequest object that allows easy abortion of asynchronous requests. - Added a global pypoco.close() method that closes all open connections - Added a pypoco specific logger (called 'pypoco') - Replaced tabs indentation by spaces
-
Séverin Lemaignan authored
oro-view is a visualizer of ontologies, as exposed by oro-server. Its rendering uses OpenGL.
-
- Oct 18, 2011
-
-
Anthony Mallet authored
Needs testing, as the scons scripts have been replaced by a good old autoconf script that robustly builds the 3 cpp files (instead of obsure patches to enable build on the so called "unsupported" platforms) So please test and report :) Then I suggest to move it to devel/, unless someone raises its keyboard.
-
- Oct 13, 2011
-
-
Muhammad Ali authored
-
Muhammad Ali authored
-
- Oct 04, 2011
-
-
Xavier Broquere authored
-
Xavier Broquere authored
-
Xavier Broquere authored
-
Xavier Broquere authored
-
- Oct 03, 2011
-
-
Xavier Broquere authored
-
Xavier Broquere authored
-
Xavier Broquere authored
-
Xavier Broquere authored
-
- Sep 29, 2011
-
-
Jim Mainprice authored
[wip/libmove3d-hri] add .pc file to system search
-
Jim Mainprice authored
-
Jim Mainprice authored
New trajectory deformation alorithms and OTP computation
-
Jim Mainprice authored
-
Jim Mainprice authored
-
Jim Mainprice authored
New naming style to keep reference to the root project Work on mightabilities and entity managment Add a new agent named Xavier (for novela festival)
-
Jim Mainprice authored
-
Jim Mainprice authored
This version integrates - the CHRIS demo manipulation planner - handling of collada files - xml r/w functions for config, localpaths and trajectories
-
- Sep 23, 2011
-
-
Arnaud Degroote authored
Changes since 0.3 : - add service management through tclserv protocol Improve PLIST
-
- Sep 21, 2011
-
-
Anthony Mallet authored
-
- Sep 19, 2011
-
-
Lancelot Francois authored
This C++ library offers a class URDFModel, which can be used to parse URDF or Collada 1.5 files. It constructs an object model (C++ URDF) of the robot. This library is based on the robot_model stack (http://www.ros.org/wiki/robot_model)
-
Lancelot Francois authored
-
- Sep 12, 2011
-
-
Anthony Mallet authored
robotpkg policy is to install in "lib", no "lib64", no matter the architecture (use different prefix for different architectures). Bump PKGREVISION.
-
- Sep 02, 2011
-
-
Xavier Broquere authored
-The COLLADA Document Object Model (DOM) is an application programming interface (API) that provides a C++ object representation of a COLLADA XML instance document. -The initial version imported is 2.3.1
-
- Aug 11, 2011
-
-
Anthony Mallet authored
-