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

Using SITL with Morse #2782

Closed
auturgy opened this issue May 25, 2020 · 2 comments
Closed

Using SITL with Morse #2782

auturgy opened this issue May 25, 2020 · 2 comments
Labels

Comments

@auturgy
Copy link
Contributor

auturgy commented May 25, 2020

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

@peterbarker
Copy link
Contributor

I'll also note that if you do hack that attribute "hide" problem (the fix is googleable) then a more intractable exception crops up next.

Workaround might be to install Blender 2.79 somehow using snap - theory only.

@auturgy
Copy link
Contributor Author

auturgy commented Aug 7, 2022

Closed #3465

@auturgy auturgy closed this as completed Aug 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants