Sign inSign up

bpanigrahics/python-ros

By bpanigrahics

Updated over 3 years ago

Pre installed with python (2.7 and 3.6) and ROS Kinetic

Image
1

740

bpanigrahics/python-ros repository overview

  • Setup docker in your machine follow: https://docs.docker.com/get-docker/ .
  • In your terminal run docker --version should work now.
  • Run docker pull bpanigrahics/python-ros:latest
  • docker run -it -v "$(pwd)":/src <image_name/image_id> bash
  • Image Id will be: bpanigrahics/python-ros:latest
  • The command will mount present working directory to /src inside docker container.
  • rosbag --version
  • roscore --version
  • python3 --version
  • rosversion -d
  • gazebo -v

Tag summary

Content type

Image

Digest

sha256:a725c565f

Size

1.5 GB

Last updated

over 3 years ago

docker pull bpanigrahics/python-ros