Tarun Gaba

Results 22 comments of Tarun Gaba

Why not arrange for a helical shape(which is more generic) than a Spring shape? On Wed, Apr 23, 2014 at 1:17 AM, Jason K. Moore [email protected]: > It should probably...

When the frame is rotated 90degrees with `ceiling.y` as the Axis, it behaves as per the expectation. ``` camera_frame = ceiling.orientnew('Camera Frame','Axis', [-pi / 2, ceiling.y]) ``` but rotating w.r.t...

Inside the `display_ipython` we are making multiple calls to IPython's `display` to display all the components (simulation buttons etc.). `display_ipython` is more like an abstraction to `display(Scene)` since it loads...

We have a provision for custom file names already. from the `Scene` docs: > outfile_prefix : str > A prefix to be put while saving the scene_desc > and simulation_data...

Modified js code. Should fix #254. Need to study the impact on ipython notebooks though.

This _might_ be because the javascripts are getting loaded twice, inside the same notebook. Loading the same javascript libraries multiple times inside a single html page causes issues ( a...

By the way, noticed a very similar issue in mass_spring_damper example. When we run the visualization for the first time, it works fine. Then edit some python code in the...

This is related to making pydy-resources directory portable, so that they can simply be copied to any system, and should be able to work good. @moorepants could you please elaborate...

I am unable to re-produce the issue you are facing @moorepants. Have tried several combinations on my local machine, by creating local servers from different directories. Works fine on them.

So I have been able to replicate the issue now. Javascript code needs to be modified to read the url, and then infer the simulation data file from the url...