Skip to content
Snippets Groups Projects
Commit 91ffa6a1 authored by Guilhem Saurel's avatar Guilhem Saurel Committed by Justin Carpentier
Browse files

[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)
parent 4d1d1c6b
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment