Skip to content

Template checking: Use constructors for file name

When checking the template dependencies, instead of using the "constructor" function call, use the "constructors" function and pull the first object from the list.

This will prevent objects with multiple constructors from erroring at that call.

Errors in drake code when dep_class_t is Eigen::Matrix<double, -1, 1, 0, -1, 1>. TODO:

  • [] Figure out a test for this
Edited by Joe Snyder

Merge request reports