Skip to content
This repository has been archived by the owner on Dec 2, 2021. It is now read-only.

fixed catkin_make compile error (implicit conversion) #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

fixed catkin_make compile error (implicit conversion) #5

wants to merge 1 commit into from

Conversation

valleyceo
Copy link

catkin_make failed when I tried to compile on my Laptop (Ubuntu 16.04 and latest ROS Kinetic). According to the source below, it seems that implicit conversion to bool is not allowed in C++11. The following changes are the fixes.

Related sources:
https://stackoverflow.com/questions/7580009/gcc-error-cannot-convert-const-shared-ptr-to-bool-in-return
https://robotics.stackexchange.com/questions/14801/catkin-make-unable-to-build-and-throws-makefile138-recipe-for-target-all-fa
moveit/moveit@4033e57

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

Successfully merging this pull request may close these issues.

1 participant