Skip to content

Commit

Permalink
chore(autoware_multi_object_tracker): fix typo in input_channels.sche…
Browse files Browse the repository at this point in the history
…ma.json (#8515)

* fix(schema): fix typo in input_channels.schema.json

Fixed a typo in the "lidar_pointpainting" key in the input_channels.schema.json file.

Signed-off-by: Taekjin LEE <[email protected]>

* fix: fix typo in lidar_pointpainting key

Signed-off-by: Taekjin LEE <[email protected]>

* chore: fix typo of lidar_pointpainitng channel

Signed-off-by: Taekjin LEE <[email protected]>

---------

Signed-off-by: Taekjin LEE <[email protected]>
Co-authored-by: Shintaro Tomie <[email protected]>
  • Loading branch information
technolojin and Shin-kyoto authored Aug 19, 2024
1 parent 776f5d8 commit 5dd947a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
name: "apollo"
short_name: "Lap"
# LIDAR-CAMERA - DNN
# cspell:ignore lidar_pointpainitng pointpainting
lidar_pointpainitng:
# cspell:ignore lidar_pointpainting pointpainting
lidar_pointpainting:
topic: "/perception/object_recognition/detection/pointpainting/objects"
can_spawn_new_tracker: true
optional:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
}
}
},
"lidar_pointpainitng": {
"lidar_pointpainting": {
"$ref": "#/definitions/input_channel",
"default": {
"topic": "/perception/object_recognition/detection/pointpainting/objects",
Expand Down Expand Up @@ -185,7 +185,7 @@
"lidar_centerpoint_validated",
"lidar_apollo",
"lidar_apollo_validated",
"lidar_pointpainitng",
"lidar_pointpainting",
"lidar_pointpainting_validated",
"camera_lidar_fusion",
"detection_by_tracker",
Expand Down

0 comments on commit 5dd947a

Please sign in to comment.