Package Summary
Tags | No category tags. |
Version | 2.0.2 |
License | Apache License 2.0 |
Build type | CMAKE |
Use | RECOMMENDED |
Repository Summary
Description | Command line tools for the Gazebo libraries. |
Checkout URI | https://github.com/gazebosim/gz-tools.git |
VCS Type | git |
VCS Version | gz-tools2 |
Last Updated | 2025-03-21 |
Dev Status | UNKNOWN |
CI status | No Continuous Integration |
Released | UNRELEASED |
Tags | robotics gazebo command-line-tool hacktoberfest ignition robotics-simulation ignition-robotics gazebosim ignition-libraries |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Carlos Agüero
Authors
Gazebo Tools: Entrypoint to Gazebo’s command line interface
Maintainer: caguero AT honurobotics DOT com
Build | Status |
---|---|
Test coverage | |
Ubuntu Jammy | |
Homebrew | |
Windows |
Gazebo Tools provide the gz
command line tool that accepts multiple
subcommands. Each subcommand is implemented in a plugin that belongs to a
specific Gazebo project. For example, all the commands that start with
gz topic ...
are implemented by the Gazebo Transport library.
Table of Contents
Features
Gazebo Tools provides the gz
CLI for the entire Gazebo project.
Install
See the installation tutorial.
Contributing
Please see the contribution guide.
Code of Conduct
Please see CODE_OF_CONDUCT.md.
Versioning
This library uses Semantic Versioning. Additionally, this library is part of the Gazebo project which periodically releases a versioned set of compatible and complimentary libraries. See the Gazebo website for version and release information.
License
This library is licensed under Apache 2.0. See also the LICENSE file.
Gazebo Tools 2.x
Gazebo Tools 2.X.X (20XX-XX-XX)
Gazebo Tools 2.0.2 (2025-01-30)
- Add colcon.pkg with gz-cmake4 dependency
- Fix dll search paths for Ruby on Windows
- Add package.xml
Gazebo Tools 2.0.1 (2024-03-28)
- Use relative install path for gz bash completion data
- gz.in: sort list of commands alphabetically
- Add project soversion information to backward library
- Remove shebang from shell completion files
- Update CI badges in README
- Support building with gz-cmake3 or gz-cmake4
- Fix conda link and dependencies
- Fix installation link
- Infrastructure
- Rename COPYING to LICENSE
Gazebo Tools 2.0.0 (2022-09-22)
- Remove ign CLI from version 2
- Finale: CMake var followups, docs, and paths
- ign -> gz Partial Docs Migration and Project Name Followups : gz-tools
- Rename CMake project to gz
- Use gz-cmake
- ign -> gz CLI Migration : gz-tools
- Standardize config macros
- Migrate ignition:: to gz::
- Remove Bionic from future releases (Garden+)
- Update codeowners
- [master] Workflow updates
Gazebo Tools 1.x
Gazebo Tools 1.X.X (20XX-XX-XX)
Gazebo Tools 1.5.0 (2022-08-12)
- Bash completion for subcommand names and flags
- Infrastructure & CI
- Remove unused config.hh.in
- Bump CMake to 2.8.12
- Fix
.dll
installation directory on Windows - Permit to invoke
ign
command in Windows
Gazebo Tools 1.4.1 (2021-10-27)
- Fix Windows colcon build
- Add flag to get standard-compliant exception handling
- Fix use of Backward on macOS
Gazebo Tools 1.4.0 (2021-10-15)
- Improve backtrace generation using Backward
Gazebo Tools 1.3.0 (2021-09-27)
- Remove all death CMake code related to test.
- Remove build dependency on ruby (not needed)
- Remove unused cmake code related to compilations (CFlags, BUILD_TYPE, etc.)
- Add Windows support
- Sort versions correctly.
- Infrastructure
Gazebo Tools 1.2.0 (2021-04-26)
- Relax version verification
Gazebo Tools 1.1.0 (2021-03-30)
- Use ; as GZ_CONFIG_PATH delimiter on windows
- Clean up gz-tools.pc file
- Fix cmake warning and error message types
- Infrastructure updates
- Do not overwrite default linker flags so that LDFLAGS environment variable is considered
- Add Windows installation
- Fix: Use PACKAGE_PREFIX_DIR to ensure relocatable CMake install for conan
- Add ruby style checker
- When using help, append –help to specific command
- Added –commands
- Set the process title to something nice
Gazebo Tools 1.0.0 (2019-12-09)
Gazebo Tools 0.2.0
- Accepting multiple paths in
GZ_CONFIG_PATH
. - Backport changes from default branch (pipeline, Code of Conduct, etc.)
- Link to main contributing guide.
- Exit with success code 0 for help command.