Commit e3c48cc 1 parent 173ed48 commit e3c48cc Copy full SHA for e3c48cc
File tree 3 files changed +3
-2
lines changed
planning/behavior_velocity_planner/src
3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -54,6 +54,8 @@ rclcpp::SubscriptionOptions createSubscriptionOptions(rclcpp::Node * node_ptr)
54
54
55
55
namespace autoware ::behavior_velocity_planner
56
56
{
57
+ using ::behavior_velocity_planner::TrafficSignalStamped;
58
+
57
59
namespace
58
60
{
59
61
Original file line number Diff line number Diff line change @@ -50,7 +50,6 @@ using autoware_auto_mapping_msgs::msg::HADMapBin;
50
50
using autoware_behavior_velocity_planner::srv::LoadPlugin;
51
51
using autoware_behavior_velocity_planner::srv::UnloadPlugin;
52
52
using ::behavior_velocity_planner::PlannerData;
53
- using ::behavior_velocity_planner::TrafficSignalStamped;
54
53
using tier4_planning_msgs::msg::VelocityLimit;
55
54
56
55
class BehaviorVelocityPlannerNode : public rclcpp ::Node
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ class BehaviorVelocityPlannerManager
52
52
const std::shared_ptr<const PlannerData> & planner_data,
53
53
const autoware_auto_planning_msgs::msg::PathWithLaneId & input_path_msg);
54
54
55
- diagnostic_msgs::msg::DiagnosticStatus getStopReasonDiag () const ;
55
+ [[nodiscard]] diagnostic_msgs::msg::DiagnosticStatus getStopReasonDiag () const ;
56
56
57
57
private:
58
58
diagnostic_msgs::msg::DiagnosticStatus stop_reason_diag_;
You can’t perform that action at this time.
0 commit comments