Jason K. Moore
Jason K. Moore
Removing this from the 0.3.0 milestone. Sahil said he'd look into if there is some time.
It should probably be a VisualizationFrame: ``` spring = VisualizationFrame(point1, point2, Spring(diameter=4.0)) ``` Maybe the spring can be a shape that we attached to two points using a VizFrame.
Sure, helix is fine.
I think we need to release a new version of PyDy that enforces this dependency bound. So that `conda install pydy` just works.
It does not seemed to be fixed in #183 for me. The orientation of the camera in the mass_spring_damper should be such that the mass bobs up and down.
@sahilshekhawat Would you mind looking into this issue. I don't think it is on the Python side. I haven't been able to find the bug yet in the JS.
@tarzzz Do you have any idea why this is not working? It used to work just fine (at least at the end of last summer). Sahil is going to file...
@sahilshekhawat What is the status here? Has the SO question and Tarun's observation helped figure out anything? If we can't get this into the release, we may need to disable...
One way to help eliminate the python side possibility is to complete the unit tests for the cameras, see https://github.com/pydy/pydy/issues/212.
@sahilshekhawat For this one, maybe we should issue a warning if the user passes in a custom camera referencing this issue. Will just have the warning for the release.