Bowling collision simulation using Blender

by Andrew Kickertz Introduction to using Blender / Bullet to detect and respond to collisions of rough elastic bodies, particularly bowling pins and balls. For the past few months I have been developing a Matlab-based bowling-oriented physics engine for simulating the collisions of balls and pins, as well as the … Continue reading

Identification of the benchmark canonical form

by Jason Moore This is a description of an identification procedure for the bicycle based around the benchmark canonical form. Model structure The identification of the linear dynamics of the bicycle can be formulated with respect to the benchmark canonical form realized in [Meijaard2007]. Mq¨+vC1q˙+[gK0+v2K2]q=T where the time varying states … Continue reading

Pin-pin collision detection and response

by Andrew Kickertz Collision detection via meshes, and rough calculation of post-impact velocities. Over the past couple weeks I’ve been developing a method to detect collisions between pins, modeling them as meshes.  I’m also thinking about describing the pins as parametric surfaces, but that’s another can of worms.  The radius … Continue reading

I need help with conference copyright issues

by Jason Moore I’d like to share my dissertation work at an upcoming conference, but ASME wants the copyright. What do I do about it? I’m wrapping up my dissertation (moorepants.github.com/dissertation) and want to present some of the material in it at some upcoming conferences in my field. One that … Continue reading

Improved results on the bicycle identification

by Jason Moore I’ve made some progress on viewing the results of my bicycle model identification. This is a summary of the current state. I’m about to start writing up the results I’ve obtained on identifying a linear bicycle model. As I’ve explored the data, my confidence growing in it … Continue reading

Identifying the bicycle model

by Jason Moore   I’ve been working on a small application to visualize and interact with the data resulting from identifying the bicycle model from all of my data. This is a preliminary look at how it is coming along. I’m using the basic grey box identification technique as described … Continue reading

New slalom tests the with the instrumented bicycle

by Jason Moore Two new students are collecting data with the instrumented bicycle. Elliot and Ziqi are two new graduate students in our lab and they have been learning about bicycle dynamics and getting familiar with using and collecting data with the instrumented bicycle. They’ve been doing some slalom experiments … Continue reading

Call For Papers: Single Track Vehicle Session

by Jason Moore   Call for papers! Please spread the word. 2012 ASME Dynamic Systems and Control Conference and 2012 Motion & Vibration Conference Single Track Vehicle Dynamics and Control Session October 17-19, 2012, Fort Lauderdale, FL, USA http://dsc-conference.org/ Information  The long arm of the Bicycle and Motorcycle Dynamics (BMD) research … Continue reading

Python – Matlab integration

by Jason Moore There are some tools in Matlab that don’t exist in Python. How can I seamlessly make use of Matlab tools with Python? I’ve been making use of Matlab’s System Identification toolbox extensively, as there really isn’t anything on the open source market that does the same kind … Continue reading