Skip to content
Snippets Groups Projects
  1. Jan 25, 2017
  2. Jan 18, 2017
  3. Jan 12, 2017
  4. Jan 10, 2017
    • Dmitry Rozhkov's avatar
      catkin: revert commit beb46774 · e3e990de
      Dmitry Rozhkov authored
      The patch added in the reverted commit was meant to fix the issue
      https://github.com/bmwcarit/meta-ros/issues/291
      
      
      
      In fact it enables CMake to look for libraries in a host system which
      leads to errors when a path is tested for a library presence with the
      help of CMake's find_library() command: e.g. a non-existing host
      directory is tested for library presence and find_library() returns
      successfully because the library exists in bitbake's sysroot; then the
      directory is used by the linker, but the library doesn't exist in the
      directory -> failure. In worse cases the host directory may actually exist
      and contain the library, but of wrong architecture, format or
      incompatible ABI making finding the root cause a difficult task.
      
      Signed-off-by: default avatarDmitry Rozhkov <dmitry.rozhkov@linux.intel.com>
      e3e990de
    • Lukas Bulwahn's avatar
      Merge pull request #444 from rojkov/realsense · 47708d13
      Lukas Bulwahn authored
      librealsense: Set build type to ROS explicitly
      47708d13
  5. Jan 09, 2017
  6. Dec 15, 2016
  7. Dec 13, 2016
    • Gustavo Jose de Sousa's avatar
      mavros: add packages recipes · 359cb2e1
      Gustavo Jose de Sousa authored
      Use the latest indigo release (0.17.4).
      
      Authors: JochiPochi <john.aleman@cyphyworks.com>
               Gustavo Jose de Sousa <gustavo.sousa@intel.com>
      359cb2e1
    • Gustavo Jose de Sousa's avatar
      ros-mavlink: add recipe · 2846a8f3
      Gustavo Jose de Sousa authored
      A patch for the config file is also necessary because the include directory
      path was being hardcoded in the generated file, which caused problems for cross
      compilation. That patch has already been applied on upstream but for a newer
      version, so we're backporting it here.
      
      Apparently, the Kinetic release for this package is supposed to work fine with
      indigo distribution. That could be tried later, so that we can get rid of the
      local patch.
      
      Authors: JochiPochi <john.aleman@cyphyworks.com>
               Gustavo Jose de Sousa <gustavo.sousa@intel.com>
      2846a8f3
  8. Dec 12, 2016
  9. Dec 04, 2016
  10. Dec 03, 2016
  11. Dec 02, 2016
    • Lukas Bulwahn's avatar
      diagnostic-aggregator: improve build dependency · 8c8349b3
      Lukas Bulwahn authored
      
      bitbake diagnostic-aggregrator failed due to missing build
      dependencies with:
      ```
      | -- Could not find the required component 'bondcpp'. The following CMake error indicates that you either need to install the package with the same name or change your environment so that it can be found.
      | CMake Error at /home/lukas/dev/openembedded.org/openembedded-core/build/tmp-glibc/sysroots/qemux86/opt/ros/indigo/share/catkin/cmake/catkinConfig.cmake:83 (find_package):
      |   Could not find a package configuration file provided by "bondcpp" with any
      |   of the following names:
      |
      |     bondcppConfig.cmake
      |     bondcpp-config.cmake
      |
      |   Add the installation prefix of "bondcpp" to CMAKE_PREFIX_PATH or set
      |   "bondcpp_DIR" to a directory containing one of the above files.  If
      |   "bondcpp" provides a separate development package or SDK, be sure it has
      |   been installed.
      | Call Stack (most recent call first):
      |   CMakeLists.txt:6 (find_package)
      |
      |
      | -- Configuring incomplete, errors occurred!
      ```
      
      Signed-off-by: default avatarLukas Bulwahn <lukas.bulwahn@oss.bmw-carit.de>
      8c8349b3
  12. Dec 01, 2016
  13. Nov 30, 2016
  14. Nov 28, 2016
  15. Oct 31, 2016
  16. Oct 28, 2016
  17. Oct 26, 2016
  18. Oct 15, 2016
Loading