Skip to content
Snippets Groups Projects
  1. May 09, 2018
    • Matthias Grob's avatar
      astyle: fix display language dependency · 72db7d33
      Matthias Grob authored
      The shell script which checks the style relies on greping for the
      keyword "Formatted" in the output of astyle. But the program has
      localization support and will output in other languages e.g. german.
      This leads to all style checks always succeeding. I only tested this
      on Windows in Cygwin but I can imagine the problem also exists in
      non-english Ubuntu installations.
      
      Solution is the parameter --formatted of astyle which only produces
      any output if there was something to fix. This allows for a display
      language independent condition for an empty string inside the shell
      script.
      72db7d33
    • Beat Küng's avatar
  2. May 08, 2018
  3. May 07, 2018
  4. May 06, 2018
  5. May 05, 2018
  6. May 04, 2018
  7. May 03, 2018
  8. May 02, 2018
  9. May 01, 2018
  10. Apr 30, 2018
  11. Apr 29, 2018
  12. Apr 28, 2018
  13. Apr 27, 2018
  14. Apr 26, 2018
  15. Apr 25, 2018
    • Beat Küng's avatar
      mc_att_control_main: do not apply the yaw weight for the feedforward term · 332a612f
      Beat Küng authored
      The meaning of the yaw weight changed with #8003:
      - before, the yaw weight decreased with increasing tilt angle error, so
        it was mostly 1
      - now, it is constant and depends on the tuning gains (around 0.4 by default)
      
      It means that #8003 reduced the feedforward term, and we get the closer
      behavior as before with this change.
      It also reduces coupling between different parameters.
      332a612f
Loading