undefined symbol in Rviz
Dear Ros - users
Using Rviz upon the MoveIt! package, when I try to "plan" or "plan and execute", I get
/opt/ros/indigo/lib/rviz/rviz: symbol lookup error: /opt/ros/indigo/lib/libmoveitmotionplanningrvizplugincore.so: undefined symbol: _ZN6moveit18planninginterface9MoveGroup31setMaxAccelerationScalingFactorEd
and Rviz crashes
Thank you!!
Asked by Rahndall on 2016-06-09 10:37:45 UTC
Comments
Might be a partial update problem. You can try
sudo apt-get update && sudo apt-get dist-upgrade
to try make sure all your packages are at the latest version. However, dist-upgrade will try to upgrade everything, not just ROS packages.Asked by William on 2016-06-09 16:12:31 UTC