-
Notifications
You must be signed in to change notification settings - Fork 48
Home
Austin Deric edited this page Mar 14, 2017
·
6 revisions
Run the SwRI Profiler:
roslaunch swri_profiler profiler.launch
Rviz on Kinetic is prone to a segmentation fault caused by internal functions in the Qt library. Our current work-around is to set the following environment variable:
export QT_NO_FT_CACHE=1
Some instances of plugins require PCL 1.8 built with VTK 7.1. Edit perception pipeline's pcl_ros pacakge and change
find_package(PCL REQUIRED)
to
find_package(PCL 1.8 REQUIRED)