Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-03T19:59:56.000Z (over 2 years ago)
- Last Synced: 2023-03-27T08:50:40.858Z (almost 2 years ago)
- Topics: gazebo, hacktoberfest, robotics, simulation
- Language: Ruby
- Homepage:
- Size: 20.5 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- 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
[![GitHub open issues](https://img.shields.io/github/issues-raw/gazebosim/gz_pkg_create.svg)](https://github.com/gazebosim/gz_pkg_create/issues)
[![GitHub open pull requests](https://img.shields.io/github/issues-pr-raw/gazebosim/gz_pkg_create.svg)](https://github.com/gazebosim/gz_pkg_create/pulls)
[![Discourse topics](https://img.shields.io/discourse/https/community.gazebosim.org/topics.svg)](https://community.gazebosim.org)
[![Hex.pm](https://img.shields.io/hexpm/l/plug.svg)](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.