File tree Expand file tree Collapse file tree
autoware_overlay_rviz_plugin/autoware_topic_text_overlay_rviz_plugin/src Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4343// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
4444// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
4545
46- #ifndef AUTOWARE_TOPIC_TEXT_OVERLAY_RVIZ_PLUGIN__JSK_OVERLAY_UTILS_HPP_
47- #define AUTOWARE_TOPIC_TEXT_OVERLAY_RVIZ_PLUGIN__JSK_OVERLAY_UTILS_HPP_
46+ #ifndef JSK_OVERLAY_UTILS_HPP_
47+ #define JSK_OVERLAY_UTILS_HPP_
4848
4949#include < OgreHardwarePixelBuffer.h>
5050#include < OgreMaterialManager.h>
@@ -119,4 +119,4 @@ class OverlayObject
119119};
120120} // namespace autoware::topic_text_overlay_rviz_plugin
121121
122- #endif // AUTOWARE_TOPIC_TEXT_OVERLAY_RVIZ_PLUGIN__JSK_OVERLAY_UTILS_HPP_
122+ #endif // JSK_OVERLAY_UTILS_HPP_
Original file line number Diff line number Diff line change 1212// See the License for the specific language governing permissions and
1313// limitations under the License.
1414
15- #ifndef AUTOWARE_TOPIC_TEXT_OVERLAY_RVIZ_PLUGIN__TOPIC_TEXT_OVERLAY_PANEL_HPP_
16- #define AUTOWARE_TOPIC_TEXT_OVERLAY_RVIZ_PLUGIN__TOPIC_TEXT_OVERLAY_PANEL_HPP_
15+ #ifndef TOPIC_TEXT_OVERLAY_PANEL_HPP_
16+ #define TOPIC_TEXT_OVERLAY_PANEL_HPP_
1717
1818#include " jsk_overlay_utils.hpp"
1919
@@ -129,4 +129,4 @@ private Q_SLOTS:
129129};
130130} // namespace autoware::topic_text_overlay_rviz_plugin
131131
132- #endif // AUTOWARE_TOPIC_TEXT_OVERLAY_RVIZ_PLUGIN__TOPIC_TEXT_OVERLAY_PANEL_HPP_
132+ #endif // TOPIC_TEXT_OVERLAY_PANEL_HPP_
You can’t perform that action at this time.
0 commit comments