Skip to content

Commit d20de29

Browse files
authored
fix(autoware_behavior_velocity_virtual_traffic_light_module): fix unusedStructMember (#8394)
fix:unusedStructMember Signed-off-by: kobayu858 <yutaro.kobayashi@tier4.jp>
1 parent 9f32279 commit d20de29

File tree

1 file changed

+0
-1
lines changed
  • planning/behavior_velocity_planner/autoware_behavior_velocity_virtual_traffic_light_module/src

1 file changed

+0
-1
lines changed

planning/behavior_velocity_planner/autoware_behavior_velocity_virtual_traffic_light_module/src/scene.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ struct SegmentIndexWithPoint
3838
struct SegmentIndexWithOffset
3939
{
4040
size_t index;
41-
double offset;
4241
};
4342

4443
tier4_v2x_msgs::msg::KeyValue createKeyValue(const std::string & key, const std::string & value)

0 commit comments

Comments
 (0)