We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81d0024 commit b78fedbCopy full SHA for b78fedb
perception/detected_object_validation/src/object_lanelet_filter.cpp
@@ -156,7 +156,7 @@ bool ObjectLaneletFilterNode::filterObject(
156
// 2. check if objects velocity is the same with the lanelet direction
157
const bool orientation_not_available =
158
transformed_object.kinematics.orientation_availability ==
159
- autoware_auto_perception_msgs::msg::ObjectFeature::UNAVAILABLE;
+ autoware_auto_perception_msgs::msg::TrackedObjectKinematics::UNAVAILABLE;
160
if (filter_settings_.lanelet_direction_filter && !orientation_not_available) {
161
const bool is_same_direction =
162
isSameDirectionWithLanelets(intersected_road_lanelets, transformed_object) ||
0 commit comments