You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
References
Notes
This issue consolidates all ROS2 dependency-related comments from PR #386 to track the separation of ROS2 dependencies from Python dependencies.
The text was updated successfully, but these errors were encountered: