We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc2e1e5 commit 02c7ee9Copy full SHA for 02c7ee9
planning/autoware_behavior_velocity_virtual_traffic_light_module/src/scene.hpp
@@ -33,10 +33,9 @@
33
namespace autoware::behavior_velocity_planner
34
{
35
using ::behavior_velocity_planner::PathWithLaneId;
36
-using ::behavior_velocity_planner::StopReason;
37
using ::behavior_velocity_planner::Pose;
38
39
using ::behavior_velocity_planner::SceneModuleInterface;
+using ::behavior_velocity_planner::StopReason;
40
class VirtualTrafficLightModule : public SceneModuleInterface
41
42
public:
0 commit comments