https://github.com/gazebosim/gz_pkg_create
A tool for setting up gazebo related projects.
https://github.com/gazebosim/gz_pkg_create
gazebo hacktoberfest robotics simulation
Last synced: 2 months ago
JSON representation
A tool for setting up gazebo related projects.
- Host: GitHub
- URL: https://github.com/gazebosim/gz_pkg_create
- Owner: gazebosim
- License: apache-2.0
- Created: 2022-08-10T07:31:34.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-03T19:59:56.000Z (over 3 years ago)
- Last Synced: 2026-01-31T14:39:55.202Z (5 months ago)
- Topics: gazebo, hacktoberfest, robotics, simulation
- Language: Ruby
- Homepage:
- Size: 20.5 KB
- Stars: 1
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: COPYING
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Gz_pkg_create : Tool for creating new gazebo package
[](https://github.com/gazebosim/gz_pkg_create/issues)
[](https://github.com/gazebosim/gz_pkg_create/pulls)
[](https://community.gazebosim.org)
[](https://www.apache.org/licenses/LICENSE-2.0)
Gazebo Package Create provides a subcommand which creates various template repositories based on user's requirements.
The tool uses Embedded Ruby files to create various templates.
You can get list of currently supported arguments at [tutorials](https://github.com/harshmahesheka/gz_pkg_create/blob/main/TUTORIALS.md).
[http://gazebosim.org](http://gazebosim.org)
# Install
Currently only source installation is supported.First build gazebo from souce ([link](https://gazebosim.org/docs/fortress/install_ubuntu_src)). Then clone this repository into src folder of your gazebo workspace. Then run ``` colcon build --merge-install --packages-select ignition-pkg-create``` inside your gazebo workspace.
# Tutorials
Please see [TUTORIALS.md](https://github.com/harshmahesheka/gz_pkg_create/blob/main/TUTORIALS.md).
# Contributing
Please see the [contribution guide](https://gazebosim.org/docs/all/contributing).
# Code of Conduct
Please see
[CODE_OF_CONDUCT.md](https://github.com/gazebosim/gz-sim/blob/main/CODE_OF_CONDUCT.md).
# Versioning
This library uses [Semantic Versioning](https://semver.org/). Additionally, this library is part of the [Gazebo project](https://gazebosim.org) which periodically releases a versioned set of compatible and complimentary libraries. See the [Gazebo website](https://gazebosim.org) for version and release information.
# License
This library is licensed under [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0). See also the [LICENSE](https://github.com/gazebosim/gz-sim/blob/main/LICENSE) file.