- 05 Apr, 2018 1 commit
-
-
Changes since 3.0: * ColMajor/RowMajor support has been improved (cf. %89). Default is back to ColMajor since this is Eigen's default mode, but that can be changed with a CMake variable. * Allocation checking has been improved (cf. %92). * Multiplots are now available with the matplotlib plotting backend (cf. %94). * Added vector_t and bool to the solver parameter types. As a consequence, std::string parameters should not rely on automatic conversion from const char* (cf. 7a0bbb7). * Renamed scale[s]* to scaling* (cf. 434559c). Previous methods/typedefs are currently kept for backward compatibility, but marked as deprecated. * Add new StructuredInput helper (cf. %96). * Add support for matrix plotting with matplotlib (cf. 5abd27e / af48e9b). Changes since 2.0: * New features: * Lots of new functions (cos, sin, etc.), operators (plus, minus, scalar, map, etc.) and decorators (cached function etc.), * Callback system (logger, callback multiplexer), * Simple Matplotlib support for visualization, * Function pools, * Set argument names (useful for plotting). * Improvements: * Support Eigen::Ref: now RobOptim functions accept blocks/segments of Eigen matrices as input, * Improved CachedFunction with LRU cache, * Automatic conversion of constraints/cost function types when creating problems, * Faster forward-difference rule for finite differences. * Other changes: * Removed exception specifiers (void function(...) throw()) * Storage order was changed from Eigen's default (column-major) to row-major. The storage order is available in the GenericFunctionTraits (StorageOrder). * Move metaprogramming magic to roboptim/core/detail/utility.hh * Merge roboptim/core/visualization/util.hh with roboptim/core/util.hh Changes since 1.0: The version 2.0 of roboptim-core now depends on Eigen for matrix computations by default. Traits allow the user to use its own type. Support for Eigen dense and sparse matrices is built-in.
-
- 04 Apr, 2018 4 commits
-
-
Anthony Mallet authored
Alternative summary in `make show-options` can be quite obfuscated without a manual. So display a short legend for each symbol present in the output of the current alternative selection.
-
Anthony Mallet authored
In combination with commit:b014d103, this allows to list all valid/existing package names for all alternatives (read: python alternatives ...) instead of just those allowed to build. This also complements commit:d54a670a and will improve the bulk build results for those packages that exist but are disabled (read: python versions not available by default on a system).
-
Anthony Mallet authored
A package was completely disabled if user preferences for alternative selection (if any) could not be satisfied. This was useful in particular with python, to not try building packages with python versions that are by default not available on a system. However, completely disabling a package because of this creates nasty side effects if one just want to extract the package or otherwise check its requirements. This could also break the "mirror distfiles" bulk builds. Thus the alternative selection now considers all available alternatives (still sorted with the user preference first) and two kind of errors can be generated: 1. The first kind is when no alternative exist at all. This is still a fatal error, this indicates something really wrong with the dependencies. 2. An alternative exists, but is not in the user preferences. This is a "soft" error (triggered only for cbbh (aka. build) targets and not cbeh (aka. extract) targets). This solves the "mirror distfiles" issue while preserving the good old behaviour of not building a package with a user-disabled alternative.
-
Anthony Mallet authored
When dealing with multiple constraints on a package (e.g x>n x>m), it could happen that the lower/upper bounds on the constraint would be incorrectly computed if the different version numbers would have a different number of comonents AND the other side of the bound would be longer as well (e.g: x>=1<3.0 x>=2.1). This was in practice not triggered by any existing package. Fix that by making sure to reset the array encoding the min/max constraint before updating it.
-
- 30 Mar, 2018 2 commits
-
-
Anthony Mallet authored
This supports only ros <= groovy, which is almost obsolete. This package is probably not used anymore. OK Florent
-
Anthony Mallet authored
This depends on graphics/rcpdf-interface, which supports only ros <= groovy, which is mostly obsolete. This package is probably not used anymore. OK Florent
-
- 28 Mar, 2018 9 commits
-
-
Anthony Mallet authored
Strict sets skip packages not explicitely listed in their configuration. But they still process packages dependencies to keep the build order topologically sorted. The packages outside the strict set are just skipped. The counter of processed packages must be incremented no matter if they are skipped or not, otherwise the displayed "% done" is incorrect. This could be seen on bulk builds for the wip/ directory.
-
Anthony Mallet authored
Changes since 20170123: * Discard bulk logs if they cannot be inserted in the result database (avoiding to have them inserted in the wrong database by a future session). Database update failure almost never happen, and the logs are not critical, so loosing them is actually a better option than manually cleaning a wrong database update. * Make sure rbulk-dispatchd starts jobs with a clean log file. This could happen after an unclean shutdown of the daemon which could leave old files around.
-
Anthony Mallet authored
The installed .pc and headers of this package leak many internal dependencies. Thus, all of them has to become direct dependencies of depending packages. This fixes in particular motion/sot-core not finding bullet at build time.
-
Anthony Mallet authored
Do not bump PKGREVISION. The missing entries were just about doc, nobody wants to read this ;)
-
Anthony Mallet authored
ros-gencpp is now at version 0.6 for ros kinetic and ros-lunar.
-
Anthony Mallet authored
Changes since 2.8.1 not available upstream.
-
Anthony Mallet authored
Changes since 2.8.1 not available upstream. However, visible changes include: * Fix build with recent g++ and boost
-
Anthony Mallet authored
Changes since 2.8.1 not available upstream. However visible changes include: * Fix build with recent g++ and boost * patch-ac for boost >= 1.61 applied upstream Still need patch-ab to fix gcc detection for gcc >= 7
-
Anthony Mallet authored
Changes since 2.8.1 not available upstream. However, visible changes include: * Renamed headers from include/log4cpp to include/orocos/log4cpp * Renamed libraires from liblog4cpp.so to liborocos-log4cpp.so * Renamed pkg-config file from log4cpp.pc to rocos-log4cpp.pc
-
- 27 Mar, 2018 3 commits
-
-
Anthony Mallet authored
When a package is "not available" for a given platform, the print-pkgnames will (correctly) return an empty list. This makes tsort-set think that no package is matching here. This is bad because: * bulk builds results won't be triggered for this package (and appear as "unknown" instead of "cannot be built here" / "not available"). * package sets without NULLGLOB option will incorrectly raise an error Fix by using the default PKGNAME in tsort-set when print-pkgnames returns the empty list.
-
Anthony Mallet authored
Should address issue #154 and repair the dependencies of the debian packages from wip/.
-
Anthony Mallet authored
Changes since 1.2: * Honour PKG_PATH when resolving robotpkg dependencies (#154) * Skip directories when running dpkg-query -S (to avoid getting a huge list of unrelated dependencies).
-
- 26 Mar, 2018 1 commit
-
-
Anthony Mallet authored
It was initially (and still is) a feature to allow, in a in package set definition, a package pattern expanding to the empty list. However, this can in practice hide a typo which may be hard to track down if the package set is otherwise not empty. This commit adds a new directive PKGSET_NULLGLOB, which can be specialized per package set with PKGSET_NULLGLOB.<set-name>, that controls whether a set should allow patterns exanding to an empty list. PKGSET_NULLGLOB defaults to no, thus now forbidding empty expansions by default. It can be turned back to 'yes' to restore the previous behaviour.
-
- 25 Mar, 2018 1 commit
-
-
Anthony Mallet authored
-
- 23 Mar, 2018 3 commits
-
-
Anthony Mallet authored
If, for whatever reason, the packaging of a file and repository updates fails before completion (e.g. because the building machine is powered down), even with commit:25f649f the package repository may be left in an inconsistent state. To prevent further bulk builds to think that the build was successfull, a marker file is left along with the binary package file, and removed only at the very end of the packaging phase. If the file is present when the bulk target starts, this indicates a previous failure that could not be recovered and the packaging will be redone. This should address issue #151
-
Anthony Mallet authored
The 'package' target writes outside $WRKDIR. After building the binary package file itself, a few admistrative tasks must be performed to update the binary package repository and invoke additional targets like building a debian package from the binary package. In case of error in the middle of these administrative tasks, it is safer to rollback all modifications that were done to the packages repository, so that it stays in a consistent state. This is done like for the `install` target, by using a recursive make invocation, tracking any error and invoking the rollback target if necessary. As a side effect, a new "depackage" toplevel target is added, which is available to the users to manually remove a package from the repository.
-
Anthony Mallet authored
* patch-aa: Disable tagfiles, this triggers a segfault in doxygen-1.8.6 while processing the gepetto-viewer-corba.doxytag. This does not change the documentation anyway: the generated "related pages" is empty even with tagfiles on.
-
- 22 Mar, 2018 1 commit
-
-
Matthieu Herrb authored
-
- 21 Mar, 2018 1 commit
-
-
Anthony Mallet authored
Fix the -l directive for the boost_python library. Bump PKGREVISION
-
- 20 Mar, 2018 2 commits
-
-
Anthony Mallet authored
Pass the boost-python library name to cmake. For some reason, one must define Boost_PYTHON_LIBRARY_RELEASE and _DEBUG, passing just Boost_PYTHON_LIBRARY does not work? Add patch-ad, fixing hardcoded python library name in the installed .pc Bump PKGREVISION.
-
Anthony Mallet authored
Boost::Python is a special package in that it inherits all the python fun depending on the python version used. The fun is even more increased since different distributions will name the boost_python libraries differently. Fix SYSTEM_SEARCH to look for boost-python{py[0-9]*,3,}. This matches known names for those libraries on supported architectures. While here, fix the NetBSD system package hint: devel/boost-python was renamed to devel/py-boost.
-
- 19 Mar, 2018 1 commit
-
-
Anthony Mallet authored
patch-ac: Fix CMakeLists.txt to not enforce python == 2.7 OK Guilhem
-
- 17 Mar, 2018 1 commit
-
-
Anthony Mallet authored
"robotpkg_admin findbest" outputs a URL. Unfortunately, the up-to-date check for binary package compares dependency file timestamps with `test -nt`, which does not works with URLs. The easiest is to pipe the result of "robotpkg_admin findbest" to a sed script that removes leading "file://" and maps %7e back to ~ (fortunately, ~ is the only character to deal with, because of the restrictive character set allowed in package name and options). This will not work for http URLs, but in practice the bulk builds do not fetch dependencies remotely (and this was not possible before, so no regression). While here, also unscramble the package name in the logs: better read ~ instead of %7e when analyzing the logs ...
-
- 16 Mar, 2018 3 commits
-
-
Anthony Mallet authored
-
Anthony Mallet authored
Export PKG_PATH when looking for binary packages to be installed as dependencies in the bulk target. The implies passing down PKG_PATH to robotpkg_add as well as using robotpkg_admin findbest instead of lsbest to look for available binary packages. The goal of this change is to allow building binary packages for a subset of robotpkg (typically: wip/) in a different repository than the main one.
-
Anthony Mallet authored
In pkg-tarup, do not build a binary package file for a dependency if one is already available in PKG_PATH. This is the same behaviour as before, except that this honours PKG_PATH to determine if a binary package for a dependency is already available or not. The goal of this change is to allow building binary packages for a subset of robotpkg (typically: wip/) in a different repository than the main one.
-
- 15 Mar, 2018 1 commit
-
-
Anthony Mallet authored
While PKG_PATH is a user setting, it makes sense to provide a default value pointing to where the binary bootstrap kit is available. This is done by adding a robotpkg_install.conf file to the bootstrap kit archive, populated with a single PKG_PATH configuration line.
-
- 14 Mar, 2018 5 commits
-
-
Anthony Mallet authored
robotpkg_add computes at runtime the platform on which it runs, in order to check that binary packages match the target platform. On redhat-likes, the version number is assumed by mk/platform/opsys.sh to have no dot (e.g. CentOS-7, Fedora-27, ...). Sync robotpkg_add with this. Bump minor version.
-
Anthony Mallet authored
patch-ab: Add yaml-cpp directories in order to not fetch the system yaml-cpp when the robotpkg yaml-cpp is used
-
Packaging changes: * Needs omniORBpy * Adds a patch to allow compilation on fedora26 Changes since 2.1.0: * Add Qt5 support Changes since 2.0.0: * [CmakeLists] add dependency to binary omniNames (#67) * [doc] Update doc of setCurveMode * Fix shared_ptr #63 * Add get/setIntProperty * shared_ptr compliant for c++98 and c++11 * Expose LeafNodeLine::setPointsSubset * Add Matplotlib python widget * Clean PythonWidget * Fix installation of headers * Synchronize CMake module * Fix way of finding config files * Accept full filename for configuration files * Fix compilation warnings * Read Python CORBA server default URL from various sources. * Only skip one node in pick handler.
-
Changes since 2.1.1: * Fix compilation with urdfdom < 0.4.0 Changes since 2.1.0: * Fix compilation with urdfdom < 1.0.0 Changes since 2.0.0: * [Box] Handle recent versions of OSG * [IDE] Handle IDE formating * Add property visibility to node * shared_ptr compliant for c++98 and c++11 * [CMake] Add missing Boost include directories * Replace usage of deprecated Matrixd::get * [Line] Add setColors method to line object * Add LeafNodeLine::setPointsSubset * Use shared_ptr cast to bool instead of operator!= * Clean code in LeafNodeArrow * Replace usage of deprecated Matrixd::get * Add gitlab CI configuration * URDF parser accepts XML string. * Update WindowManager::startCapture and stopCapture * disable small feature culling * [Line] Force drawing after changing point placements * Do not reset view when adding a node to a window.
-
Anthony Mallet authored
* Only search for the actual omniidl backend file * Add SYSTEM_PKG.RedHat, mentionning the required python version (recent Fedora package only omniidl for python3).
-
- 13 Mar, 2018 1 commit
-
-
Anthony Mallet authored
-