Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Yuki Takagi <yuki.takagi@tier4.jp>
  • Loading branch information
yuki-takagi-66 committed Jun 10, 2024
1 parent 0bb3784 commit b2c48a7
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#ifndef EXTERNAL_CMD_CONVERTER__NODE_HPP_
#define EXTERNAL_CMD_CONVERTER__NODE_HPP_
#ifndef AUTOWARE_EXTERNAL_CMD_CONVERTER__NODE_HPP_
#define AUTOWARE_EXTERNAL_CMD_CONVERTER__NODE_HPP_

#include "tier4_autoware_utils/ros/polling_subscriber.hpp"

Expand Down Expand Up @@ -106,4 +106,4 @@ class ExternalCmdConverterNode : public rclcpp::Node

} // namespace autoware::external_cmd_converter

#endif // EXTERNAL_CMD_CONVERTER__NODE_HPP_
#endif // AUTOWARE_EXTERNAL_CMD_CONVERTER__NODE_HPP_

0 comments on commit b2c48a7

Please sign in to comment.