-
Notifications
You must be signed in to change notification settings - Fork 233
Description
The publish_selected_points plugin was updated on 3/6/15 and the name was changed to to selected_points_publisher. The RViz config files in this repo are thus now broken, because they reference (line 233 in mobot_w_lidar_and_kinect.rviz)
Class: rviz_plugin_selected_points_topic/PublishSelectedPoints which should now be
Class: rviz_plugin_selected_points_publisher/SelectedPointsPublisher
This won't result in an error for anyone currently using the learning_ros_external_pkgs repo but does cause a runtime error for anyone with the newest version of the plugin. This doesn't cause a crash and can be solved simply by removing the plugin from the RViz toolbar and re-adding it, but it would probably be better to just update everything to the most recent version.