-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
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?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels