Skip to content

Commit

Permalink
directly use TrajectoryPoint type
Browse files Browse the repository at this point in the history
Signed-off-by: Maxime CLEMENT <[email protected]>
  • Loading branch information
maxime-clem committed May 29, 2024
1 parent cb6d1e9 commit 6bd3b05
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ struct Slowdown
struct SlowdownToInsert
{
Slowdown slowdown{};
autoware_auto_planning_msgs::msg::Trajectory::_points_type::value_type point{};
autoware_auto_planning_msgs::msg::TrajectoryPoint point{};
};

/// @brief bound of an overlap range (either the first, or last bound)
Expand Down

0 comments on commit 6bd3b05

Please sign in to comment.