We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 986b18a commit 68b96afCopy full SHA for 68b96af
rmw_connextdds_common/src/common/rmw_info.cpp
@@ -354,11 +354,11 @@ rmw_api_connextdds_count_services(
354
}
355
356
auto common_context = &node->context->impl->common;
357
- const std::string mangled_rp_service_name =
+ const std::string mangled_rq_service_name =
358
rmw_connextdds_create_topic_name(
359
- ROS_SERVICE_RESPONSE_PREFIX, service_name, "Reply", false);
360
- return common_context->graph_cache.get_writer_count(
361
- mangled_rp_service_name, count);
+ ROS_SERVICE_REQUESTER_PREFIX, service_name, "Request", false);
+ return common_context->graph_cache.get_reader_count(
+ mangled_rq_service_name, count);
362
363
364
0 commit comments