Skip to content
  • 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