Skip to content
Snippets Groups Projects
  1. Apr 25, 2011
  2. Mar 09, 2011
  3. Feb 24, 2011
  4. Feb 22, 2011
  5. Feb 19, 2011
  6. Feb 18, 2011
  7. Feb 17, 2011
  8. Feb 16, 2011
  9. Feb 15, 2011
  10. Feb 14, 2011
  11. Feb 13, 2011
  12. Feb 11, 2011
  13. Feb 10, 2011
  14. 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
  15. Jan 11, 2011
  16. Jan 10, 2011
  17. Jan 07, 2011
  18. Jan 04, 2011
  19. Jan 02, 2011
  20. Dec 28, 2010
  21. Dec 26, 2010
  22. Dec 17, 2010
    • Florent Lamiraux's avatar
      Implement 3 commands and bind them in python. · 4a4e1fe1
      Florent Lamiraux authored
          * include/sot-dynamic/dynamic.h,
          * src/dynamic-command.h,
          * src/dynamic.cpp: commands SetFiles, Parse, CreateOpPoint.
          * src/CMakeLists.txt,
          * src/dynamic_graph/sot/dynamics/__init__.py: new, Implement and install
            python submodule.
      4a4e1fe1
Loading