diff --git a/simulation/context_gamma_planner/context_gamma_planner/include/context_gamma_planner/behavior/action_node_base.hpp b/simulation/context_gamma_planner/context_gamma_planner/include/context_gamma_planner/behavior/action_node_base.hpp index 7a624fb278d..a44ac1441f1 100644 --- a/simulation/context_gamma_planner/context_gamma_planner/include/context_gamma_planner/behavior/action_node_base.hpp +++ b/simulation/context_gamma_planner/context_gamma_planner/include/context_gamma_planner/behavior/action_node_base.hpp @@ -73,7 +73,7 @@ class ActionNodeBase : public BT::ActionNodeBase BT::OutputPort("request"), BT::InputPort("other_entity_status"), BT::InputPort>("route_lanelets"), - BT::InputPort>("traffic_lights"), + BT::InputPort>("traffic_lights"), BT::OutputPort>("hdmap_utils"), BT::OutputPort>("obstacle"), BT::OutputPort("waypoints")}; @@ -89,7 +89,7 @@ class ActionNodeBase : public BT::ActionNodeBase std::shared_ptr activator; traffic_simulator::behavior::Request request; std::shared_ptr hdmap_utils; - std::shared_ptr traffic_lights; + std::shared_ptr traffic_lights; std::shared_ptr entity_status; double current_time; double step_time;