Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: Y.Hisaki <[email protected]>
  • Loading branch information
yhisaki committed Dec 5, 2024
1 parent 533368c commit 1b9164d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@

#include "autoware_vehicle_info_utils/vehicle_info_utils.hpp"

#include <vector>

namespace autoware::behavior_velocity_planner
{
PlannerData::PlannerData(rclcpp::Node & node)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@

#include <gtest/gtest.h>

#include <memory>

TEST(smoothPath, nominal)
{
using autoware::behavior_velocity_planner::smoothPath;
Expand Down

0 comments on commit 1b9164d

Please sign in to comment.