Skip to content

dabit-industries/ansible-role-ros

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%