[C++][Python] python model parser
As it is done in src/multibody/parser/python.cpp, one can create a shared_ptr to a new Model in c++, send this into a python namespace, update it in python, and continue to work on the Model in c++. An example to use this as a simple parser is given in unittest/python.cpp and models/simple_model.py (squashed version)
models/simple_model.py
0 → 100644
unittest/python_parser.cpp
0 → 100644
Please register or sign in to comment