We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d621b41 commit 55a0af5Copy full SHA for 55a0af5
system/autoware_topic_relay_controller/src/topic_relay_controller_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 AUTOWARE_TOPIC_RELAY_CONTROLLER__TOPIC_RELAY_CONTROLLER_HPP_
16
-#define AUTOWARE_TOPIC_RELAY_CONTROLLER__TOPIC_RELAY_CONTROLLER_HPP_
+#ifndef TOPIC_RELAY_CONTROLLER_HPP_
+#define TOPIC_RELAY_CONTROLLER_HPP_
17
18
// ROS 2 core
19
#include <rclcpp/rclcpp.hpp>
@@ -65,4 +65,4 @@ class TopicRelayController : public rclcpp::Node
65
};
66
} // namespace autoware::topic_relay_controller
67
68
-#endif // AUTOWARE_TOPIC_RELAY_CONTROLLER__TOPIC_RELAY_CONTROLLER_HPP_
+#endif // TOPIC_RELAY_CONTROLLER_HPP_
0 commit comments