Closed diegoferigo closed 4 years ago
As an alternative of manually exporting the environment variables, this PR introduces a new method:
import gym_ignition_models gym_ignition_models.setup_environment()
Exporting the IGN_FILE_PATH variable is still necessary waiting for https://github.com/osrf/sdformat/issues/227.
IGN_FILE_PATH
Should README be updated?
OK for me
Updated the README with the usage of the new function. Merging.
As an alternative of manually exporting the environment variables, this PR introduces a new method:
Exporting the
IGN_FILE_PATH
variable is still necessary waiting for https://github.com/osrf/sdformat/issues/227.