Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

problem with compilation #11

Open
fgonzalezr1998 opened this issue Feb 16, 2020 · 3 comments
Open

problem with compilation #11

fgonzalezr1998 opened this issue Feb 16, 2020 · 3 comments

Comments

@fgonzalezr1998
Copy link

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?

@P4B5
Copy link

P4B5 commented Feb 25, 2020

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.

@JhonDL
Copy link

JhonDL commented Feb 26, 2020

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.

The link to the fork is here. https://github.com/IntelligentRoboticsLabs/ROSPlan.

@fmrico
Copy link
Contributor

fmrico commented Feb 26, 2020

Exactly!!!

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

No branches or pull requests

4 participants