Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (4.9%) to scientific vocabulary
Last synced: 6 months ago
·
JSON representation
·
Repository
Basic Info
- Host: GitHub
- Owner: k2oceanic
- License: apache-2.0
- Language: QML
- Default Branch: master
- Size: 366 KB
Statistics
- Stars: 0
- Watchers: 0
- Forks: 2
- Open Issues: 2
- Releases: 0
Created almost 2 years ago
· Last pushed 7 months ago
Metadata Files
Readme
Contributing
License
Citation
README.md
ROS2 Template C++ Package
This package is was designed as a starting point for building a ROS2 C++ package with:
- automatically configuring cmake file
- pre-defined structures and conventions for namespacing and code structures
- adherence to ROS2 design conventions
- pre-included doxygen configuration with easy to use and stylish output
- pre-defined github actions to build the documentation and deploy it to github.io
Configuring the package
Owner
- Name: K2 Oceanic
- Login: k2oceanic
- Kind: organization
- Location: United States of America
- Repositories: 3
- Profile: https://github.com/k2oceanic
Citation (CITATION.cff)
cff-version: 1.2.0 message: "If you use this software, please cite it as below." authors: - family-names: "Krasnosky" given-names: "Kristopher" orcid: "https://orcid.org/0000-0002-2215-7792" title: "Template_Package" version: 1.0.0 date-released: 2024-01-25 url: ""
GitHub Events
Total
- Push event: 4
- Fork event: 1
- Create event: 3
Last Year
- Push event: 4
- Fork event: 1
- Create event: 3
Dependencies
.github/workflows/pages.yml
actions
- actions/checkout v2 composite
- actions/configure-pages v4 composite
- actions/deploy-pages v4 composite
- actions/upload-pages-artifact v3 composite
- mattnotmitt/doxygen-action edge composite