Fix config path of sample_voxel_grid.launch

This commit is contained in:
Kentaro Wada
2018-04-30 11:44:37 -04:00
committed by Paul Bovbel
parent 58c7c8648f
commit d34cd5eda8
@@ -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>