Using of remoteApiCommandServerExample.ttt

Typically: "How do I... ", "How can I... " questions
Post Reply
DavideIng
Posts: 39
Joined: 21 Sep 2017, 17:27

Using of remoteApiCommandServerExample.ttt

Post 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

coppelia
Site Admin
Posts: 10366
Joined: 14 Dec 2012, 00:25

Re: Using of remoteApiCommandServerExample.ttt

Post 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

Post Reply