Skip to content

Commit bcc8df5

Browse files
mfaferek93bburda
authored andcommitted
fix: link GetEntityData stub to tracking issue #351
1 parent 588f93a commit bcc8df5

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

src/ros2_medkit_plugins/ros2_medkit_sovd_service_interface/src/sovd_service_interface.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -219,9 +219,8 @@ void SovdServiceInterface::handle_get_entity_data(
219219
return;
220220
}
221221

222-
// TODO: Implement data retrieval when PluginContext gains data access.
223-
// Currently PluginContext exposes entity metadata and faults but not live
224-
// topic data. Use HTTP REST API (/api/v1/apps/{id}/data) as alternative.
222+
// Stub: PluginContext does not expose live topic data yet.
223+
// Tracked in https://github.com/selfpatch/ros2_medkit/issues/351
225224
response->data_json = "{}";
226225
response->success = false;
227226
response->error_message = "GetEntityData not yet implemented - use HTTP REST API for topic data";

0 commit comments

Comments
 (0)