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 28c9e72 commit 7fde9d4Copy full SHA for 7fde9d4
tesseract_python/swig/trajopt/problem_description.i
@@ -176,11 +176,10 @@ struct TrajOptResult
176
177
struct BasicInfo
178
{
179
- bool start_fixed;
180
int n_steps;
181
std::string manip;
182
- std::string robot;
183
IntVec fixed_timesteps;
+ IntVec fixed_dofs;
184
sco::ModelType convex_solver;
185
bool use_time;
186
double dt_upper_lim;
0 commit comments