We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f79981f commit 08e709cCopy full SHA for 08e709c
trajopt/include/trajopt/problem_description.hpp
@@ -215,6 +215,8 @@ struct ProblemConstructionInfo
215
tesseract_environment::Environment::ConstPtr env;
216
tesseract_kinematics::JointGroup::ConstPtr kin;
217
218
+ std::vector<sco::Optimizer::Callback> callbacks;
219
+
220
ProblemConstructionInfo(tesseract_environment::Environment::ConstPtr env) : env(std::move(env)) {}
221
222
void fromJson(const Json::Value& v);
0 commit comments