Skip to content

Commit

Permalink
fix: version diff
Browse files Browse the repository at this point in the history
Signed-off-by: tanaka3 <ttatcoder@outlook.jp>
  • Loading branch information
taikitanaka3 authored and satoshi-ota committed Oct 28, 2022
1 parent 0c3d634 commit b809a88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion planning/obstacle_cruise_planner/src/planner_interface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ tier4_planning_msgs::msg::StopReasonArray makeStopReasonArray(
// create stop factor
tier4_planning_msgs::msg::StopFactor stop_factor;
stop_factor.stop_pose = stop_pose;
geometry_msgs::msg::Point stop_factor_point = stop_obstacle.collision_points.front().point;
geometry_msgs::msg::Point stop_factor_point = stop_obstacle.collision_point;
stop_factor_point.z = stop_pose.position.z;
stop_factor.stop_factor_points.emplace_back(stop_factor_point);

Expand Down

0 comments on commit b809a88

Please sign in to comment.