dabit-industries / ansible-role-ros

Ansible role to install Robot Operating System (ROS).

Home Page:http://www.ros.org/about-ros/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ansible Role: ROS

Ansible Galaxy: jalessio.ROS

Build Status

Installs the Robot Operating System (ROS) on Ubuntu linux servers.

Requirements

None.

Role Variables

Available variables are listed below, along with default values (see defaults/main.yml):

ros_release: "indigo"
ros_package: "ros-base"
ros_apt_uri: "http://packages.ros.org/ros/ubuntu"
ros_apt_key: "https://raw.githubusercontent.com/ros/rosdistro/master/ros.key"

Dependencies

None.

Example Playbook

- hosts: server
  roles:
    - { role: jalessio.ros }

Testing

This role is tested:

License

MIT / BSD

Author Information

This role was created in 2015 by Jamie Alessio.

About

Ansible role to install Robot Operating System (ROS).

http://www.ros.org/about-ros/


Languages

Language:Ruby 100.0%