Skip to content

Commit

Permalink
temp
Browse files Browse the repository at this point in the history
Signed-off-by: kyoichi-sugahara <[email protected]>
  • Loading branch information
kyoichi-sugahara committed Aug 30, 2023
1 parent 8a2f720 commit 783f78a
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,12 +96,6 @@ PathWithLaneId GeometricParallelParking::getArcPath() const
return path;
}

std::vector<std::pair<double, double>> GeometricParallelParking::getPairsTerminalVelocityAndAccel()
const
{
return pairs_terminal_velocity_and_accel_;
}

bool GeometricParallelParking::isParking() const
{
return current_path_idx_ > 0;
Expand Down

0 comments on commit 783f78a

Please sign in to comment.