Skip to content
Snippets Groups Projects
Commit 439ad4c4 authored by Florent Lamiraux's avatar Florent Lamiraux
Browse files

Make python scripts more compact,

    - 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.
parent 0e2ad7d0
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment