File tree 2 files changed +6
-5
lines changed
planning/behavior_velocity_planner/src
2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -436,11 +436,12 @@ autoware_auto_planning_msgs::msg::Path BehaviorVelocityPlannerNode::generatePath
436
436
std::make_shared<const PlannerData>(planner_data), *input_path_msg);
437
437
438
438
// screening
439
- const auto filtered_path = ::behavior_velocity_planner::filterLitterPathPoint (to_path (velocity_planned_path));
439
+ const auto filtered_path =
440
+ ::behavior_velocity_planner::filterLitterPathPoint (to_path(velocity_planned_path));
440
441
441
442
// interpolation
442
- const auto interpolated_path_msg =
443
- ::behavior_velocity_planner::interpolatePath ( filtered_path, forward_path_length_, behavior_output_path_interval_);
443
+ const auto interpolated_path_msg = :: behavior_velocity_planner::interpolatePath (
444
+ filtered_path, forward_path_length_, behavior_output_path_interval_);
444
445
445
446
// check stop point
446
447
output_path_msg = ::behavior_velocity_planner::filterStopPathPoint (interpolated_path_msg);
Original file line number Diff line number Diff line change @@ -49,11 +49,11 @@ namespace autoware
49
49
namespace behavior_velocity_planner
50
50
{
51
51
using autoware_auto_mapping_msgs::msg::HADMapBin;
52
- using tier4_planning_msgs::msg::VelocityLimit;
53
- using ::behavior_velocity_planner::PlannerData;
54
52
using autoware_behavior_velocity_planner::srv::LoadPlugin;
55
53
using autoware_behavior_velocity_planner::srv::UnloadPlugin;
54
+ using ::behavior_velocity_planner::PlannerData;
56
55
using ::behavior_velocity_planner::TrafficSignalStamped;
56
+ using tier4_planning_msgs::msg::VelocityLimit;
57
57
58
58
class BehaviorVelocityPlannerNode : public rclcpp ::Node
59
59
{
You can’t perform that action at this time.
0 commit comments