We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d14d2f3 commit 1344e6cCopy full SHA for 1344e6c
planning/behavior_path_avoidance_module/include/behavior_path_avoidance_module/data_structs.hpp
@@ -384,7 +384,8 @@ struct ObjectData // avoidance target
384
rclcpp::Time last_move;
385
double stop_time{0.0};
386
387
- // store the information of the lanelet which the object's overhang is currently occupying
+ // It is one of the ego driving lanelets (closest lanelet to the object) and used in the logic to
388
+ // check whether the object is on the ego lane.
389
lanelet::ConstLanelet overhang_lanelet;
390
391
// the position at the detected moment
0 commit comments