We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This issue tracks the progress of distributing ScenarIO and gym-ignition through conda-forge. Previous experiments done in #279.
cmake-build-extension
gym-ignition-models
python
devel
master
libscenario
scenariopy
scenario
gym-ignition
gazebo-scenario-plugins
The project can then be installed as follows, without the need to install manually Ignition in the system:
mamba create -n gym_ignition_env "python==3.8.*" mamba conda activate gym_ignition_env # Install gym-ignition... mamba install gym-ignition # ... or only the ScenarIO Python bindings... mamba install scenariopy # ... or only the ScenarIO C++ library. mamba install libscenario
The text was updated successfully, but these errors were encountered:
diegoferigo
Successfully merging a pull request may close this issue.
This issue tracks the progress of distributing ScenarIO and gym-ignition through conda-forge. Previous experiments done in #279.
cmake-build-extension
package conda-forge/staged-recipes#16572gym-ignition-models
package conda-forge/staged-recipes#16573python
CMake component robotology/idyntree#922devel
]→[master
] Preparation of v1.3.2 #419libscenario
scenariopy
scenario
gym-ignition
conda-forge/staged-recipes#16582gazebo-scenario-plugins
The project can then be installed as follows, without the need to install manually Ignition in the system:
The text was updated successfully, but these errors were encountered: