Skip to content

Commit

Permalink
Add cpell:ignore
Browse files Browse the repository at this point in the history
Signed-off-by: Yoshihiro Kogure <[email protected]>
  • Loading branch information
YoshihiroKogure committed Nov 29, 2024
1 parent 57856fa commit 31449f9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions control_data_collecting_tool/scripts/courses/along_road.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# cspell:ignore interp
# cspell:ignore cumsum

from courses.base_course import Base_Course
from courses.lanelet import LaneletMapHandler
import numpy as np
Expand Down
2 changes: 2 additions & 0 deletions control_data_collecting_tool/scripts/courses/lanelet.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# cspell:ignore interp

import lanelet2
from lanelet2.core import BasicPoint2d
from lanelet2.core import BoundingBox2d
Expand Down

0 comments on commit 31449f9

Please sign in to comment.