Skip to content

Commit

Permalink
fix(behavior_velocity): traffic light missing debug wall pose (#689)
Browse files Browse the repository at this point in the history
Signed-off-by: tanaka3 <ttatcoder@outlook.jp>
  • Loading branch information
taikitanaka3 committed Apr 13, 2022
1 parent 01cc694 commit 0d1c5a5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -465,6 +465,7 @@ autoware_auto_planning_msgs::msg::PathWithLaneId TrafficLightModule::insertStopP
target_point_with_lane_id.point.pose.position.x = target_point.x();
target_point_with_lane_id.point.pose.position.y = target_point.y();
target_point_with_lane_id.point.longitudinal_velocity_mps = 0.0;
debug_data_.stop_poses.push_back(target_point_with_lane_id.point.pose);

// Insert stop pose into path or replace with zero velocity
size_t insert_index = insert_target_point_idx;
Expand Down

0 comments on commit 0d1c5a5

Please sign in to comment.