Skip to content

Commit

Permalink
chore(behavior_velocity): resolve conflict
Browse files Browse the repository at this point in the history
Signed-off-by: tanaka3 <ttatcoder@outlook.jp>
  • Loading branch information
taikitanaka3 committed Mar 15, 2022
1 parent 7f0bb83 commit aba7dee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ void createDetectionAreaPolygons(

Point2d calculateLateralOffsetPoint2d(const Pose & p, const double offset);

void getAllPartitionLanelets(const lanelet::LaneletMapConstPtr ll, Polygons2d & polys);
void getAllPartitionLanelets(const lanelet::LaneletMapConstPtr ll, BasicPolygons2d & polys);
void setVelocityFrom(const size_t idx, const double vel, PathWithLaneId * input);
void insertVelocity(
PathWithLaneId & path, const PathPointWithLaneId & path_point, const double v,
Expand Down

0 comments on commit aba7dee

Please sign in to comment.