Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

docs: install_ubuntu #1978

Closed
1 of 2 tasks
audrow opened this issue Sep 6, 2022 · 2 comments
Closed
1 of 2 tasks

docs: install_ubuntu #1978

audrow opened this issue Sep 6, 2022 · 2 comments

Comments

@audrow
Copy link
Collaborator

audrow commented Sep 6, 2022

Setup

  • Os: Ubuntu Focal
  • BuildType: Binary

Links

Checks

  • Instructions work
  • Images (if there are any) match the result

You can find the code used to generate this test case here

@j-rivero
Copy link

j-rivero commented Sep 8, 2022

Works

@j-rivero j-rivero closed this as completed Sep 8, 2022
@tejalbarnwal
Copy link

Hey, though the instructions do work but the some of tools are missing from the command line like gz service and gz topic
When I try to do gz --help, the output gives me

The 'gz' command provides a command line interface to the Gazebo Tools.

  gz <command> [options]

List of available commands:

  help:          Print this help text.
  gui:           Launch graphical interfaces.
  fuel:          Manage simulation resources.
  sim:           Run and manage the Gazebo Simulator.
  gazebo:        Deprecated. Alias for sim.
  sdf:           Utilities for SDF files.
  model:         Print information about models.
  plugin:        Print information about plugins.
  msg:           Print information about messages.
  log:           Record or playback topics.

Options:

  --force-version <VERSION>  Use a specific library version.
  --versions                 Show the available versions.
  --commands                 Show the available commands.
Use 'gz help <command>' to print help for a command.

While, I also tried installing garden using source on Focal, the same command upon following the installation tutorial give me the following output with gz --help

The 'gz' command provides a command line interface to the Gazebo Tools.

  gz <command> [options]

List of available commands:

  help:          Print this help text.
  gui:           Launch graphical interfaces.
  fuel:          Manage simulation resources.
  topic:         Print information about topics.
  service:       Print information about services.
  sim:           Run and manage the Gazebo Simulator.
  gazebo:        Deprecated. Alias for sim.
  sdf:           Utilities for SDF files.
  model:         Print information about models.
  launch:        Run and manage executables and plugins.
  plugin:        Print information about plugins.
  msg:           Print information about messages.
  log:           Record or playback topics.

Options:

  --force-version <VERSION>  Use a specific library version.
  --versions                 Show the available versions.
  --commands                 Show the available commands.
Use 'gz help <command>' to print help for a command.

Am not sure why does my binary installation doesn't give command line commands for topic, launch, service, etc. I did follow the instructions given on the live link.

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

No branches or pull requests

3 participants