You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fresh Morse install on Ubuntu 20.04 not working. This isn't an ArduPilot issue, but it does need to be noted until resolved. Issue raised on Morse here: morse-simulator/morse#822
Steps to reproduce (from /ardupilot dir):
sudo apt install morse-simulator
morse run libraries/SITL/examples/Morse/quadcopter.py
Full console dump is at shorturl.at/svJM6
but basically Blender quits due to uncaught exception,
AttributeError: 'Object' object has no attribute 'hide'.
Doesn't seem to be related to ArduPilot - same error occurs regardless if starting the default Morse vehicle.
``` returns
...
* Your environment is correctly setup to run MORSE.
```morse create my_first_sim
morse run my_first_sim
returns same error (AttributeError: 'Object' object has no attribute 'hide'.) as running the ardupilot script
The text was updated successfully, but these errors were encountered:
Fresh Morse install on Ubuntu 20.04 not working. This isn't an ArduPilot issue, but it does need to be noted until resolved. Issue raised on Morse here: morse-simulator/morse#822
Steps to reproduce (from /ardupilot dir):
Full console dump is at shorturl.at/svJM6
but basically Blender quits due to uncaught exception,
AttributeError: 'Object' object has no attribute 'hide'.
Doesn't seem to be related to ArduPilot - same error occurs regardless if starting the default Morse vehicle.
returns same error (AttributeError: 'Object' object has no attribute 'hide'.) as running the ardupilot script
The text was updated successfully, but these errors were encountered: