GithubHelp home page GithubHelp logo

gerardcanal / rddl_parser Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 1.0 102 KB

RDDL Parser extracted from PROST's webpage

Home Page: https://bitbucket.org/tkeller/prost/overview

CMake 0.55% C++ 97.45% Lex 2.00%

rddl_parser's People

Contributors

gerardcanal avatar

Watchers

 avatar  avatar

Forkers

mefisto94

rddl_parser's Issues

GCC 9 Compability

When trying to build ROSPlan for noetic, the compilation fails, because GCC9 deprecated implicit copies, see:

/build/turtlebot/src/ROSPlan/rosplan_dependencies/rddl_parser/task_analyzer.cc: In member function ‘void TaskAnalyzer::analyzeTask(int, int)’:
/build/turtlebot/src/ROSPlan/rosplan_dependencies/rddl_parser/task_analyzer.cc:29:43: error: implicitly-declared ‘State& State::operator=(const State&)’ is deprecated [-Werror=deprecated-copy]
   29 |             currentState = State(nextState);
      |                                           ^
In file included from /build/turtlebot/src/ROSPlan/rosplan_dependencies/rddl_parser/task_analyzer.h:4,
                 from /build/turtlebot/src/ROSPlan/rosplan_dependencies/rddl_parser/task_analyzer.cc:1:
/build/turtlebot/src/ROSPlan/rosplan_dependencies/rddl_parser/states.h:22:5: note: because ‘State’ has user-provided ‘State::State(const State&)’
   22 |     State(State const& other) : state(other.state) {}
      |     ^~~~~
/build/turtlebot/src/ROSPlan/rosplan_dependencies/rddl_parser/task_analyzer.cc:31:44: error: implicitly-declared ‘State& State::operator=(const State&)’ is deprecated [-Werror=deprecated-copy]
   31 |             currentState = State(task->CPFs);
      |                                            ^
In file included from /build/turtlebot/src/ROSPlan/rosplan_dependencies/rddl_parser/task_analyzer.h:4,
                 from /build/turtlebot/src/ROSPlan/rosplan_dependencies/rddl_parser/task_analyzer.cc:1:
/build/turtlebot/src/ROSPlan/rosplan_dependencies/rddl_parser/states.h:22:5: note: because ‘State’ has user-provided ‘State::State(const State&)’
   22 |     State(State const& other) : state(other.state) {}
      |     ^~~~~
cc1plus: all warnings being treated as errors

also see e.g. tsduck/tsduck#205 for the background and a workaround.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.