Fix config path of sample_voxel_grid.launch

This commit is contained in:
Kentaro Wada 2017-08-25 15:01:13 +09:00 committed by Paul Bovbel
parent 58c7c8648f
commit d34cd5eda8

View File

@ -37,7 +37,7 @@
<group if="$(arg gui)">
<node name="rviz"
pkg="rviz" type="rviz"
args="-d $(find pcl_ros)/samples/config/voxel_grid.rviz">
args="-d $(find pcl_ros)/samples/pcl_ros/filters/config/voxel_grid.rviz">
</node>
</group>