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

command line tool not available ( Ignition Fortress) #886

Closed
ibrahiminfinite opened this issue Jun 25, 2021 · 5 comments · Fixed by gazebosim/gz-tools#56
Closed

command line tool not available ( Ignition Fortress) #886

ibrahiminfinite opened this issue Jun 25, 2021 · 5 comments · Fixed by gazebosim/gz-tools#56
Labels
bug Something isn't working

Comments

@ibrahiminfinite
Copy link

Environment

Description

  • Expected behavior: ign command line should work after sourcing workspace
  • Actual behavior:
    1. ign command not found error,
    2. . ~/workspace/install/setup.bash does not append to path

Steps to reproduce

  1. wget https://raw.githubusercontent.com/ignition-tooling/gazebodistro/master/collection-fortress.yaml
  2. vcs import < collection-fortress.yaml
  3. colcon build --cmake-args -DCMAKE_BUILD_TYPE=Debug --merge-install
  4. . ~/workspace/install/setup.bash
  5. ign gazebo -g

Additional info :
I have Ignition citadel , also source build
The citadel command line tool works if I source the citadel workspace

@ibrahiminfinite ibrahiminfinite added the bug Something isn't working label Jun 25, 2021
@chapulina
Copy link
Contributor

Can you see the install/bin/ign executable in your workspace?

After you compile all libraries, can you check ignition-tools's build logs? Normally you'd have a line like:

[0.167s] -- Installing: /home/chapulina/dev_bionic/ws_fortress/install/bin/ign

@ibrahiminfinite
Copy link
Author

Hi @chapulina

  1. The install/bin folder does not exist
  2. ignition-tools log does not contain a line like that

This was the end output of build process

Summary: 16 packages finished [15min 29s]
  3 packages had stderr output: ignition-physics5 ignition-rendering6 sdformat12

@chapulina
Copy link
Contributor

I just ran into this as well in a fresh workspace, here's a fix: gazebosim/gz-tools#56

@ibrahiminfinite
Copy link
Author

Update :

I just did a clean build of the citadel (including download of the sources) to check if it is still working.
There is a install\bin directory but there is no ign file which used to be there before.

@ibrahiminfinite
Copy link
Author

Hi @chapulina

I just ran into this as well in a fresh workspace, here's a fix: ignitionrobotics/ign-tools#56

This fixed it for both citadel and fortress
Command lIne works now

Thankyou

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants