Skip to content

Commit c082d5b

Browse files
committed
remove blocking mutex lock when processing traffic lights
Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
1 parent 875ed05 commit c082d5b

File tree

1 file changed

+0
-2
lines changed
  • planning/motion_velocity_planner/autoware_motion_velocity_planner_node/src

1 file changed

+0
-2
lines changed

planning/motion_velocity_planner/autoware_motion_velocity_planner_node/src/node.cpp

-2
Original file line numberDiff line numberDiff line change
@@ -214,8 +214,6 @@ void MotionVelocityPlannerNode::on_lanelet_map(
214214
void MotionVelocityPlannerNode::process_traffic_signals(
215215
const autoware_perception_msgs::msg::TrafficLightGroupArray::ConstSharedPtr msg)
216216
{
217-
std::lock_guard<std::mutex> lock(mutex_);
218-
219217
// clear previous observation
220218
planner_data_.traffic_light_id_map_raw_.clear();
221219
const auto traffic_light_id_map_last_observed_old =

0 commit comments

Comments
 (0)