gazebosim / gz-tools

Command line tools for the Gazebo libraries.
https://gazebosim.org
Apache License 2.0
15 stars 18 forks source link

`ign` tool does not work with Garden libraries #116

Closed azeey closed 1 year ago

azeey commented 1 year ago

Environment

Description

Steps to reproduce

  1. Install gz-garden. Make sure Fortress and Citadel are not already installed
  2. Run ign

Output

I cannot find any available 'ign' command:
        * Did you install any ignition library?
        * Did you set the IGN_CONFIG_PATH environment variable?
            E.g.: export IGN_CONFIG_PATH=$HOME/local/share/ignition
azeey commented 1 year ago

Might be addressed by https://github.com/gazebosim/docs/pull/289

azeey commented 1 year ago

Summary of https://github.com/gazebosim/docs/pull/289: the ign tool cannot be installed as part of Garden due to naming conflicts with Fortress. Only gz will be available. Users can set up a shell alias to still use ign in Garden. See https://github.com/gazebosim/docs/pull/289 for an example.