https://github.com/steventen/simmechanics-parsing-tools
This project intends to develop a parsing tools for Matlab's SimMechanics Model
https://github.com/steventen/simmechanics-parsing-tools
Last synced: 10 months ago
JSON representation
This project intends to develop a parsing tools for Matlab's SimMechanics Model
- Host: GitHub
- URL: https://github.com/steventen/simmechanics-parsing-tools
- Owner: steventen
- Created: 2011-10-08T05:08:29.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2011-11-10T02:10:08.000Z (over 14 years ago)
- Last Synced: 2025-04-03T17:24:03.856Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 129 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
##-- SimMechanics Parsing Tools --##
This tool package is written for part of my research work for re-build mechanical system model from existing SimMechanics Model.
It contains 2 modules MDLparsetool and XMLparsetool:
* One is for parsing .mdl file, which is created directly under Matlab's SimMechanics system.
* The other one is for paring .xml file, which is generated by SimMechanics Link, a plugin for exporting CAD assemblies from a CAD model into SimMechanics.
##-- Requirements --##
To run this tool, you'll need:
* Python, version 2.4 or higher
* for mdl file parser, you need to install pyparsing module
##-- Credits --##
Project author: Steven Yue
Most of the code for parsing mdl file into nest list was writtern by Kjell Magne Fauske