Skip to content
Snippets Groups Projects
  1. Jul 27, 2022
  2. Jun 27, 2022
  3. Nov 29, 2021
  4. Nov 16, 2021
  5. Nov 08, 2021
  6. Sep 02, 2021
    • Guilhem Saurel's avatar
      fix warnings · 3040aa93
      Guilhem Saurel authored
      3040aa93
    • Guilhem Saurel's avatar
      fix fallthrough warning · 925fa984
      Guilhem Saurel authored
      fix:
      …/sot-core/src/tools/device.cpp: In member function ‘virtual void dynamicgraph::sot::Device::setState(const Vector&)’:
      …/sot-core/src/tools/device.cpp:248:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
             }
             ^
      …/sot-core/src/tools/device.cpp:249:5: note: here
           case CONTROL_INPUT_ONE_INTEGRATION:
           ^~~~
      925fa984
    • Guilhem Saurel's avatar
      robot-util: update sendMsg · c18cde6d
      Guilhem Saurel authored
      fix:
      
      …/sot-core/src/tools/robot-utils.cpp: In member function ‘void dynamicgraph::sot::RobotUtil::sendMsg(const string&, dynamicgraph::MsgType, const string&)’:
      …/sot-core/src/tools/robot-utils.cpp:449:49: warning: ‘void dynamicgraph::Logger::sendMsg(std::__cxx11::string, dynamicgraph::MsgType, const string&)’ is deprecated: use stream(type, lineId) << msg [-Wdeprecated-declarations]
         logger_.sendMsg("[RobotUtil]" + msg, t, lineId);
                                                       ^
      In file included from …/sot-core/include/sot/core/robot-utils.hh:23:0,
                       from …/sot-core/src/tools/robot-utils.cpp:29:
      …ll/include/dynamic-graph/logger.h:225:3: note: declared here
         sendMsg(std::string msg, MsgType type, const std::string &lineId = "");
         ^~~~~~~
      …/sot-core/src/tools/device.cpp: In member function ‘virtual void dynamicgraph::sot::Device::setState(const Vector&)’:
      …/sot-core/src/tools/device.cpp:248:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
             }
             ^
      …/sot-core/src/tools/device.cpp:249:5: note: here
           case CONTROL_INPUT_ONE_INTEGRATION:
           ^~~~
      c18cde6d
    • Guilhem Saurel's avatar
      update deprecations for C++14 · f9093bfe
      Guilhem Saurel authored
      f9093bfe
  7. Aug 05, 2021
  8. Jul 01, 2021
  9. Jun 22, 2021
  10. Apr 22, 2021
  11. Apr 21, 2021
  12. Mar 10, 2021
    • Guilhem Saurel's avatar
      [CMake] set RPATH for plugins · 7aa7be77
      Guilhem Saurel authored
      the install rpath allow plugins to find each other
      
      ROS buildfarm test everything in isolated environments, se we must also
      set the build rpath
      7aa7be77
  13. Feb 09, 2021
  14. Dec 08, 2020
  15. Nov 16, 2020
  16. Nov 13, 2020
  17. Nov 07, 2020
  18. Sep 29, 2020
  19. Sep 27, 2020
  20. Sep 02, 2020
  21. Sep 01, 2020
  22. Aug 28, 2020
  23. Aug 26, 2020
  24. Aug 25, 2020
Loading