Skip to content
This repository has been archived by the owner on Jun 8, 2022. It is now read-only.
/ roslib-docker-travis Public archive

Run a ROS instance in docker (using docker-compose) on travis and connect to it using roslibpy

License

Notifications You must be signed in to change notification settings

brean/roslib-docker-travis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

roslib-docker-travis

Build Status

Run a ROS instance in docker (using docker-compose) on travis and connect to it using roslibpy

This basic setup consists of 5 docker container:

  • roscore the ROS core server.
  • listener a simple ROS node that provides a the hello world subscriber, it has a local ROS installation and connects to roscore.
  • talker a simple ROS node that provides a the hello world publisher, it has a local ROS installation and connects to roscore.
  • rosbridge a simple ROS node also running on the ROS installation from the listener/talker example that allows us to connect to our roscore using the rosbridge.
  • roslib the external container that does NOT have a local ROS installation but the minimal default python 3.7. It connects to roscore as well but through the rosbridge, also listens to the chatter of the talker.

About

Run a ROS instance in docker (using docker-compose) on travis and connect to it using roslibpy

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages