ros2 / rclpy

rclpy (ROS Client Library for Python)
Apache License 2.0
268 stars 221 forks source link

Generics Services and Clients #1275

Open InvincibleRMC opened 2 months ago

InvincibleRMC commented 2 months ago

Builds off #1239. This solution seems to be the best it can be with current python typing tools. In the future if https://github.com/python/typing/issues/548 ever gets approved it could be made slightly more generic but, for now this implementation is fine.

fujitatomoya commented 1 month ago

CI: