Skip to content

Commit

Permalink
fix(stop_line): z position of stop point (autowarefoundation#2239)
Browse files Browse the repository at this point in the history
fix: z position of stop point

Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp>

Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp>
Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>
  • Loading branch information
TomohitoAndo authored and YoshiRi committed Jan 11, 2023
1 parent c2483e6 commit 98a9b8e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ bool StopLineModule::modifyPathVelocity(

const auto stop_point_idx = stop_point->first;
auto stop_pose = stop_point->second;
stop_pose.position.z = (stop_line_[0].z() + stop_line_[1].z()) / 2.0;

/**
* @brief : calculate signed arc length consider stop margin from stop line
Expand Down

0 comments on commit 98a9b8e

Please sign in to comment.