Skip to content

Commit 1344e6c

Browse files
committed
chore(avoidance): update comment
Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
1 parent d14d2f3 commit 1344e6c

File tree

1 file changed

+2
-1
lines changed
  • planning/behavior_path_avoidance_module/include/behavior_path_avoidance_module

1 file changed

+2
-1
lines changed

planning/behavior_path_avoidance_module/include/behavior_path_avoidance_module/data_structs.hpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,8 @@ struct ObjectData // avoidance target
384384
rclcpp::Time last_move;
385385
double stop_time{0.0};
386386

387-
// store the information of the lanelet which the object's overhang is currently occupying
387+
// 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.
388389
lanelet::ConstLanelet overhang_lanelet;
389390

390391
// the position at the detected moment

0 commit comments

Comments
 (0)