Skip to content

Commit

Permalink
fix merging of zmp initial state
Browse files Browse the repository at this point in the history
  • Loading branch information
LoreMoretti committed Dec 18, 2024
1 parent c65fff0 commit 03e1d0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Planners/src/UnicycleTrajectoryGenerator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -750,6 +750,7 @@ bool BipedalLocomotion::Planners::UnicycleTrajectoryGenerator::Impl::mergeTrajec
trajectory.zmpGeneratorInitialState
.assign(unicycleTrajectoryPlanner.getOutput().zmpTrajectory.initialState.begin(),
unicycleTrajectoryPlanner.getOutput().zmpTrajectory.initialState.end());
trajectory.zmpGeneratorInitialState.pop_front();

// get feet cubic spline trajectory

Expand Down

0 comments on commit 03e1d0e

Please sign in to comment.