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

v-rep remote API usage in BSD-licensed code #2

Closed
bergercookie opened this issue Mar 16, 2018 · 0 comments
Closed

v-rep remote API usage in BSD-licensed code #2

bergercookie opened this issue Mar 16, 2018 · 0 comments

Comments

@bergercookie
Copy link

I'm trying to utilise V-REP to provide simulation capabilities for (some of) the currently available MRPT algorithms. MRPT is a project licensed under BSD. V-REP is dual-licensed (commercial and GPL) as described here.

It seems that the remoteApiBindings though are licensed differently than the core V-REP project. Does this mean that the remote API can be used directly in BSD-code. For example can a snippet like the following be published under the BSD license?

<BSD Licensed file>


#define NON_MATLAB_PARSING
#define MAX_EXT_API_CONNECTIONS 255
#define DO_NOT_USE_SHARED_MEMORY

#include <extApi.h>
#include <extApi.c>
#include <extApiPlatform.h>
#include <extApiPlatform.c>

int main(int argc, char *argv[])
{
        ...
	simxStart((simxChar*)"127.0.0.1",19999,true,true,2000,5);
	return 0;
}

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

1 participant