We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 558d745 commit 4f0ce90Copy full SHA for 4f0ce90
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