Skip to content

A ROS package for saving images to create a dataset for deep learning purposes

Notifications You must be signed in to change notification settings

Jiahao9/ros_image_saver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ros_image_saver

A ROS package for saving images to create a dataset for deep learning purposes. As a feature of this package, photos are saved every 5 seconds, allowing adjustments such as angles to be made during that time.

Environments

  • ROS OS

Installation

# move catkin_ws/src
$ cd ~/catkin_ws/src
# git clone this package
$ git clone https://github.com/Jiahao9/image_saver.git
# build this package
$ cd ~/catkin_ws && catkin_make

Camera shutter click sound

# install pip
$ sudo apt-get install python3-pip
# install pygame
$ pip3 install pygame

usage

# First, launch your camera driver

# Then, run the node
$ roscore
$ rosrun image_saver image_saver_node.py

Caution

  • Please change the topic of the image you want to capture to /rgb/image_raw in the image_saver_node.py file.

About

A ROS package for saving images to create a dataset for deep learning purposes

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published