Forge Home

ros

contributions requested
Basic ROS Installation

9,859 downloads

4,698 latest version

3.0 quality score

Support the Puppet Community by contributing to this module

You are welcome to contribute to this module by suggesting new features, currency updates, or fixes. Every contribution is valuable to help ensure that the module remains compatible with the latest Puppet versions and continues to meet community needs. Complete the following steps:

  1. Review the module’s contribution guidelines and any licenses. Ensure that your planned contribution aligns with the author’s standards and any legal requirements.
  2. Fork the repository on GitHub, make changes on a branch of your fork, and submit a pull request. The pull request must clearly document your proposed change.

For questions about updating the module, contact the module’s author.

Version information

  • 0.1.4 (latest)
  • 0.1.3
  • 0.1.2
  • 0.1.0
released Aug 14th 2017
This version is compatible with:
  • Ubuntu

Start using this module

  • r10k or Code Manager
  • Bolt
  • Manual installation
  • Direct download

Add this module to your Puppetfile:

mod 'tfoote-ros', '0.1.4'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add tfoote-ros
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install tfoote-ros --version 0.1.4

Direct download is not typically how you would use a Puppet module to manage your infrastructure, but you may want to download the module in order to inspect the code.

Download
Tags: ros, robot

Documentation

tfoote/ros — version 0.1.4 Aug 14th 2017

ros

Table of Contents

  1. Overview
  2. Module Description - What the module does and why it is useful
  3. Setup - The basics of getting started with ros
  4. Usage - Configuration options and additional functionality
  5. Reference - An under-the-hood peek at what the module is doing and how
  6. Limitations - OS compatibility, etc.
  7. Development - Guide for contributing to the module

Overview

This puppet module provides a simple way to deploy ROS packages onto your system. For more information on ros visit www.ros.org.

Module Description

This moddule is designed to install ROS. It should be able to install from public repositories and be parameterized to use testing or private repositories as well.

Setup

What ros affects

This will add the ROS apt sources to your list install the standard ros toolchain packages as well as a parameterized core package.

It will also initialize rosdep.

Beginning with ros

For more information on ROS please visit www.ros.org

Usage

Standard usage is include ros

You can get the latest released version with puppet module install tfoote/ros

Reference

The core element is the ros class.

Limitations

This currently only supports recent Ubuntu distributions.

Development

Contributions are welcome at https://github.com/tfoote/puppet-ros

Release Notes/Contributors/Etc

This is a very early stage and active development. All intended features have not been deployed yet. Do not consider the API stable yet.