Skip to content

Commit

Permalink
chore: remove redundant cspell
Browse files Browse the repository at this point in the history
Signed-off-by: Barış Zeren <[email protected]>
  • Loading branch information
StepTurtle committed Dec 5, 2024
1 parent fcab262 commit 3fc38ee
Show file tree
Hide file tree
Showing 13 changed files with 7 additions and 14 deletions.
2 changes: 1 addition & 1 deletion perception/autoware_tensorrt_rtmdet/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.8)
project(autoware_tensorrt_rtmdet) # cspell: ignore rtmdet
project(autoware_tensorrt_rtmdet)

find_package(autoware_tensorrt_common)
if(NOT ${autoware_tensorrt_common_FOUND})
Expand Down
2 changes: 0 additions & 2 deletions perception/autoware_tensorrt_rtmdet/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
<!-- cspell: ignore rtmdet -->

# autoware_tensorrt_rtmdet

## Purpose
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

is_publish_color_mask: false

# cspell: ignore rtmdet, libtrt
# cspell: ignore libtrt
model_path: "$(var data_path)/tensorrt_rtmdet/$(var model_name).onnx"
color_map_path: "$(var data_path)/tensorrt_rtmdet/color_map.csv"
plugin_paths: [ "$(find-pkg-prefix trt_batched_nms)/lib/libtrt_batched_nms_plugin.so" ]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

// cspell: ignore RTMDET, rtmdet
// cspell: ignore RTMDET
#ifndef AUTOWARE__TENSORRT_RTMDET__CALIBRATOR_HPP_
#define AUTOWARE__TENSORRT_RTMDET__CALIBRATOR_HPP_
#include "autoware/cuda_utils/cuda_check_error.hpp"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

// cspell: ignore RTMDET, rtmdet
// cspell: ignore RTMDET
#ifndef AUTOWARE__TENSORRT_RTMDET__PREPROCESS_HPP_
#define AUTOWARE__TENSORRT_RTMDET__PREPROCESS_HPP_

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

// cspell: ignore RTMDET, rtmdet
// cspell: ignore RTMDET
#ifndef AUTOWARE__TENSORRT_RTMDET__TENSORRT_RTMDET_HPP_
#define AUTOWARE__TENSORRT_RTMDET__TENSORRT_RTMDET_HPP_

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

// cspell: ignore RTMDET, rtmdet
// cspell: ignore RTMDET
#ifndef AUTOWARE__TENSORRT_RTMDET__TENSORRT_RTMDET_NODE_HPP_
#define AUTOWARE__TENSORRT_RTMDET__TENSORRT_RTMDET_NODE_HPP_

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
<arg name="output_roi_topic" default="/perception/object_recognition/detection/rois"/>
<arg name="output_mask_topic" default="/perception/object_recognition/detection/mask"/>

<!-- cspell: ignore rtmdet -->
<include if="$(eval &quot;'$(var image_number)'>='1'&quot;)" file="$(find-pkg-share autoware_tensorrt_rtmdet)/launch/rtmdet.launch.xml">
<arg name="input/image" value="$(var image_raw0)"/>
<arg name="output/objects" value="$(var output_roi_topic)0"/>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0"?>
<launch>
<!-- cspell: ignore rtmdet -->
<arg name="input/image" default="/camera0/image_raw"/>
<arg name="output/objects" default="/perception/object_recognition/detection/rois0"/>
<arg name="output/mask" default="/perception/object_recognition/detection/mask0"/>
Expand Down
1 change: 0 additions & 1 deletion perception/autoware_tensorrt_rtmdet/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?xml version="1.0"?>
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<!-- cspell: ignore rtmdet -->
<name>autoware_tensorrt_rtmdet</name>
<version>0.0.1</version>
<description>TensorRT library implementation for RTMDet</description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.

// cspell: ignore rtmdet
#include "autoware/tensorrt_rtmdet/tensorrt_rtmdet.hpp"

#include "autoware/tensorrt_rtmdet/calibrator.hpp"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.

// cspell: ignore rtmdet
#include "autoware/tensorrt_rtmdet/tensorrt_rtmdet_node.hpp"

#include "autoware_perception_msgs/msg/object_classification.hpp"
Expand Down
2 changes: 1 addition & 1 deletion perception/autoware_tensorrt_rtmdet/test/test_rtmdet.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

// cspell: ignore rtmdet, libtrt
// cspell: ignore libtrt
#include "ament_index_cpp/get_package_prefix.hpp"
#include "ament_index_cpp/get_package_share_directory.hpp"
#include "autoware/tensorrt_rtmdet/tensorrt_rtmdet.hpp"
Expand Down

0 comments on commit 3fc38ee

Please sign in to comment.