Skip to content

Commit b7f1437

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

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 <diagnostic_updater/diagnostic_updater.hpp>
1919
#include <raw_vehicle_cmd_converter/accel_map.hpp>
@@ -101,4 +101,4 @@ class ExternalCmdConverterNode : public rclcpp::Node
101101

102102
} // namespace autoware::external_cmd_converter
103103

104-
#endif // EXTERNAL_CMD_CONVERTER__NODE_HPP_
104+
#endif // AUTOWARE_EXTERNAL_CMD_CONVERTER__NODE_HPP_

0 commit comments

Comments
 (0)