error: no matching function for call to ‘boost::shared_ptr<urdf::ModelInterface>::shared_ptr(urdf::ModelInterfaceSharedPtr)’

asked 2020-01-31 05:58:18 -0500

logicraju gravatar image

updated 2020-01-31 06:21:49 -0500

gvdhoorn gravatar image

Hi,

I recently moved my ros navigation stack from kinetic to melodic. When i catkin_make the workspace, i get the following error:

error: no matching function for call to ‘boost::shared_ptr<urdf::ModelInterface>::shared_ptr(urdf::ModelInterfaceSharedPtr)'

Is this due to the difference in gcc compilers in kinetic and melodic ? Any help to fix this would be greatly appreciated.

Thanks and regards.

edit retag flag offensive close merge delete