Jason K. Moore
Jason K. Moore
I tried copying the pydy-resources dir to my server. If you load a scene with `?load=` it errors out because it can't find the simulation file. It looks for the...
@sahilshekhawat This is an example I came up with which has all of your base joint types. I haven't finished it yet but the base structure is there. I'll peck...
``` self.texture_base_path = "pydy-resources/textures/" ``` See: https://github.com/pydy/pydy/pull/245#discussion_r32777545
Right now the json file names are automatically generated with a time stamp. The time stamp is the same for the pair of files. It would be more useful if...
Say you build a model, visualize it in the notebook, and then modify the model in cells below the viz, and then finally visualize again. This causes issues. The second...
_Issue by **[moorepants](https://github.com/moorepants)** from Monday Feb 17, 2014 at 18:44 GMT_ _Originally opened as https://github.com/pydy/pydy-viz/issues/104_ --- The camera should be zoomed to show a maximized version of the objects in...
The abstraction here is that we have a System (or model). That same model can have shapes attached to it in variety of ways, e.g. you can have one pendulum...
Right now we do not have the interactivity, i.e. updating the simulation, in when the visualization is displayed outside of the notebook, i.e. calling `Scene.display_ipython`. We should, instead, open a...
PR #172 needs to be merged before this one can be merged. See issue #21. This needs a lot of work. The Javascript side is needed for example. - [...