You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* initial commit for control interface, currently not working.
* more changes trying to get things to work
* more changes, no progress
* refactor into 1 module
* fixing issues with interface
* minor changes to control input mat
* committing interface changes to accommodate cpp branch changes
* start to update basic dynamics structure
* refactor dynamics models
* committing basic.init and cwh test changes
* control changes to get cpp to work
* double integrator cpp working stuff
* adding interface changes to state control
* interface changes for state control
* removed a single d
* changes to state control params
* removed an s
* wrong brackets
* addding case to dynamics constructors
* bug fixes for double int, filters, and some cwh
* cwh fixes
* get input mat fixes and cwh constructer change
* cwh constructor bugfix
* reshape prop state outputs
* toml changes for release
---------
Co-authored-by: ryan4984 <[email protected]>
// see https://pybind11.readthedocs.io/en/stable/advanced/classes.html#binding-classes-with-template-parameters for pybind with template class
11
+
// see https://stackoverflow.com/questions/62854830/error-by-wrapping-c-abstract-class-with-pybind11 for ImportError: generic_type: type "Derived" referenced unknown base type "Base" error
12
+
voidinitInterface(py::module& m) {
13
+
usingnamespacelager;
14
+
15
+
// define these so the inherited classes import ok
// see https://pybind11.readthedocs.io/en/stable/advanced/classes.html#binding-classes-with-template-parameters for pybind with template class
9
+
// see https://stackoverflow.com/questions/62854830/error-by-wrapping-c-abstract-class-with-pybind11 for ImportError: generic_type: type "Derived" referenced unknown base type "Base" error
// see https://pybind11.readthedocs.io/en/stable/advanced/classes.html#binding-classes-with-template-parameters for pybind with template class
15
+
// see https://stackoverflow.com/questions/62854830/error-by-wrapping-c-abstract-class-with-pybind11 for ImportError: generic_type: type "Derived" referenced unknown base type "Base" error
0 commit comments