Skip to content

problem with compilation #11

Description

@fgonzalezr1998

Hello, I am trying to install BICA and when i compile it, an error happen in bica_planning/src/action.cpp because "checkAtStartConditions(msg)", "checkOverAllConditions(msg)" and "checkAtEndConditions(msg)" doesn't exist.

/home/fernando/catkin_ws/src/other_packages/BICA/bica_planning/src/Action.cpp: In member function ‘virtual bool bica_planning::Action::concreteCallback(const ConstPtr&)’:
/home/fernando/catkin_ws/src/other_packages/BICA/bica_planning/src/Action.cpp:54:8: error: ‘checkAtStartConditions’ was not declared in this scope
   if (!checkAtStartConditions(msg))
        ^~~~~~~~~~~~~~~~~~~~~~
/home/fernando/catkin_ws/src/other_packages/BICA/bica_planning/src/Action.cpp:65:10: error: ‘checkOverAllConditions’ was not declared in this scope
     if (!checkOverAllConditions(msg))
          ^~~~~~~~~~~~~~~~~~~~~~
[ 93%] Built target launcher
/home/fernando/catkin_ws/src/other_packages/BICA/bica_planning/src/Action.cpp:77:20: error: ‘checkAtEndConditions’ was not declared in this scope
   if (success_ && !checkAtEndConditions(msg))

How can I solve this problem?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions