Search found 5 matches

by romuloomena
25 Jul 2023, 15:32
Forum: General questions
Topic: ZeroMQ remote API problem
Replies: 2
Views: 494

ZeroMQ remote API problem

Hello, I'm a bit confused when using the ZeroMQ remote API with Python. I have followed all the steps from here , but the code is blocked at 'sim = client.getObject('sim')' line. If I try to use the simpleTest.py code from zmqRemoteApi Github , I get the following error at the 'sim = client.require(...
by romuloomena
07 May 2020, 14:16
Forum: General questions
Topic: Pioneer P3dx Specifications
Replies: 1
Views: 2003

Pioneer P3dx Specifications

Please, anyone could provide the Pioneer p3dx robot specifications?
I need these data:
  • Wheel radius
  • Distance between the left and right wheels
  • Maximum linear speed
  • Maximum angular speed
Thank you!
by romuloomena
02 Dec 2019, 14:46
Forum: General questions
Topic: Problem when launching CoppeliaSim on macOS
Replies: 2
Views: 2422

Re: Problem when launching CoppeliaSim on macOS

It works now!

Thank you!
by romuloomena
02 Dec 2019, 02:07
Forum: General questions
Topic: Problem when launching CoppeliaSim on macOS
Replies: 2
Views: 2422

Problem when launching CoppeliaSim on macOS

I get the error copied below when I try to launch CoppeliaSim on macOs Catalina: Process: coppeliaSim [2015] Path: /private/var/folders/*/coppeliaSim.app/Contents/MacOS/coppeliaSim Identifier: com.coppeliarobotics.coppeliasim Version: 4.0.0 (4.0.0) Code Type: X86-64 (Native) Parent Process: ??? [1] ...
by romuloomena
27 Nov 2019, 20:48
Forum: General questions
Topic: VREP Api Remote on Raspberry
Replies: 1
Views: 528

VREP Api Remote on Raspberry

I need to do some tests running a Python code in a Raspberry, to control remotely a VREP robot ran in a computer connected in the same network. However, Python returns an error when importing vrep package. I thing that's occurring because the remote api lib file for Linux is not compatible with ARM ...