Project2 / GroupEricBlayneBlogMay 8,2009 by bfield (link) We can now get to a sequence of goal positions. In theory, we should be able to build a motion graph from any set of motions with identical topologies, but we don't yet have a interface option for it. May 7,2009 by bfield (link) There are some motions it doesn't work on, but we can now use best-first search on our motion graph to try to find a path from the start point to some arbitrary point (right now the origin). May 1,2009 by bfield (link) We now are finding the local minima, and have created a motion graph using those points. We can run a random walk on this graph. April 30,2009 by bfield (link) Finally, the alignment bug has been located. The issue is that arctan returns something between -90 and 90 degrees, so some alignments will be off by 180 degrees. I assume this was the cause of the wild discontinuities in the previous similarity matrix. An updated grid is below. ![]() April 30,2009 by bfield (link) Here is a plot of the similarities between frames for monkeyBoy05.bvh. Blue is high similarity, red is low similarity. This makes sense, as he is upside down around frame 100. ![]() April 29,2009 by bfield (link) Getting real close to finding the distance between poses based on the point cloud distance. Can't quite tell if it's working, since the information it computes should be able to be used for improving the matching of orientation for concatenation, but it doesn't look right at the moment. April 24,2009 by bfield (link) Slerp appears to be working, so our concatenation looks a lot nicer, and blending seems to be improved as well. April 20,2009 by aderhold (link) We've put our final P2 write-up at BlayneEricP2Writeup, and a few comments on other groups' projects at BlayneEricP2OtherGroups. April 2,2009 by bfield (link) The rest pose for jeheeBox1, which despite it's ugliness, is in fact drawn using JOGL: ![]() March 31,2009 by bfield (link) I have a SVN repository setup, which should be able to be accessed by bfield, aderhold,and gleicher Checkout like this: March 31,2009 by bfield (link) This is mostly just a reminder to myself about the steps to get JOGL programs running in Mac OS X, Linux, and Windows. JOGL page, where it can be downloaded. Right now, I just have the example code from the Wikipedia page compiled/running, but it indicates that the setup works. Windows: Linux: Running the program: Mac OS X: March 30,2009 by bfield (link) I think we'll give the following a shot: Language: Java Graphics: JOGL Windowing: Swing Getting JOGL running on Windows was pretty simple, it was mostly just a matter of downloading it, and pointing Eclipse to the included JAR files. I know I have also got it working on OS X, which would be useful for Eric (I don't remember the details of how I did that). Currently doing it on Linux gives me some error about finding a class, but I am in the process of figuring that out. March 26,2009 by gleicher (link) Nothing meaningful yet... |