Skip to content

Commit 7fde9d4

Browse files
Levi ArmstrongLevi-Armstrong
authored andcommitted
Utilize parameter in TrajOpt planner
1 parent 28c9e72 commit 7fde9d4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tesseract_python/swig/trajopt/problem_description.i

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,11 +176,10 @@ struct TrajOptResult
176176

177177
struct BasicInfo
178178
{
179-
bool start_fixed;
180179
int n_steps;
181180
std::string manip;
182-
std::string robot;
183181
IntVec fixed_timesteps;
182+
IntVec fixed_dofs;
184183
sco::ModelType convex_solver;
185184
bool use_time;
186185
double dt_upper_lim;

0 commit comments

Comments
 (0)