template_pkg

A template ROS2 Package

https://github.com/seawardscience/template_pkg

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 (16.6%) to scientific vocabulary
Last synced: 10 months ago · JSON representation ·

Repository

A template ROS2 Package

Basic Info
Statistics
  • Stars: 2
  • Watchers: 0
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 2 years ago · Last pushed over 1 year ago
Metadata Files
Readme Contributing License Citation

README.md

ROS2 Template C++ Package

alt text 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

It is highly recomended that you complete the following checklist before you make public a repository derived from this package.

Public Repository Checklist

Requirements

All public repositories for this organization must comply with the following checklist. If they do not, an administrator will make your repository private until it complies.

  • README.md file: Every package must have a README.md file in the root of the repository. The readme must describe, at least, the following:
    • The name of the package
    • A few sentences briefly describing what the package is for
    • Installation instructions detailed enough to be executed by a novice linux/ROS user
    • A quick start guide or hello world
    • A template README.md is available below.
  • CONTRIBUTING.md file: This file describes how to contribute to the project. A default CONTRIBUTING.md is available here. It can be modified as necessary.
  • LICENSE file: A license file should be included. (the licence file in this packag has some options)
  • Semantic Versioning: The repo must adhere to Semantic Versioning 2.0.
  • An initial tagged release:
    • If the project is ready to ship include initial release with v1.0.0
    • Pre-release code may be shared and must be tagged as v0.x.y
  • All code in the master branch must ALWAYS be deployable

Highly Encouraged

  • Adherence to our Style Guide: This is especially recommended if you are starting a new project. If you are migrating an old one, it can be overlooked.
  • Use of GitFlow: Follow our guidelines on version control for more info

Sugested

  • Issues template
  • Doxygen documentation for C++ code (a template can be foudn in this package)

README template

A few lines describing what your project is and what it does. A picture of your software in action is highly recomended.

Installation

how to install the package whitout compilation.

Compiling

how to compile the package including dependencies and nicely formatted commands. This section should be geared toward developers and collaborators.

sudo make install

Running the package

A basic hello world use of your package

Parameters

a description of the ros parameters for your package. It would be good to update the config directory too with some example yaml.

Services

a description of any ros services your package uses

Contributing

Thank you for considering a contribution to this package. Please review our CONTRIBUTING guidelines to get started.

Owner

  • Name: Seaward Science
  • Login: SeawardScience
  • Kind: organization

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: "@todo"
  given-names: "@todo"
  orcid: "https://orcid.org/@todo"
title: "Template_Package"
version: 1.0.0
date-released: 2024-01-25
url: ""

GitHub Events

Total
  • Watch event: 2
  • Push event: 3
  • Fork event: 2
Last Year
  • Watch event: 2
  • Push event: 3
  • Fork event: 2

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