Skip to content

Commit bffc7c2

Browse files
committed
fix include guard
Signed-off-by: Go Sakayori <gsakayori@gmail.com>
1 parent 23643f4 commit bffc7c2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

control/autoware_vehicle_cmd_gate/src/vehicle_cmd_gate.hpp

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
#ifndef AUTOWARE_VEHICLE_CMD_GATE_HPP_
16-
#define AUTOWARE_VEHICLE_CMD_GATE_HPP_
15+
#ifndef VEHICLE_CMD_GATE_HPP_
16+
#define VEHICLE_CMD_GATE_HPP_
1717

1818
#include "adapi_pause_interface.hpp"
1919
#include "moderate_stop_interface.hpp"
@@ -258,4 +258,4 @@ class VehicleCmdGate : public rclcpp::Node
258258
};
259259

260260
} // namespace autoware::vehicle_cmd_gate
261-
#endif // AUTOWARE_VEHICLE_CMD_GATE_HPP_
261+
#endif // VEHICLE_CMD_GATE_HPP_

0 commit comments

Comments
 (0)