Skip to content

Commit

Permalink
Remove unused variable in the TimeVaryingDCMPlanner
Browse files Browse the repository at this point in the history
  • Loading branch information
GiulioRomualdi committed Feb 25, 2021
1 parent a24da91 commit 5e55b32
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Planners/src/TimeVaryingDCMPlanner.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -504,10 +504,6 @@ struct TimeVaryingDCMPlanner::Impl
+ this->dcmVectorSize)));
this->opti.set_value(this->optiParameters.omegaInitialValue, initialState.omega);

const auto& vrp = this->optiVariables.vrp;
const auto& omega = this->optiVariables.omega;
const auto& omegaDot = this->optiVariables.omegaDot;

this->computeVRPConstraint(contactPhaseList);

if (!this->optiSettings.useExternalDCMReference)
Expand Down

0 comments on commit 5e55b32

Please sign in to comment.