Skip to content

Commit 943291c

Browse files
author
Helhest
committed
robotour2025
1 parent 37d0e8a commit 943291c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

models/enet.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"model": {
3-
"model_name": "$(find-pkg-share road_segmentation_plugin)/models/ENet_triple_schoolyard_4_shaves.blob",
3+
"model_name": "/media/robot/data/workspaces/helhest_ws/src/road_segmentation_plugin/models/ENet_ales_8.blob",
44
"zoo": "path"
55
},
66
"nn_config": {
@@ -14,4 +14,4 @@
1414
"sky"
1515
]
1616
}
17-
}
17+
}

src/road_segmentation.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ void RoadSegmentation::process_frame(std::vector<float>& nn_output, cv::Mat &mas
327327

328328
void RoadSegmentation::segmentationCB(const std::string& /*name*/, const std::shared_ptr<dai::ADatatype>& data) {
329329

330-
//RCLCPP_WARN(getLogger(), "segmentationCB called");
330+
RCLCPP_WARN(getLogger(), "segmentationCB called");
331331

332332
// Cast input data
333333
auto in_det = std::dynamic_pointer_cast<dai::NNData>(data);

0 commit comments

Comments
 (0)