Skip to content

Commit

Permalink
Fix loss of first waypoint in upsample trajectory
Browse files Browse the repository at this point in the history
  • Loading branch information
thettasch committed Oct 26, 2023
1 parent b64af98 commit 11db2df
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ void UpsampleTrajectoryTask::upsample(CompositeInstruction& composite,
if (start_instruction.isNull())
{
start_instruction = i.as<MoveInstructionPoly>();
composite.push_back(i);
continue;
}

Expand Down

0 comments on commit 11db2df

Please sign in to comment.