Search found 13 matches

by Juancho
18 Jun 2024, 16:57
Forum: Bug reports
Topic: Error using executeScriptString
Replies: 4
Views: 1458

Re: Error using executeScriptString

I see, thanks for the support!
by Juancho
18 Jun 2024, 16:55
Forum: Bug reports
Topic: The function getObjectsInTree does not find script objects in CoppeliaSim v4.7.0-rev0
Replies: 3
Views: 1059

Re: The function getObjectsInTree does not find script objects in CoppeliaSim v4.7.0-rev0

Thank you for your reply. The code is working now with the modifications you suggested. Best regards, Juan PS: The script object type is not included yet as a constant in the manual (https://manual.coppeliarobotics.com/en/apiConstants.htm#sceneObjectTypes). https://ibb.co/dLmt7CL https://ibb.co/dLmt...
by Juancho
17 Jun 2024, 19:47
Forum: Bug reports
Topic: The function getObjectsInTree does not find script objects in CoppeliaSim v4.7.0-rev0
Replies: 3
Views: 1059

The function getObjectsInTree does not find script objects in CoppeliaSim v4.7.0-rev0

Hi there! I'm trying to get the scripts objects in a tree using the function "getObjectsInTree" using CoppeliaSim v4.7.0-rev0. However, it looks like the function is not working. (There is a default Panda manipulator on the scene, which includes an object script in "Franka/Script"...
by Juancho
11 Jun 2024, 16:17
Forum: Bug reports
Topic: Error using executeScriptString
Replies: 4
Views: 1458

Re: Error using executeScriptString

Thank you for your reply. I tried your suggestions, but the problem persists. #include "RemoteAPIClient.h" #include <iostream> int main() { try { RemoteAPIClient client; auto sim = client.getObject().sim(); sim.startSimulation(); auto handle = sim.getObject("/Franka/connection");...
by Juancho
10 Jun 2024, 03:29
Forum: Bug reports
Topic: Error using executeScriptString
Replies: 4
Views: 1458

Error using executeScriptString

Hi there, I'm using the ZeroMQ remote API (4.6.0-rev18) for C++. I'm having issues when using executeScriptString. I was wondering if I'm missing something or if there is a bug. Minimal example: (There is a Panda robot on the scene) #include "RemoteAPIClient.h" #include <iostream> int main...
by Juancho
01 Jun 2024, 14:50
Forum: Bug reports
Topic: Error in getJointForce method
Replies: 2
Views: 1472

Re: Error in getJointForce method

Thanks a lot!
by Juancho
01 Jun 2024, 06:08
Forum: Bug reports
Topic: Error in getJointForce method
Replies: 2
Views: 1472

Error in getJointForce method

Hi there! I'm having issues when using the method getJointForce in Matlab using the ZeroMQ remote API. I'm running CoppeliaSim v4.6.0-rev18 arm on a MacBook Air M1. I am using the matlab files from the GitHub repository (https://github.com/CoppeliaRobotics/zmqRemoteApi/tree/master) but using the bra...
by Juancho
03 May 2024, 16:44
Forum: Bug reports
Topic: Legacy Remote API (Matlab ARM + CoppeliaSim ARM)
Replies: 6
Views: 13225

Re: Legacy Remote API (Matlab ARM + CoppeliaSim ARM)

Yeah, you are right! The boost requirement is for the C++ client!
by Juancho
27 Sep 2023, 02:23
Forum: Bug reports
Topic: Legacy Remote API (Matlab ARM + CoppeliaSim ARM)
Replies: 6
Views: 13225

Re: Legacy Remote API (Matlab ARM + CoppeliaSim ARM)

Thank you for your reply.

The ZeroMQ remote API requires the Boost library, which is not an option in the application I'm working on. Because of that, I'm exploring alternatives.

Best regards,

Juan
by Juancho
26 Sep 2023, 03:44
Forum: Bug reports
Topic: Legacy Remote API (Matlab ARM + CoppeliaSim ARM)
Replies: 6
Views: 13225

Legacy Remote API (Matlab ARM + CoppeliaSim ARM)

Hi, everyone, I'm having a hard time trying to run CoppeliaSim (CoppeliaSim_Edu_V4_5_1_rev4_macOS13_arm64) with Matlab R2023b (maca64) on a MacBook M1 Pro. I'm using the remoteAPI from https://github.com/CoppeliaRobotics/remoteApiBindings/tree/master. It looks like the library for MacOS (remoteApi.d...