You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
Hi!, I have the same error when I'm try to compile BICA, I guess some #include are missing, or maybe an implementation of these functions in Action.h
Regards.
I did ran into the same problem, it looks like the problem is in the master branch of ROSPlan, if you clone the IntelligentRoboticsLab's fork of ROSPlan BICA works with no problem.
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.
How can I solve this problem?
The text was updated successfully, but these errors were encountered: