Skip to content

Commit

Permalink
Update name of existing_creatures to add all build robots I know
Browse files Browse the repository at this point in the history
This fix and close #9
  • Loading branch information
show0k committed Feb 10, 2016
1 parent 4781c22 commit 1adb3b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion software/poppy/creatures/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@


installed_poppy_creatures = {}
existing_creatures = ['poppy-humanoid', 'poppy-torso', 'poppy-ergo-jr']
existing_creatures = ['poppy-humanoid', 'poppy-torso', 'poppy-ergo-jr', 'poppy-4dof-arm-mini', 'poppy-6dof-right-arm', 'poppy-dragster-mini']


for creature in existing_creatures:
Expand Down

0 comments on commit 1adb3b0

Please sign in to comment.