yijiangh / choreo

Choreo: robotic motion planning platform for discrete architectural assembly
34 stars 10 forks source link

abb launch warning #97

Closed yijiangh closed 6 years ago

yijiangh commented 6 years ago

SEVERE WARNING!!! A namespace collision has occured with plugin factory for class ikfast_kinematics_plugin::IKFastKinematicsPlugin. New factory will OVERWRITE existing one. This situation occurs when libraries containing plugins are directly linked against an executable (the one running right now generating this message). Please separate plugins out into their own library or just don't link against the library and use either class_loader::ClassLoader/MultiLibraryClassLoader to open.

yijiangh commented 6 years ago

It seems that moveit and descartes can't load ikfast at the same time, change the kinematic.xml config file back to KDLKinematicsPlugin will fix this. Take this as an example.