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

gz-tools: Installation #1523

Open
azeey-test opened this issue Aug 29, 2024 · 5 comments
Open

gz-tools: Installation #1523

azeey-test opened this issue Aug 29, 2024 · 5 comments

Comments

@azeey-test
Copy link
Collaborator

Configuration

  • os: Ubuntu Noble

Links

Process

Step 1 - Instructions work

Step 2 - Images (if there are any) match the result

@trushant05
Copy link

I am interested in testing this out.

@trushant05
Copy link

trushant05 commented Aug 29, 2024

Binary Installation

Everything works fine, following are some of the suggestions I have.

To download and store GPG keys (apt-key format is deprecated and hence trusted.gpg.d should be used instead):

wget -qO - http://packages.osrfoundation.org/gazebo.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/gazebo-archive-keyring.gpg > /dev/null

Check available version of libgz-tools:

apt-cache search libgz-tools

Source Installation

Everything works including Documentation and Tests. The only issue I faced was installing Gazebo CMake from binary. I ended up testing gz-tools against Gazebo CMake built from source.

I suggest to overcome Gazebo CMake the upstream key-server is different and hence following should be included in documentation for its source installation:

echo "deb http://packages.osrfoundation.org/gazebo/ubuntu-stable `lsb_release -cs` main" > /etc/apt/sources.list.d/gazebo-stable.list
sudo apt-key adv --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys D2486D2DD83DB69272AFE98867170598AF249743
sudo apt update

@caguero
Copy link

caguero commented Sep 3, 2024

Thanks for the help! could you create a PR with your suggestions?

@ahcorde
Copy link

ahcorde commented Sep 5, 2024

@trushant05 friendly ping

@trushant05
Copy link

Hello @caguero and @ahcorde , just submitted PR 144. Do let me know if something needs to be changed. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants