Skip to content

Replace Python script with native C++ library for type schema generation #56

@mfaferek93

Description

@mfaferek93

Summary

Type schema retrieval currently shells out to Python script (get_type_schema.py). This adds process overhead, requires Python runtime, and complicates error handling


Proposed solution (optional)

Use native ROS2 C++ introspection libraries (rosidl_typesupport_introspection_cpp) directly to generate JSON schema without external process calls.


Additional context (optional)

Reference: type_introspection.cpp - python3 subprocess call for schema generation

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions