We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23643f4 commit bffc7c2Copy full SHA for bffc7c2
control/autoware_vehicle_cmd_gate/src/vehicle_cmd_gate.hpp
@@ -12,8 +12,8 @@
12
// See the License for the specific language governing permissions and
13
// limitations under the License.
14
15
-#ifndef AUTOWARE_VEHICLE_CMD_GATE_HPP_
16
-#define AUTOWARE_VEHICLE_CMD_GATE_HPP_
+#ifndef VEHICLE_CMD_GATE_HPP_
+#define VEHICLE_CMD_GATE_HPP_
17
18
#include "adapi_pause_interface.hpp"
19
#include "moderate_stop_interface.hpp"
@@ -258,4 +258,4 @@ class VehicleCmdGate : public rclcpp::Node
258
};
259
260
} // namespace autoware::vehicle_cmd_gate
261
-#endif // AUTOWARE_VEHICLE_CMD_GATE_HPP_
+#endif // VEHICLE_CMD_GATE_HPP_
0 commit comments