We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bb3784 commit b2c48a7Copy full SHA for b2c48a7
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 "tier4_autoware_utils/ros/polling_subscriber.hpp"
19
@@ -106,4 +106,4 @@ class ExternalCmdConverterNode : public rclcpp::Node
106
107
} // namespace autoware::external_cmd_converter
108
109
-#endif // EXTERNAL_CMD_CONVERTER__NODE_HPP_
+#endif // AUTOWARE_EXTERNAL_CMD_CONVERTER__NODE_HPP_
0 commit comments