Reconstruct vehicle dynamics from sensors data by animating an object on Blender.
Current version use accellerometer, gyroscope and GNSS module.
The sensors data must be in this format (FullInertial).
- Download latest .zip release from here
- Install .zip as a blender common add-on as explained also here. During the add-on activation / deactivation dependencies are installed/uninstalled so you could have to wait a while.
Once the add-on is istalled a new panel will be present in the lower section of Tools
.
Animate object
creates animation data for the active object.
- Clone the repository
git clone https://github.com/physycom/vehicle_dynamics_Blender
- Once you made some changes you can create the add-on zip:
python3 deploy.py
There may be calls to some datasets that aren't provided because of privacy reason.
For additional documentation see my bachelor thesis on this project
Semantic of version number:
- patch for cosmetic or bugfixes enhancements
- minor relase for performance or small features
- major realese for big features
This project is licensed under the terms of the GNU Affero General Public License v3.