Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

KeyError when running scripts - Gyroscope #790

Open
mrphaell opened this issue Mar 20, 2018 · 0 comments
Open

KeyError when running scripts - Gyroscope #790

mrphaell opened this issue Mar 20, 2018 · 0 comments

Comments

@mrphaell
Copy link

When I'm trying to run a simple script, I'm getting the output:

Traceback (most recent call last):
File "/home/phael/Desktop/Morse/mysim/scripts/mysim_client.py", line 25, in <module>
  gyro = simu.robot.gyroscope
File "/usr/local/lib/python3.5/dist-packages/pymorse/pymorse.py", line 390, in __getattr__ 
  comp = dict.__getitem__(self, name)
KeyError: 'gyroscope'

After that, I get nothing, and the script doesn't work. The script has the auto generated content, with the addition of that single line 25 listed above. Can anybody help? I'm kinda new to Morse.

  • MORSE version: morse UNKNOWN-dirty
  • Blender version: 2.76.0
  • Python version: 3.5.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant