Skip to content

Commit

Permalink
fix(map_based_prediction): fix typo (#7067)
Browse files Browse the repository at this point in the history
fix typo

Signed-off-by: Yamato Ando <[email protected]>
  • Loading branch information
YamatoAndo authored May 20, 2024
1 parent b831849 commit a63dbc7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ TEST(PathGenerator, test_generatePathForCrosswalkUser)
// Generate dummy object
TrackedObject tracked_object = generate_static_object(ObjectClassification::PEDESTRIAN);

// Generage dummy crosswalk
// Generate dummy crosswalk
map_based_prediction::CrosswalkEdgePoints reachable_crosswalk;
reachable_crosswalk.front_center_point << 0.0, 0.0;
reachable_crosswalk.front_right_point << 1.0, 0.0;
Expand Down

0 comments on commit a63dbc7

Please sign in to comment.