Skip to content
Snippets Groups Projects
  1. Feb 15, 2011
  2. Feb 14, 2011
  3. Feb 13, 2011
  4. Feb 11, 2011
  5. Feb 10, 2011
  6. Feb 03, 2011
  7. Jan 28, 2011
  8. Jan 27, 2011
  9. Jan 26, 2011
  10. Jan 24, 2011
  11. Jan 21, 2011
  12. Jan 19, 2011
    • Florent Lamiraux's avatar
      Make python scripts more compact, · 439ad4c4
      Florent Lamiraux authored
          - by calling signals through Entity instance members instead of by
            signal('name'),
          - by replacing dynamicRobot member by dynamic,
          - by replacing simu flag by simulation,
          - by replacing robotSimu member by simu
          - by defining members for each operational point:
              AbstractHumanoidRobot.features['right-wrist'] can be accessed by
      	AbstractHumanoidRobot.rightWrist for instance.
      439ad4c4
    • Florent Lamiraux's avatar
      Synchronize cmake submodule. · 0e2ad7d0
      Florent Lamiraux authored
      0e2ad7d0
  13. Jan 18, 2011
  14. Jan 11, 2011
  15. Jan 10, 2011
    • Thomas Moulard's avatar
      Disable disallocation in Python for now. · 084748e5
      Thomas Moulard authored
      Previous algorithm was not taking properly into account the
      dependencies between data in the dynamic graph such as pointer
      signals. Disable it as it is trigger segfaults when exiting the
      Python interpreter.
      084748e5
Loading