Skip to content

itnok/ansible-role-install-ros2-ubuntu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

install-ros2-ubuntu

Build Status GitHub tag Ansible Role

Install ROS2 on an Ubuntu host.

Steps performed are:

  • Using role itnok.manage_pkg_ubuntu:
    • Make sure build_essentials package is installed
    • Add ROS2 repository key
    • Install choosen ROS2 metapackage & basic tools
  • Check installed packages
  • Install RTI Connext DDS & middleware (Programmatically APPROVES license agreement!)

❗ Requirements


None.

🔡 Role Variables


Variable Description Default Value
install_ros2_distro Short name of the ROS distribution to install dashing
install_ros2 Name of the meta to install (ros-base, desktop) ros-base

🔗 Dependencies


To install dependencies use:

    $ ansible-galaxy install <dependecy.name>

Installation of the required Ansible Roles can also be simply addressed with:

    $ ansible-galaxy install -r requirements.yml

📓 Example Playbook


Here an example of how to use this role in your playbooks:

---
- hosts: servers
  remote_user: ubuntu   # optional (your remote user)
  gather_facts: yes     # optional
  become: yes

  roles:
    - { role: itnok.install_ros2_ubuntu }

  vars:
    install_ros2_distro: "dashing"
    install_ros2: "desktop"

💂‍♂️ License


MIT (read more)

About

Install ROS2 on an Ubuntu host.

Resources

License

Stars

Watchers

Forks

Packages

No packages published