Skip to content

refactor: generic tools #504

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 1 commit into from
Apr 4, 2025
Merged

Conversation

maciejmajek
Copy link
Member

Purpose

This PR reorganizes the ROS2 tools structure by separating simple, purpose-built tools from generic, reusable tools. The goal is to improve code organization and maintainability by creating a clear distinction between:

  • Simple tools: Specialized tools designed for specific use cases
  • Generic tools: Reusable tools that provide broad functionality across topics, services, and actions

Proposed Changes

  • Move generic ROS2 tools to a dedicated generic folder
  • Restructure imports to avoid circular dependencies
  • Maintain existing functionality while improving code organization

Issues

  • Links to relevant issues

Testing

  • How was it tested, what were the results?

@maciejmajek maciejmajek merged commit b6c4ad5 into refactor/demos Apr 4, 2025
2 checks passed
@maciejmajek maciejmajek deleted the refactor/generic-tools branch April 4, 2025 19:28
maciejmajek added a commit that referenced this pull request Apr 8, 2025
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.

1 participant