Skip to content

Conversation

@TescaF
Copy link
Collaborator

@TescaF TescaF commented Nov 27, 2017

Converted hlpr_segmentation, hlpr_feature_extraction, hlpr_object_labeling, and hlpr_knowledge_retrieval to use messages defined in hlpr_perception_msgs.

TescaF and others added 30 commits August 1, 2017 10:19
…. added labeling and knowledge messages to hlpr_perception_msgs
Three primary errors:
 1. In all copies of utils.hpp, the definition of the method
    cannot have default arguments, because the defaults are
    already provided in the method declarations. This error
    may be cropping up because I'm using a newer compiler.
 2. when listing link libraries, we were using hardcoded paths
    via the ROS_LIBRARIES CMake variable. This is provided
    automatically by the catkin_LIBRARIES variable, so I switched
    to using that instead in all the CMakeLists files.
 3. hlpr_perception_msgs was not included as a dependency in all
    packages.
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

Successfully merging this pull request may close these issues.

6 participants