8000 feat: BaseROS2Connector by maciejmajek · Pull Request #535 · RobotecAI/rai · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

feat: BaseROS2Connector #535

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Apr 17, 2025
Merged

feat: BaseROS2Connector #535

merged 3 commits into from
Apr 17, 2025

Conversation

maciejmajek
Copy link
Member

Purpose

Unification of ROS2 connectors, as a part of simplification work effort.

Proposed Changes

ROS2HRIConnector based on BaseROS2Connector

Issues

  • Links to relevant issues

Testing

  • How was it tested, what were the results?

@maciejmajek maciejmajek force-pushed the feat/BaseRos2Connector branch from f58c7a4 to a49d5dc Compare April 17, 2025 14:28
if not hasattr(self, "__orig_bases__"):
self.__orig_bases__ = {}
raise ConnectorException(
f"Error while instantiating {str(self.__class__)}: Message type T derived from BaseMessage needs to be provided e.g. Connector[MessageType]()"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How about making the line shorter?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@maciejmajek maciejmajek merged commit 2f724c3 into development Apr 17, 2025
5 checks passed
@maciejmajek maciejmajek deleted the feat/BaseRos2Connector branch April 17, 2025 14:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0