Skip to content
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

refactor: Separate ROS2 dependencies from Python dependencies #387

Open
4 tasks
coderabbitai bot opened this issue Jan 25, 2025 · 0 comments
Open
4 tasks

refactor: Separate ROS2 dependencies from Python dependencies #387

coderabbitai bot opened this issue Jan 25, 2025 · 0 comments
Assignees

Comments

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Jan 25, 2025

Background

Currently, some Python packages used in the codebase (e.g., tf_transformations) are installed via rosdep. As part of the transition from a ROS2 package to a pure Python package, we need to properly declare these dependencies in pyproject.toml.

Tasks

  • Identify all Python packages currently installed via rosdep
  • Add these packages to pyproject.toml with appropriate version constraints
  • Update documentation to reflect the changes in dependency management
  • Test installation outside of ROS workspace

References

Notes

This issue consolidates all ROS2 dependency-related comments from PR #386 to track the separation of ROS2 dependencies from Python dependencies.

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

No branches or pull requests

1 participant