You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.
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.
Setup
Links
Checks
You can find the code used to generate this test case here
The text was updated successfully, but these errors were encountered: