Skip to content

Commit b78fedb

Browse files
committed
fix: feature variable name
Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>
1 parent 81d0024 commit b78fedb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

perception/detected_object_validation/src/object_lanelet_filter.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ bool ObjectLaneletFilterNode::filterObject(
156156
// 2. check if objects velocity is the same with the lanelet direction
157157
const bool orientation_not_available =
158158
transformed_object.kinematics.orientation_availability ==
159-
autoware_auto_perception_msgs::msg::ObjectFeature::UNAVAILABLE;
159+
autoware_auto_perception_msgs::msg::TrackedObjectKinematics::UNAVAILABLE;
160160
if (filter_settings_.lanelet_direction_filter && !orientation_not_available) {
161161
const bool is_same_direction =
162162
isSameDirectionWithLanelets(intersected_road_lanelets, transformed_object) ||

0 commit comments

Comments
 (0)