# Rosbag Demo ## Example Data 1. Download the following files from https://drive.google.com/open?id=1ZwNQIJolJ2ogzpNprh89jCj6NocLi78f.
* sample_moriyama_data.tar.gz * sample_moriyama_150324.tar.gz 1. Create the `.autoware` directory in your home directory.
1. Inside this, extract the previously downloaded files.
``` ~/.autoware/data/tf/tf.launch ~/.autoware/data/map/pointcloud_map/*.pcd ~/.autoware/data/map/vector_map/*.csv ~/.autoware/sample_moriyama_150324.bag ``` ## Demo Run 1. Start the Autoware Launcher.
``` $ cd Autoware/ros $ ./run-experimental ``` ![rosbag01](./images/rosbag01.png) 1. If you previously created a profile, you can load it selecting *Load Profile* from the *File* menu.
1. Open the simulation panel selecting *Simulation* from the *View* menu.
1. To play the rosbag, click the *Simulation Mode* check box,
1. Press the *Browse* Button, and select the previously downloaded example rosbag.
1. Once loaded, press the *Play* button
1. Press the buttons labeled as *Launch* to the right of the "Map", "Vehicle", "Sensing", and "Visualization" sections.
![rosbag02](./images/rosbag02.png) 1. Select "Localization" button on rviz plugin and check the estimated vehicle pose.
![rosbag03](./images/rosbag03.png) 1. Select "Detection" and "Prediction" buttons on rviz plugin.
![rosbag04](./images/rosbag04.png) 1. Select "Decision", "Mission", and "Motion" buttons on rviz plugin.
![rosbag05](./images/rosbag05.png)