Sign inSign up

mjenz/ros-datacollection

By mjenz

•Updated about 7 years ago

A container based on mjenz/ros-indigo-perception which builds srv/srv_tools into a global overlay.

Image
0

1.2K

mjenz/ros-datacollection repository overview

⁠ROS data collection scripts

So far:

  • save-images saves a set number of images from a camera to a bag
  • extract-images extracts all the images on a given topic in a bag into a folder

Any files written to the working directory or ~/.ros write to the host.

To make the networking work, resolvable⁠ resolves the hostnames of any docker containers on the default bridge network.

Usage:

# Start DNS server, so ROS containers can find each other
docker-compose up dns
# Start a camera, e.g.
docker-compose up -f ../docker-ros/ros-bumblebee2/docker-compose.yml
# Run a script
docker-compose run ros ./save-images -m ros-bumblebee2 -n 100
# Or, run a single command
docker-compose run ros rosversion -d

Tag summary

Content type

Image

Digest

Size

527.1 MB

Last updated

about 7 years ago

docker pull mjenz/ros-datacollection