Coder Social home page Coder Social logo

at_work_central_factory_hub's People

Contributors

moriarty avatar nicoh avatar svenschneider avatar timn avatar zwilling avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

at_work_central_factory_hub's Issues

Configure the CLIPS directory

The CLIPS rules are loaded from one hard-coded directory. To support multiple sets of CLIPS rules, the directory from where the rules are loaded should be configurable.

DuplicateKey throwSockExcep -> Remove $(LDFLAGS_MONGODB)

On Ubuntu 14.04 following error

robocup@robocup-xmg-1:..[AT_WORK_CENTRAL_FACTORY_HUB:rockin2015 *]/at_work_central_factory_hub$ ./bin/llsf-refbox 
Attempt to add global initializer failed, status: DuplicateKey throwSockExcep
Aborted (core dumped)

Removing $(LDFLAGS_MONGODB) from ./src/refbox/Makefile works, as README suggests for another issue.

Plugin interface for networked devices

In the LLSF there is currently only one type of devices: the production machines. The production machines have a common interface which is directly integrated into the RefBox.

The idea is to introduce a common machine interface for all kinds of networked devices. The interface should offer a setup function (in which the device is initialized and also registered with CLIPS), an update function (which e.g. interprets the inputs from CLIPS, handles the communication with the devices themselves and provides read values to CLIPS) and finally a cleanup function.

This interface is implemented by dynamically-loadable (based on a configuration file) plugins. This approach keeps the logic and communication of the networked devices separated from the RefBox and allows for a dynamic extension of the RefBox.

EVP_CIPHER related errors on fresh 14.04 install

In a fresh 1404 install:

Installed dependencies without any issues.
Checked out latest branch.
alex@ubuntu:/workspace/rockin/at_work_central_factory_hub$ git checkout rockin2015
Branch rockin2015 set up to track remote branch rockin2015 from origin.
Switched to a new branch 'rockin2015'
alex@ubuntu:
/workspace/rockin/at_work_central_factory_hub$ make
--> Entering sub-directory src ---
[... in libs: core, util, config compiled fine ... ]
--> Entering sub-directory protobuf_comm ---
--- Compiling client.cpp (C++)
--- Compiling crypto.cpp (C++)

Then:

In file included from /home/alex/workspace/rockin/at_work_central_factory_hub/src/libs/protobuf_comm/crypto.cpp:37:0:
/home/alex/workspace/rockin/at_work_central_factory_hub/src/libs/protobuf_comm/crypto.h:70:9: error: ‘EVP_CIPHER’ does not name a type
const EVP_CIPHER *cipher_;
^
/home/alex/workspace/rockin/at_work_central_factory_hub/src/libs/protobuf_comm/crypto.cpp: In constructor ‘protobuf_comm::BufferEncryptor::BufferEncryptor(const string&, std::string)’:
/home/alex/workspace/rockin/at_work_central_factory_hub/src/libs/protobuf_comm/crypto.cpp:66:3: error: ‘cipher_’ was not declared in this scope
cipher_ = cipher_by_name(cipher_name.c_str());
^
/home/alex/workspace/rockin/at_work_central_factory_hub/src/libs/protobuf_comm/crypto.cpp:66:47: error: ‘cipher_by_name’ was not declared in this scope
cipher_ = cipher_by_name(cipher_name.c_str());
^
[... followed by about 30 similar errors ...]

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.