Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
Merge pull request #141 from Corsair-cxs/iss141
Browse files Browse the repository at this point in the history
Modified incorrect function name 'FrameProcessing' [issue #140]
  • Loading branch information
LewisLiuPub authored Mar 15, 2021
2 parents c0b52fc + 58864bb commit 3f2378d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample/src/image_object_server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ int main(int argc, char** argv)
// ----- Parsing and validation of input args-----------------------

auto node =
std::make_shared<vino_service::FrameProcessing<object_msgs::DetectObject>>(service_name, FLAGS_config);
std::make_shared<vino_service::FrameProcessingServer<object_msgs::DetectObject>>(service_name, FLAGS_config);

slog::info << "Waiting for service request..." << slog::endl;
ros::spin();
Expand Down

0 comments on commit 3f2378d

Please sign in to comment.