This pacakge contains experiment protocols on how to generate grasp datasets. Everything is based on ROS Indigo/Ubunt 14.04. You must have a catkin workspace configured in order to follow the instructions.
You need to add them all to your catkin workspace to compile messages in the sync package.
catkin_create_pkg <scnarioname>
(more arguments can be useful to fill the package.xml
)scenario1
, create at least these files:
launch/uploadSetup.launch
to bring up all devicesdata/startRecording.sh
to define your recording protocol (if possible, record only sensor data and parameters)launch/playExperiment.launch
to play back recorded datadatasets
folder as a single zip, share the file and provide a public link. If you don't have an account, ask to the technical dept. or your supervisor.Experiment protocol
to explain how the experiments must be ran/were ranHow to play the recorded data
to describe how to play the data you obtained and provide download links to your bag files.sync_data
allow you to synchronize your data either for recording (not recommended) or for data being played. To this end, you should:
msg/<scenarioname>.msg
file to define which type of message you want to synchronizesrc/<scnarioname>sync.cpp
node to subscribe to the topics you want to synchronizelaunch/<scenarioname>.launch
file to facilitate the useThis scenario has been designed to fulfil requirements in WP2 of the PaCMan project. Check the README file to see where to download the data, how was recorded, and how can it be played back.
This scenario has been designed to create the Grasp database necessary for the ``High-Level Planning for Dual Arm Goal-Oriented Tasks'' work submitted to IROS2015. Check the package README file to see where to download the data, how was recorded, and how can it be played back.