sudo apt-get install ros-<ROS_VERSION>-image-transport
sudo apt-get install ros-<ROS_VERSION>-image-view
cd catkin_ws
catkin_make
source devel/setup.bash
export ROS_HOME=`pwd`/datasets
roslaunch export.launch
Result will be in datasets/ folder
Look into export.launch and wheels_cmd_extractor for more info