Skip to content

Commit

Permalink
Adds missing template instantiations.
Browse files Browse the repository at this point in the history
Signed-off-by: Franco Cipollone <[email protected]>
  • Loading branch information
francocipollone committed Oct 3, 2023
1 parent 3780da7 commit 2188491
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/geometry/utility/geometry.cc
Original file line number Diff line number Diff line change
Expand Up @@ -452,6 +452,8 @@ template ClosestPointToSegmentResult2d GetClosestPointToSegment(const maliput::m
template class ClosestPointResult<maliput::math::Vector3>;
template class ClosestPointResult<maliput::math::Vector2>;

template BoundPointsResult GetBoundPointsAtP<maliput::math::Vector3>(const LineString3d&, double, double);

} // namespace utility
} // namespace geometry
} // namespace maliput_sparse

0 comments on commit 2188491

Please sign in to comment.