Skip to content

frank-Regal/dataset_builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dataset Builder

ROS package to conintuously capture multiple sensor streams from the HoloLens 2, for building datasets for the HRI-Cacti project.

Run

  1. Launch ROS Nodes
    roslaunch dataset_builder build.launch classname:="Advance"

Compressing

# compress
tar czpvf - /path/to/archive | split -d -b 100M - tardisk
# uncompress
cat tardisk* | tar xzpvf -

About

ROS package for building datasets for the HRI-Cacti project.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published