Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build fails on ROS kinetic #19

Open
RaduCorcodel opened this issue Dec 16, 2020 · 2 comments
Open

Build fails on ROS kinetic #19

RaduCorcodel opened this issue Dec 16, 2020 · 2 comments

Comments

@RaduCorcodel
Copy link

Hi,

I tried building on Kinetic today and got this error messages:

/homes/corcodel/grasping/src/generic_control_toolbox/src/kdl_manager.cpp: In member function ‘void generic_control_toolbox::KDLManager::updateSolvers()’:
/homes/corcodel/grasping/src/generic_control_toolbox/src/kdl_manager.cpp:1134:25: error: ‘class KDL::ChainIkSolverVel’ has no member named ‘updateInternalDataStructures’
     ikvel_[item.first]->updateInternalDataStructures();
                         ^
/homes/corcodel/grasping/src/generic_control_toolbox/src/kdl_manager.cpp:1135:25: error: ‘class KDL::ChainFkSolverPos_recursive’ has no member named ‘updateInternalDataStructures’
     fkpos_[item.first]->updateInternalDataStructures();
                         ^
/homes/corcodel/grasping/src/generic_control_toolbox/src/kdl_manager.cpp:1136:30: error: ‘class KDL::ChainJntToJacSolver’ has no member named ‘updateInternalDataStructures’
     jac_solver_[item.first]->updateInternalDataStructures();
                              ^
/homes/corcodel/grasping/src/generic_control_toolbox/src/kdl_manager.cpp:1137:33: error: ‘class KDL::ChainDynParam’ has no member named ‘updateInternalDataStructures’
     dynamic_chain_[item.first]->updateInternalDataStructures();

On this system, there is this version of KDL installed.

ros-kinetic-orocos-kdl is already the newest version (1.3.2-1xenial-20201017-070916+0000).

On ROS Melodic it builds just fine. I tried updating all ROS packages but that didn't help. Any ideas on what else I could do?

Radu,

@diogoalmeida
Copy link
Owner

diogoalmeida commented Dec 17, 2020 via email

@RaduCorcodel
Copy link
Author

Sounds good. I will roll back to the newest commit that still runs under kinetic and hopefully that fixes it. Thanks so much, I think that would work just fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants