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

Illustrative ex for viz #11

Open
wants to merge 36 commits into
base: master
Choose a base branch
from
Open

Commits on Jun 18, 2013

  1. Added a 3 link pendulum problem, with massless links. and

    Added a 3 link pendulum problem, with links as RigidBodies
    tarzzz committed Jun 18, 2013
    Configuration menu
    Copy the full SHA
    06398c4 View commit details
    Browse the repository at this point in the history
  2. Added README

    Changed inertia value
    tarzzz committed Jun 18, 2013
    Configuration menu
    Copy the full SHA
    11a0059 View commit details
    Browse the repository at this point in the history
  3. Update three_link_pendulum.py

    tarzzz committed Jun 18, 2013
    Configuration menu
    Copy the full SHA
    d5f2d44 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2013

  1. Configuration menu
    Copy the full SHA
    a61e602 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e69d5cf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    89db91f View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2013

  1. Configuration menu
    Copy the full SHA
    b10d0e5 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2013

  1. [WIP] Added some base classes for the illustrative example

    Tarun Gaba authored and Tarun Gaba committed Jul 9, 2013
    Configuration menu
    Copy the full SHA
    b1a923c View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2013

  1. [WIP] Some error in the numerical integration of the problem.

    run illustrative_example.py to see what is wrong
    Tarun Gaba authored and Tarun Gaba committed Jul 10, 2013
    Configuration menu
    Copy the full SHA
    aa6a338 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2013

  1. WIP

    Tarun Gaba authored and Tarun Gaba committed Jul 12, 2013
    Configuration menu
    Copy the full SHA
    17f8f0b View commit details
    Browse the repository at this point in the history
  2. [WIP] Python part nearly complete, some problems with json serialization

    Tarun Gaba authored and Tarun Gaba committed Jul 12, 2013
    Configuration menu
    Copy the full SHA
    5a79f75 View commit details
    Browse the repository at this point in the history
  3. WIP

    Tarun Gaba authored and Tarun Gaba committed Jul 12, 2013
    Configuration menu
    Copy the full SHA
    134bf88 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2013

  1. [WIP] Completed Python side, although in a dirty way, with some hacks

    Tarun Gaba authored and Tarun Gaba committed Jul 13, 2013
    Configuration menu
    Copy the full SHA
    f769203 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2013

  1. WIP Added some javascript code

    Tarun Gaba authored and Tarun Gaba committed Jul 14, 2013
    Configuration menu
    Copy the full SHA
    31e7b65 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2013

  1. WIP Enabled visualizations of the shapes.

    Tarun Gaba authored and Tarun Gaba committed Jul 15, 2013
    Configuration menu
    Copy the full SHA
    7c348e9 View commit details
    Browse the repository at this point in the history
  2. Added server creating module

    Tarun Gaba authored and Tarun Gaba committed Jul 15, 2013
    Configuration menu
    Copy the full SHA
    9c10bf6 View commit details
    Browse the repository at this point in the history
  3. Added indents to JSON Output

    Tarun Gaba authored and Tarun Gaba committed Jul 15, 2013
    Configuration menu
    Copy the full SHA
    bcbca28 View commit details
    Browse the repository at this point in the history
  4. Added scene.display method in the run script

    Tarun Gaba authored and Tarun Gaba committed Jul 15, 2013
    Configuration menu
    Copy the full SHA
    f0aa71b View commit details
    Browse the repository at this point in the history
  5. Added README

    Tarun Gaba authored and Tarun Gaba committed Jul 15, 2013
    Configuration menu
    Copy the full SHA
    3c82531 View commit details
    Browse the repository at this point in the history
  6. WIP

    Tarun Gaba authored and Tarun Gaba committed Jul 15, 2013
    Configuration menu
    Copy the full SHA
    8441d29 View commit details
    Browse the repository at this point in the history
  7. Added static orientations to the shape

    Tarun Gaba authored and Tarun Gaba committed Jul 15, 2013
    Configuration menu
    Copy the full SHA
    ae2a57b View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2013

  1. Fixed translation bug

    Tarun Gaba authored and Tarun Gaba committed Jul 18, 2013
    Configuration menu
    Copy the full SHA
    e60fe75 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2013

  1. WIP Animation bug. I have kept output.json for ease in testing

    Tarun Gaba authored and Tarun Gaba committed Jul 19, 2013
    Configuration menu
    Copy the full SHA
    f950c97 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2013

  1. Working example now. Modified both python and Javascript code.

    Tarun Gaba authored and Tarun Gaba committed Jul 22, 2013
    Configuration menu
    Copy the full SHA
    cb5ba46 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2013

  1. Changed time.

    moorepants committed Aug 6, 2013
    Configuration menu
    Copy the full SHA
    8314218 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2013

  1. Modified according to new code for pydy_viz

    Tarun Gaba authored and Tarun Gaba committed Aug 12, 2013
    Configuration menu
    Copy the full SHA
    d11bd84 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2013

  1. WIP

    Tarun Gaba authored and Tarun Gaba committed Aug 18, 2013
    Configuration menu
    Copy the full SHA
    5ef35c4 View commit details
    Browse the repository at this point in the history
  2. Removed white spaces

    Tarun Gaba authored and Tarun Gaba committed Aug 18, 2013
    Configuration menu
    Copy the full SHA
    733f2ca View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2013

  1. Modified illustrative_example source

    Tarun Gaba authored and Tarun Gaba committed Sep 9, 2013
    Configuration menu
    Copy the full SHA
    85b715e View commit details
    Browse the repository at this point in the history
  2. Merge branch 'illustrative-ex-for-viz' of github.com:tarzzz/pydy_exam…

    …ples into illustrative-ex-for-viz
    moorepants committed Sep 9, 2013
    Configuration menu
    Copy the full SHA
    9fcf6bb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4ea2488 View commit details
    Browse the repository at this point in the history
  4. Removed comma.

    moorepants committed Sep 9, 2013
    Configuration menu
    Copy the full SHA
    0fec414 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2013

  1. Removed extraneous line.

    moorepants committed Sep 10, 2013
    Configuration menu
    Copy the full SHA
    18ad2b2 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2013

  1. Modified README

    Tarun Gaba authored and Tarun Gaba committed Sep 22, 2013
    Configuration menu
    Copy the full SHA
    cde87c8 View commit details
    Browse the repository at this point in the history
  2. Modified README

    Tarun Gaba authored and Tarun Gaba committed Sep 22, 2013
    Configuration menu
    Copy the full SHA
    53bddd4 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'clean_conical' of https://github.com/PythonDynamics/pyd…

    …y_examples into illustrative-ex-for-viz
    
    Conflicts:
    	illustrative_example_for_viz/illustrative_example.py
    	illustrative_example_for_viz/simulate.py
    Tarun Gaba authored and Tarun Gaba committed Sep 22, 2013
    Configuration menu
    Copy the full SHA
    896a29f View commit details
    Browse the repository at this point in the history