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 bfce86c commit 26213e2
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,12 @@ 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 26213e2

Please sign in to comment.