We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6502765 commit b7f1437Copy full SHA for b7f1437
vehicle/autoware_external_cmd_converter/include/autoware_external_cmd_converter/node.hpp
@@ -12,8 +12,8 @@
12
// See the License for the specific language governing permissions and
13
// limitations under the License.
14
15
-#ifndef EXTERNAL_CMD_CONVERTER__NODE_HPP_
16
-#define EXTERNAL_CMD_CONVERTER__NODE_HPP_
+#ifndef AUTOWARE_EXTERNAL_CMD_CONVERTER__NODE_HPP_
+#define AUTOWARE_EXTERNAL_CMD_CONVERTER__NODE_HPP_
17
18
#include <diagnostic_updater/diagnostic_updater.hpp>
19
#include <raw_vehicle_cmd_converter/accel_map.hpp>
@@ -101,4 +101,4 @@ class ExternalCmdConverterNode : public rclcpp::Node
101
102
} // namespace autoware::external_cmd_converter
103
104
-#endif // EXTERNAL_CMD_CONVERTER__NODE_HPP_
+#endif // AUTOWARE_EXTERNAL_CMD_CONVERTER__NODE_HPP_
0 commit comments