PranshuTople / Installing_ROS

INSTALLING & GETTING STARTED WITH ROS | How to install ROS & How to setup Catkin Workspace on Ubuntu

Home Page:https://youtu.be/GBBQqiGvOSw

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Request to add OS agnostic image.

bhaba-ranjan opened this issue · comments

Thank you for creating the Youtube video and the repo. I encountered a few thing during the installation

  • ROS has a strict enforcement for host operating system. [More geared towards Linux]
  • It is specially hard to setup if you have a Mac or Windows OS.
  • I have created a docker container which comes with all the library requirements pre-installed to run this repo.
  • The container would work irrespective of host OS. [will also work for Mac and Windows].
  • https://hub.docker.com/r/bpanigrahics/python-ros
  • The above link contains the image and installation details.

I hope this will be helpful for everyone who just want to plug and play ROS with out OS / library limitations.

I just wanted to make a request to add his link to the README.md , to help everyone find the container.

Please, let me know if any other details is required.

@PranshuTople