Add class

How to add the class to the source panda?

You’d like to add a class to the C++ source?

Look in the panda/src/skel directory, which is a module containing an example class. The instructions for how to build it are in makepanda/makepanda.py (search for “skel”).

1 Like

I think depending on the functionality of the class, it might be easier to just put it into an existing project? Creating a new project for a single class sounds overkill.

The question is not where to put my class. The question is how to expand the panda fit class.