Hi. Thanks for responding.
I changed the docker line to use drake-20190508 to update the container like you said But now when I import 'underactuated' as 'ua ' and prepend 'ua.' to 'FindResource' and 'PlanarSceneGraphVisualizer' I don't even get the invalid-inertia error anymore like I used to. Instead, I get :
AttributeError: 'module' object has no attribute 'PlanarSceneGraphVisualizer'
As shown below:
Whereas when I run the example as is (WITHOUT importing 'underactuated' as 'ua ' OR prepending 'ua.' to 'FindResource' and 'PlanarSceneGraphVisualizer') I get:
ImportError: cannot import name PlanarSceneGraphVisualizer
As shown below:
P.S. : Just in case you need to know the setup I used Here's a look at the directories and all the commands I used from my local machine:
And here's what I did inside the jupyter terminal :
Note that :
PlanarSceneGraphVisualizer doesn't show up here when I list he files within /underactuated/src/underactuated .
And also that I did go back up one directory to underactuated/src before opening the notebook to paste code example in it.
Thanks again.