Skip to content

Commit

Permalink
fix(heatmap_visualizer): add unknown class (autowarefoundation#1781)
Browse files Browse the repository at this point in the history
Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp>

Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp>
  • Loading branch information
tkimura4 authored and boyali committed Oct 3, 2022
1 parent c75677d commit c5e5524
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ class HeatmapVisualizerNode : public rclcpp::Node
float map_length_;
float map_resolution_;
bool use_confidence_;
std::vector<std::string> class_names_{"CAR", "TRUCK", "BUS", "TRAILER",
"BICYCLE", "MOTORBIKE", "PEDESTRIAN"};
std::vector<std::string> class_names_{"UNKNWON", "CAR", "TRUCK", "BUS",
"TRAILER", "BICYCLE", "MOTORBIKE", "PEDESTRIAN"};
bool rename_car_to_truck_and_bus_;

// Number of width and height cells
Expand Down

0 comments on commit c5e5524

Please sign in to comment.