Skip to content
Snippets Groups Projects
  1. Nov 29, 2021
  2. Nov 16, 2021
  3. Nov 08, 2021
  4. Nov 05, 2021
  5. Nov 03, 2021
  6. Sep 06, 2021
  7. Sep 02, 2021
    • Guilhem Saurel's avatar
      tests: remove useless import · dc80579b
      Guilhem Saurel authored
      dc80579b
    • Guilhem Saurel's avatar
      fix warnings · 3040aa93
      Guilhem Saurel authored
      3040aa93
    • Guilhem Saurel's avatar
      fix warning, ref #163 · 66c788ff
      Guilhem Saurel authored
      66c788ff
    • Guilhem Saurel's avatar
      fix warning, ref #162 · 621db173
      Guilhem Saurel authored
      621db173
    • 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
      deprecate vector-to-rotation, fix #128 · d99910ce
      Guilhem Saurel authored
      d99910ce
    • Guilhem Saurel's avatar
      update deprecations for C++14 · f9093bfe
      Guilhem Saurel authored
      f9093bfe
    • Guilhem Saurel's avatar
      256a92a4
  8. Aug 20, 2021
  9. Aug 04, 2021
  10. Aug 02, 2021
  11. Jul 01, 2021
  12. Jun 22, 2021
  13. Jun 07, 2021
  14. Jun 03, 2021
  15. Apr 22, 2021
  16. Apr 21, 2021
  17. Mar 11, 2021
  18. Mar 10, 2021
  19. Mar 04, 2021
  20. Mar 03, 2021
  21. Feb 09, 2021
Loading