Skip to content
Snippets Groups Projects
  1. Jul 27, 2022
  2. Jul 06, 2022
  3. Jun 27, 2022
  4. Jun 24, 2022
  5. Apr 08, 2022
  6. Dec 07, 2021
  7. Dec 01, 2021
  8. Nov 29, 2021
  9. Nov 16, 2021
  10. Nov 08, 2021
  11. Nov 05, 2021
  12. Nov 03, 2021
  13. Sep 06, 2021
  14. 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
  15. Aug 20, 2021
  16. Aug 05, 2021
  17. Aug 04, 2021
  18. Aug 02, 2021
Loading