Skip to content

Commit b2c48a7

Browse files
fix
Signed-off-by: Yuki Takagi <yuki.takagi@tier4.jp>
1 parent 0bb3784 commit b2c48a7

File tree

1 file changed

+3
-3
lines changed
  • vehicle/autoware_external_cmd_converter/include/autoware_external_cmd_converter

1 file changed

+3
-3
lines changed

vehicle/autoware_external_cmd_converter/include/autoware_external_cmd_converter/node.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 EXTERNAL_CMD_CONVERTER__NODE_HPP_
16-
#define EXTERNAL_CMD_CONVERTER__NODE_HPP_
15+
#ifndef AUTOWARE_EXTERNAL_CMD_CONVERTER__NODE_HPP_
16+
#define AUTOWARE_EXTERNAL_CMD_CONVERTER__NODE_HPP_
1717

1818
#include "tier4_autoware_utils/ros/polling_subscriber.hpp"
1919

@@ -106,4 +106,4 @@ class ExternalCmdConverterNode : public rclcpp::Node
106106

107107
} // namespace autoware::external_cmd_converter
108108

109-
#endif // EXTERNAL_CMD_CONVERTER__NODE_HPP_
109+
#endif // AUTOWARE_EXTERNAL_CMD_CONVERTER__NODE_HPP_

0 commit comments

Comments
 (0)