Giter Club home page Giter Club logo

autoref's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

autoref's Issues

No connection to referee remote control

I was not able to connect the autoref to the ssl-referee remote control (port 10007) yet.

I enabled the remote control in ssl-refbox and made sure that remote control is enabled in autoref on same port (10007). But no connection is established to ssl-refbox.

I also successfully supplied vision data using the ssl-tools logplayer, but this had no effect on the remote control.

Any suggestions?

Does not build on current distros

I get an error when build on Fedora 26 and Ubuntu 17.10:

[ 58%] Building CXX object src/framework/src/amun/strategy/CMakeFiles/strategy.dir/lua.cpp.o
/home/n.ommer/git/ssl-autorefs/erforce/src/framework/src/amun/strategy/lua.cpp: In function ‘int luaLoadInitScript(lua_State*)’:
/home/n.ommer/git/ssl-autorefs/erforce/src/framework/src/amun/strategy/lua.cpp:88:25: error: ‘LUA_GLOBALSINDEX’ was not declared in this scope
     lua_getfield(state, LUA_GLOBALSINDEX, "require");
                         ^~~~~~~~~~~~~~~~
/home/n.ommer/git/ssl-autorefs/erforce/src/framework/src/amun/strategy/lua.cpp:88:25: note: suggested alternative: ‘LUA_HOOKLINE’
     lua_getfield(state, LUA_GLOBALSINDEX, "require");
                         ^~~~~~~~~~~~~~~~
                         LUA_HOOKLINE
/home/n.ommer/git/ssl-autorefs/erforce/src/framework/src/amun/strategy/lua.cpp: In function ‘void luaDebugHook(lua_State*, lua_Debug*)’:
/home/n.ommer/git/ssl-autorefs/erforce/src/framework/src/amun/strategy/lua.cpp:270:10: error: ‘LUA_HOOKTAILRET’ was not declared in this scope
     case LUA_HOOKTAILRET:
          ^~~~~~~~~~~~~~~
/home/n.ommer/git/ssl-autorefs/erforce/src/framework/src/amun/strategy/lua.cpp:270:10: note: suggested alternative: ‘LUA_HOOKTAILCALL’
     case LUA_HOOKTAILRET:
          ^~~~~~~~~~~~~~~
          LUA_HOOKTAILCALL
/home/n.ommer/git/ssl-autorefs/erforce/src/framework/src/amun/strategy/lua.cpp: In member function ‘void Lua::loadLibs()’:
/home/n.ommer/git/ssl-autorefs/erforce/src/framework/src/amun/strategy/lua.cpp:538:13: error: ‘LUA_FFILIBNAME’ was not declared in this scope
     loadLib(LUA_FFILIBNAME,     luaopen_ffi);
             ^~~~~~~~~~~~~~
/home/n.ommer/git/ssl-autorefs/erforce/src/framework/src/amun/strategy/lua.cpp:538:13: note: suggested alternative: ‘LUA_DBLIBNAME’
     loadLib(LUA_FFILIBNAME,     luaopen_ffi);
             ^~~~~~~~~~~~~~
             LUA_DBLIBNAME
/home/n.ommer/git/ssl-autorefs/erforce/src/framework/src/amun/strategy/lua.cpp:538:33: error: ‘luaopen_ffi’ was not declared in this scope
     loadLib(LUA_FFILIBNAME,     luaopen_ffi);
                                 ^~~~~~~~~~~
/home/n.ommer/git/ssl-autorefs/erforce/src/framework/src/amun/strategy/lua.cpp:538:33: note: suggested alternative: ‘luaopen_utf8’
     loadLib(LUA_FFILIBNAME,     luaopen_ffi);
                                 ^~~~~~~~~~~
                                 luaopen_utf8
/home/n.ommer/git/ssl-autorefs/erforce/src/framework/src/amun/strategy/lua.cpp: In member function ‘void Lua::loadDebugLibs()’:
/home/n.ommer/git/ssl-autorefs/erforce/src/framework/src/amun/strategy/lua.cpp:561:33: error: ‘luaopen_bit’ was not declared in this scope
     loadLib(LUA_BITLIBNAME,     luaopen_bit);
                                 ^~~~~~~~~~~
/home/n.ommer/git/ssl-autorefs/erforce/src/framework/src/amun/strategy/lua.cpp:561:33: note: suggested alternative: ‘luaopen_bit32’
     loadLib(LUA_BITLIBNAME,     luaopen_bit);
                                 ^~~~~~~~~~~
                                 luaopen_bit32
/home/n.ommer/git/ssl-autorefs/erforce/src/framework/src/amun/strategy/lua.cpp:562:13: error: ‘LUA_JITLIBNAME’ was not declared in this scope
     loadLib(LUA_JITLIBNAME,     luaopen_jit);
             ^~~~~~~~~~~~~~
/home/n.ommer/git/ssl-autorefs/erforce/src/framework/src/amun/strategy/lua.cpp:562:13: note: suggested alternative: ‘LUA_BITLIBNAME’
     loadLib(LUA_JITLIBNAME,     luaopen_jit);
             ^~~~~~~~~~~~~~
             LUA_BITLIBNAME
/home/n.ommer/git/ssl-autorefs/erforce/src/framework/src/amun/strategy/lua.cpp:562:33: error: ‘luaopen_jit’ was not declared in this scope
     loadLib(LUA_JITLIBNAME,     luaopen_jit);
                                 ^~~~~~~~~~~
/home/n.ommer/git/ssl-autorefs/erforce/src/framework/src/amun/strategy/lua.cpp:562:33: note: suggested alternative: ‘luaopen_io’
     loadLib(LUA_JITLIBNAME,     luaopen_jit);
                                 ^~~~~~~~~~~
                                 luaopen_io
make[2]: *** [src/framework/src/amun/strategy/CMakeFiles/strategy.dir/build.make:111: src/framework/src/amun/strategy/CMakeFiles/strategy.dir/lua.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:595: src/framework/src/amun/strategy/CMakeFiles/strategy.dir/all] Error 2
make: *** [Makefile:84: all] Error 2

I started setting up a new repo with all three autorefs and install+build scripts for easier use. You can also find a Docker file for ubuntu 16.04 und 17.10 to reproduce the error. In 16.04, the build succeeds, in 17.10 it fails.

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.