GithubHelp home page GithubHelp logo

simbubble's People

Contributors

coppelia avatar fferri avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

simbubble's Issues

Plugin compiles, but doesn't load in CoppeliaSim

I tried to compile the plugin of simExtBubbleRob, and put it in the home directory of CoppeliaSim. But CoppeliaSim even doesn't find the plugin BubbleRob. I checked the compile output, maybe there is one problem may result it:

../simExtBubbleRob/simExtBubbleRob.cpp: In function ‘unsigned char simStart(void*, int)’:
../simExtBubbleRob/simExtBubbleRob.cpp:215:11: warning: ignoring return value of ‘char* getcwd(char*, size_t)’, declared with attribute warn_unused_result [-Wunused-result]
getcwd(curDirAndFile, sizeof(curDirAndFile));

I don't modify the code, and can't figure out the problem.

Error with plugin 'BubbleRob': load failed (could not load).

Hi, I compiled this project using cmake and generated the shared library named libsimExtBubbleRob.so.
I generated the library and then run "./coppeliaSim.sh scenes/controlTypeExamples/controlledViaPlugin.ttt". But something was wrong with loading BubbleRob plugin. Error message is:Plugin 'BubbleRob': loading...
Error with plugin 'BubbleRob': load failed (could not load). The plugin probably couldn't load dependency libraries. For additional infos, modify the script 'libLoadErrorCheck.sh', run it and inspect the output.

My generated libsimExtBubbleRob.so was just 53K, while the original is 235K.
I contrast the dependencies of two plugin lib using ldd, but no any differences.

Below is my project tree:
├── bin
├── build
├── cmake
├── CMakeLists.txt
├── include
│   ├── bubbleRob
│   │   └── simExtBubbleRob.h
│   └── vrep
│   ├── _dirent.h
│   ├── license.txt
│   ├── luaFunctionData.h
│   ├── luaFunctionDataItem.h
│   ├── scriptFunctionData.h
│   ├── scriptFunctionDataItem.h
│   ├── shared_memory.h
│   ├── simConst.h
│   ├── simLib.h
│   ├── simTypes.h
│   ├── socketInConnection.h
│   ├── socketOutConnection.h
│   └── stack
│   ├── stackArray.h
│   ├── stackBool.h
│   ├── stackMap.h
│   ├── stackNull.h
│   ├── stackNumber.h
│   ├── stackObject.h
│   └── stackString.h
├── lib
│   └── libsimExtBubbleRob.so
└── src
├── bubbleRob
│   ├── CMakeLists.txt
│   └── simExtBubbleRob.cpp
└── vrep
├── CMakeLists.txt
├── license.txt
├── luaFunctionData.cpp
├── luaFunctionDataItem.cpp
├── scriptFunctionData.cpp
├── scriptFunctionDataItem.cpp
├── shared_memory.c
├── simLib.cpp
├── socketInConnection.cpp
├── socketOutConnection.cpp
└── stack
├── stackArray.cpp
├── stackBool.cpp
├── stackMap.cpp
├── stackNull.cpp
├── stackNumber.cpp
├── stackObject.cpp
└── stackString.cpp

12 directories, 41 files

./lib/libsimExtBubbleRob.so is the my generated shared lib.

I would be thankful for your help. I am just a new begginer of vrep simulation.

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.