We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 875ed05 commit c082d5bCopy full SHA for c082d5b
planning/motion_velocity_planner/autoware_motion_velocity_planner_node/src/node.cpp
@@ -214,8 +214,6 @@ void MotionVelocityPlannerNode::on_lanelet_map(
214
void MotionVelocityPlannerNode::process_traffic_signals(
215
const autoware_perception_msgs::msg::TrafficLightGroupArray::ConstSharedPtr msg)
216
{
217
- std::lock_guard<std::mutex> lock(mutex_);
218
-
219
// clear previous observation
220
planner_data_.traffic_light_id_map_raw_.clear();
221
const auto traffic_light_id_map_last_observed_old =
0 commit comments