Page 1 of 1

Using of remoteApiCommandServerExample.ttt

Posted: 07 Oct 2017, 12:17
by DavideIng
Hello,
I'm trying to run the complexCommandTest.m in matlab, but it return the following error message:

Error in remApi (line 789)
loadlibrary(obj.libName,@remoteApiProto);

Error in complexCommandTest (line 31)
vrep=remApi('remoteApi'); % using the prototype file (remoteApiProto.m)

Caused by:
Error using loaddefinedlibrary
The specified module could not be found.

Someone may help me?
Many thanks

Re: Using of remoteApiCommandServerExample.ttt

Posted: 08 Oct 2017, 12:58
by coppelia
Hello,

are you sure you have following the instructions here?

You need to make sure you have following in your Matlab path (or the current Matlab folder):
  • remoteApiProto.m
  • remApi.m
  • remoteApi.dll, remoteApi.dylib or remoteApi.so (depending on your target platform)
Cheers