Jose Luis Blanco-Claraco

Results 135 comments of Jose Luis Blanco-Claraco

@bergercookie right now it's used mainly for some reactive nav configuration files, where some entries are scripts on their own. See for example [this](https://github.com/MRPT/mrpt/blob/master/share/mrpt/config_files/navigation-ptgs/reactive2d_config.ini#L120)). Indirectly it's also used via the...

Thanks, another project I didn't know! Anyway, at present all "regular" mrpt unit tests are already run in the Debian packages via "make test" (well... actually via the equivalent "dh_auto_build"...

mmm.. I like the cdash stuff, I'll check it out. Thanks! I think I didn't get one of your point, though... > The packaging of the binaries still succeed regardless...

(Moved from another issue ticket) To do: * [x] Eigen. * [x] assimp * [ ] libtclap => don't download sources by default, show an error, and an option to...

@jolting Right now, assimp and Eigen are downloaded directly using CMake commands. `libtclap-dev` could be autodetected from Debian packages, or if not found, via Hunter: `hunter_add_package(TCLAP)` Any other package that...

Thanks a lot @lsolanka ! I'll need to look more in detail to your patch, but I like the idea. The problem we have is trying to make happy everyone:...

Closing due to inactivity... Using git submodules and detecting system libraries is probably already good enough for most use cases at present (!?).

For future reference: http://ieeexplore.ieee.org/stamp/stamp.jsp?arnumber=8259474