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: add rosdep rules folder and documentation #13

Merged
merged 1 commit into from
Aug 29, 2023

Conversation

rickstaa
Copy link
Owner

@rickstaa rickstaa commented Aug 24, 2023

This pull request adds a custom rosdep rules folder and documentation. This was done to resolve
conflicting requirements between the python3-gymnasium-pip and python3-gymnasium-robotics rules and the python3-numpy rule on Ubuntu 20.04. Specifically, gymnasium requires numpy>=1.20.1, but the python3-numpy rule installs numpy==1.17.4 (see ros/rosdistro#38332).

Important

Should be merged after ros/rosdistro#38341, ros/rosdistro#38244 and .

@rickstaa rickstaa mentioned this pull request Aug 24, 2023
This commit adds a custom [rosdep](https://wiki.ros.org/rosdep) rules
folder and documentation. This was done  to resolve
conflicting requirements between the `python3-gymnasium-pip` and
`python3-gymnasium-robotics` rules and the `python3-numpy` rule on
[Ubuntu 20.04](https://releases.ubuntu.com/focal/). Specifically,
`gymnasium` requires `numpy>=1.20.1`, but the `python3-numpy` rule
installs `numpy==1.17.4` (see
ros/rosdistro#38332).
@rickstaa rickstaa merged commit df6e4a7 into noetic Aug 29, 2023
11 of 12 checks passed
@rickstaa rickstaa deleted the add_rosdep_rules branch August 29, 2023 14:18
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