Hi,
It seems that the function supportsGroup in moveit_core has changed.
Compiler shows conflicting return type while building this project, after changing the function to
bool supportsGroup(const moveit::core::JointModelGroup *jmg, std::string* error_text_out = NULL) const;, The build was successes.
Hi, It seems that the function supportsGroup in moveit_core has changed. Compiler shows conflicting return type while building this project, after changing the function to
bool supportsGroup(const moveit::core::JointModelGroup *jmg, std::string* error_text_out = NULL) const;
, The build was successes.