chengkaiqiang 6213262140 v-0.1.1-1:20240806 | 3 months ago | |
---|---|---|
.. | ||
launch | 3 months ago | |
CMakeLists.txt | 3 months ago | |
README.md | 3 months ago |
This demo will need the given 3D map and ROSBAG sample data. Please download the following sample data before running the demo.
$ wget http://db3.ertl.jp/autoware/sample_data/sample_moriyama_data.tar.gz
$ wget http://db3.ertl.jp/autoware/sample_data/sample_moriyama_150324.tar.gz
Once the demo goes well, you can visit ROSBAG STORE to get more data. Please also consider your contribution to this data sharing service by uploading your ROSBAG data.
Create the .autoware directory and extract the demo data inside.
$ cd ~ $ mkdir .autoware $ cd .autoware (from source) $ cp ~/Downloads/samplemoriyama* . OR (using docker) $ cp ~/shared_dir/samplemoriyama* . $ tar zxfv sample_moriyama_150324.tar.gz $ tar zxfv sample_moriyama_data.tar.gz
Run Autoware
$ cd ~/Autoware
$ roslaunch runtime_manager runtime_manager.launch
Go to the Simulation tab of Autoware Runtime Manager (ARM), and load the sample ROSBAG data, which is located in ~/.autoware
. Show Hidden Files needs to be checked for the .autoware
folder to be displayed.
140
, then click Play and Pause just after it has started playing.Launch RViz through the RViz button in the bottom-right corner of the ARM.
Go to the Quick Start tab of ARM, and load the preinstalled roslaunch scripts one by one. The scripts are located in _Autoware/src/autoware/documentation/launch/rosbagdemo. The scripts need to be enabled by clicking on the left button as shown in the image for the Map.
Un-pausing the simulation after starting the Map will show the pointcloud map in Rviz.