pinocchio  2.3.1-dirty
c-robot-wrapper-viewer.md
1 # Display a model using RobotWrapper
2 
3 `RobotWrapper` is a wrapper class written in Python holding Pinocchio models and data.
4 It also includes wrapper functions for a few common methods.
5 `RobotWrapper` can interoperate with different visualizers.
6 Below, you find an example on how to load a model with `RobotWrapper` and how to use it with a visualizer of your choice.
7 
8 \include robot-wrapper-viewer.py
9