Skip to content
Snippets Groups Projects
  1. Oct 01, 2017
  2. Sep 30, 2017
    • José Roberto de Souza's avatar
      driver: ll40ls: Correctly instantiate with the right parameters (#8032) · 0d5480e5
      José Roberto de Souza authored
      It was setting the rotation value to the I2C slave address
      causing it to not be successfully probe.
      
      Changing the constructor paramters order instead of
      just fix line instantiating to keep consistency with
      the other lidars and sonars.
      0d5480e5
    • Lucas De Marchi's avatar
      build: get rid of annoying CMake warning (#8033) · fa458cdf
      Lucas De Marchi authored
      Depending on the CMake version when we are configuring it emits a
      warning about deprecation of CMAKE_FORCE_CXX_COMPILER. However we
      rely on this macro and don't want to do what CMAKE_CXX_COMPILER
      is doing. Here is what I get with CMake 3.9.1:
      
      	CMake Deprecation Warning at /usr/share/cmake/Modules/CMakeForceCompiler.cmake:83 (message):
      	  The CMAKE_FORCE_CXX_COMPILER macro is deprecated.  Instead just set
      	  CMAKE_CXX_COMPILER and allow CMake to identify the compiler.
      	Call Stack (most recent call first):
      	  cmake/toolchains/Toolchain-arm-none-eabi.cmake:37 (cmake_force_cxx_compiler)
      	  /usr/share/cmake/Modules/CMakeDetermineSystem.cmake:94 (include)
      	  CMakeLists.txt:263 (project)
      
      Avoid the warning by passing -Wno-deprecated to cmake.
      fa458cdf
  3. Sep 29, 2017
Loading