Search found 10 matches

by BenderBot
13 Oct 2013, 15:04
Forum: Feature requests
Topic: Change values via mouse wheel
Replies: 1
Views: 3370

Change values via mouse wheel

If there was one single feature I would like as far as UI is concerned, it would probably be able to modify values via scroll wheel. Rather than clicking inside a box and using the keyboard to enter a specific value(which of course is also needed at times), I'd like to select an object, click a valu...
by BenderBot
13 Oct 2013, 14:28
Forum: Bug reports
Topic: GCS Overlap Linktype via Scene Hierarchy
Replies: 1
Views: 3098

GCS Overlap Linktype via Scene Hierarchy

When linking two dummies via right clicking them in the Scene Hierarchy and choosing 'GCS, overlap constraint' it will actually set them as 'Dynamics, overlap constraint' I haven't began fully using the 'GCS, overlap constraint' type or the Geometric constraint solver, however this seems to be a bug...
by BenderBot
10 Sep 2013, 15:49
Forum: Feature requests
Topic: External IK for Java
Replies: 5
Views: 5799

Re: External IK for Java

Thanks, that is good news.

Any idea approx. when the next release will be available?
by BenderBot
10 Sep 2013, 15:11
Forum: Bug reports
Topic: Possible missing method in FloatWA.java
Replies: 1
Views: 2999

Possible missing method in FloatWA.java

I copied the following from FloatW.java to FloatWA.java in order to easily convert a float array to FloatWA array object.

Code: Select all

public void setValue(float[] i)
    {
        w = i;
    }
This works fine unless there is any reason not to use it.
by BenderBot
09 Sep 2013, 20:07
Forum: General questions
Topic: UnsatisfiedLinkError: no remoteApiJava - on Linux
Replies: 6
Views: 6725

Re: UnsatisfiedLinkError: no remoteApiJava - on Linux

Thanks again, it's working! After adding some debugging printf's I was able to find the problem on my system. The following in extApiPlatform.c would result in hp being assigned NULL. hp=gethostbyaddr((char*)&addr,sizeof(addr),AF_INET); After adding a case switch to determine which error was bei...
by BenderBot
09 Sep 2013, 01:47
Forum: Feature requests
Topic: External IK for Java
Replies: 5
Views: 5799

Re: External IK for Java

That really is refreshing to know, but I may be surprised if I were the first to write them. I'm still relatively new to programming but will looking into it soon.
by BenderBot
09 Sep 2013, 00:59
Forum: General questions
Topic: UnsatisfiedLinkError: no remoteApiJava - on Linux
Replies: 6
Views: 6725

Re: UnsatisfiedLinkError: no remoteApiJava - on Linux

Thank you it worked. I can now run simpleTest.java . I'm hoping now you or anyone can help me with my new problem :) I cannot connect to the V-rep server from a Raspberry Pi. I have ensured the server is running since I can connect to it from the same windows machine and simpleTest runs, I can see t...
by BenderBot
06 Sep 2013, 01:52
Forum: Feature requests
Topic: External IK for Java
Replies: 5
Views: 5799

External IK for Java

Are there any plans to provide a Java API for the external IK?
by BenderBot
06 Sep 2013, 00:41
Forum: General questions
Topic: UnsatisfiedLinkError: no remoteApiJava - on Linux
Replies: 6
Views: 6725

Re: UnsatisfiedLinkError: no remoteApiJava - on Linux

I renamed remoteApiJava.so to libremoteApiJava.so which seemed to solve the original problem. But now I have error indicating it can't run on Arm architecture. This is on a Raspberry Pi using Java 1.8 pi@raspberrypi ~ $ sudo /opt/jdk1.8.0/bin/java -jar Java/VREP/VREP.jar Program started Exception in...
by BenderBot
03 Sep 2013, 23:30
Forum: General questions
Topic: UnsatisfiedLinkError: no remoteApiJava - on Linux
Replies: 6
Views: 6725

UnsatisfiedLinkError: no remoteApiJava - on Linux

Hello, I'm having an issue testing the java remote API on linux, specifically Debian Wheezy on a raspberry pi. When trying to run simpleTest.java I receive the error "UnsatisfiedLinkError: no remoteApiJava in java.library.path" I have ensured the files in \V-REP_PRO_EDU_V3_0_4_Linux\progra...