We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98cc9f2 commit 10f8990Copy full SHA for 10f8990
planning/behavior_velocity_crosswalk_module/src/scene_crosswalk.hpp
@@ -262,8 +262,9 @@ class CrosswalkModule : public SceneModuleInterface
262
current_uuids_.push_back(uuid);
263
264
const bool is_object_on_ego_path =
265
+ !attention_area.outer().empty() &&
266
boost::geometry::distance(tier4_autoware_utils::fromMsg(position).to_2d(), attention_area) <
- 0.5;
267
+ 0.5;
268
269
// add new object
270
if (objects.count(uuid) == 0) {
0 commit comments