Git Product home page Git Product logo

pybiosim's People

Contributors

arindam1993 avatar sterlingpeet avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

pybiosim's Issues

Radians and Degrees

Angles are sometimes expressed as Radians, but the Simulator initial conditions and a few other locations are in Degrees. Choosing one convention (I recommend radians) for the whole simulator and sticking to it is less confusing.

Pitch (Y-Axis) Rotation is Backwards

In left-handed coordinates (much like right-handed coordinates) the positive rotation around an axis is defined such that when you align your thumb with the positive axis direction, your fingers curl around the axis in the positive rotation direction:

aerobics

(image from the POVray documentation)

Careful inspection and setting up several tests has yielded an error:

pitchrotbackwards

This test robot commanded positive pitch for 4 seconds. Clearly, it does not follow the definition illustrated above.

Simple tests for translation in X, Y and Z, as well as rotation for Yaw and Roll behave appropriately for a left-handed coordinate system.

.gitignore and cached files in the repository

The main directory contains 4 .pyc files, despite the .gitignore file containing a rule to ignore those platform specific cache files.

I also noticed that the folders images and reference_demos are listed in the .gitignore file, but it looks like you actually don't want to exclude the folders themselves (which is the current configuration). My best guess here is you want to keep the images folder and ignore the contents of the folder [and delete the jpgs currently in the repository under that folder], and not ignore the files in 'reference_demos`.

Personally, I suggest looking at github's Python .gitignore file and using it directly with a specific addition for the folders at the top.

I can package this up into a pull request if you would like, provided you give some feedback on how the folders are supposed to behave.

Thanks,

@SterlingPeet

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.