User:KaKiLa: Difference between revisions
Jump to navigation
Jump to search
(Biomechanics todo list) |
m (→Octave - Forge) |
||
Line 16: | Line 16: | ||
== Octave - Forge == | == Octave - Forge == | ||
* quaternion_oo mpower.m | * quaternion_oo mpower.m | ||
* <del>Invite biomechanicist to put their code in biomechanics package.<del> | * <del>Invite biomechanicist to put their code in biomechanics package.</del> | ||
* Modify admin/releasePKG.m to erase svn specific files. | * Modify admin/releasePKG.m to erase svn specific files. | ||
=== Biomechanics === | === Biomechanics === | ||
* <del> Ask [https://sites.google.com/site/systemsneurosciencegroup/people/stewart-heitmann Stewart Heitmann] to release under GPLv3.<del> | * <del> Ask [https://sites.google.com/site/systemsneurosciencegroup/people/stewart-heitmann Stewart Heitmann] to release under GPLv3.</del> | ||
* Ask Andrea d'Avella to release under GPLv3 or equivalent. | * Ask Andrea d'Avella to release under GPLv3 or equivalent. | ||
Revision as of 07:29, 26 January 2012
Personal Data
TODO list
- Write description of packages Geometry package,Mechanics package,Robotics package.
- Start the API for RSB.
- Build packages for PPA.
extend sub2ind and ind2sub
We are extending sub2ind and ind2sub to work with triangular matrices. Currently private functions of mechanics. A string argument triggers the behavior. The string argument can be "triu" or "tril". After this str argument we accept an extra scalar value indicating that the triangular matrix is off diagonal (as in tril and triu). So, the first modification to the C++ code will be
- Check if any of the argument is a str.
- Check what kind of triangular matrix (up or low).
- If the argument after the str argument is a scalar, it indicates off diagonal triangular matrix (we do not have algo for that yet, though).
Octave - Forge
- quaternion_oo mpower.m
Invite biomechanicist to put their code in biomechanics package.- Modify admin/releasePKG.m to erase svn specific files.
Biomechanics
Ask Stewart Heitmann to release under GPLv3.- Ask Andrea d'Avella to release under GPLv3 or equivalent.
Robotics Toolbox
- Port Robotics Toolbox. Started: Google group.
- Complete quaternion_oo wrapper.
- Ask Emanuel Todorov to release under GPLv3 or equivalent.
Matgeom
Working on graphs:
- Porting. ✔
- Write demos.
Finish the port:
- polygons2d
- meshes
- polygons3d
Mechanics
clean up structure.- DMOC code generation.
- Improve verlet integrator. A odepkg compatible version?