Skip to content

Commit

Permalink
ボールプレイスメントエリアを横切ってしまうことがあるため、上書きしてしまう (#652)
Browse files Browse the repository at this point in the history
  • Loading branch information
HansRobo authored Dec 18, 2024
1 parent ebb7c1a commit 98785f4
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ class BallPlacementAvoidancePlanner : public PlannerBase
}
}
}
// ボールプレイスメントエリアを横切ってしまうことがあるため、上書きしてしまう
command.original_position = target_position;
command.command->setTargetPosition(target_position);
visualizer->addLine(command.original_position, target_position, 2, "yellow");
} else {
Expand Down

0 comments on commit 98785f4

Please sign in to comment.