Pybullet server connection

Official Python bindings with a focus on reinforcement learning and robotics.
Post Reply
pinhomonteiro
Posts: 1
Joined: Thu Jun 06, 2019 7:46 pm

Pybullet server connection

Post by pinhomonteiro »

Hi, i'm trying to run multiple simulations connected to the same physics server, but im having trouble making the connection work. Would any of you have an example with a server connection working, in python? I've been stuck on this for a while and cant make it work, i always get the "Connection to server failed.b3ConnectPhysicsUDP connection failed.". How do i set up a server to connect with the pybullet.connect(p.UDP,"localhost") function? Thanks in advance
Post Reply