Skip to content

Commit a63dbc7

Browse files
authored
fix(map_based_prediction): fix typo (#7067)
fix typo Signed-off-by: Yamato Ando <yamato.ando@tier4.jp>
1 parent b831849 commit a63dbc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

perception/map_based_prediction/test/map_based_prediction/test_path_generator.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ TEST(PathGenerator, test_generatePathForCrosswalkUser)
168168
// Generate dummy object
169169
TrackedObject tracked_object = generate_static_object(ObjectClassification::PEDESTRIAN);
170170

171-
// Generage dummy crosswalk
171+
// Generate dummy crosswalk
172172
map_based_prediction::CrosswalkEdgePoints reachable_crosswalk;
173173
reachable_crosswalk.front_center_point << 0.0, 0.0;
174174
reachable_crosswalk.front_right_point << 1.0, 0.0;

0 commit comments

Comments
 (0)