Search found 8 matches

by deepcode
Tue Mar 20, 2018 1:28 pm
Forum: PyBullet Support and Feedback
Topic: STATE_LOGGING_VIDEO_MP4 in DIRECT mode?
Replies: 4
Views: 8722

Re: STATE_LOGGING_VIDEO_MP4 in DIRECT mode?

if I use ER_TINY_RENDERER, it is not rendering everything. if I use ER_BULLET_HARDWARE_OPENGL, it works fine. I can't reliably use HARDWARE_OPENGL because I can't control If other computers have hardware OpenGL though. is this a bug with TINY_RENDERER? the object it doesn't display is an obj file th...
by deepcode
Mon Mar 19, 2018 10:03 pm
Forum: PyBullet Support and Feedback
Topic: STATE_LOGGING_VIDEO_MP4 in DIRECT mode?
Replies: 4
Views: 8722

Re: STATE_LOGGING_VIDEO_MP4 in DIRECT mode?

I used the render code from the openAI gym examples, and it sort of works, I have 2 objects loaded, both via urdf/obj files. Only one of the objects appears in the image even though they are next to each other. This would seem like a pybullet issue, is there a way to make sure all the objects get re...
by deepcode
Tue Feb 06, 2018 3:39 pm
Forum: PyBullet Support and Feedback
Topic: STATE_LOGGING_VIDEO_MP4 in DIRECT mode?
Replies: 4
Views: 8722

STATE_LOGGING_VIDEO_MP4 in DIRECT mode?

it seems like you can only record mp4 video in GUI mode, is that correct?

is there any way to record a video session of what is happening when running in DIRECT mode?
Im running multiple simulations on a linux server and I review sessions of my simulations.
by deepcode
Fri Dec 29, 2017 7:28 pm
Forum: PyBullet Support and Feedback
Topic: vibrating object? is this expected behaviour?
Replies: 2
Views: 4609

Re: vibrating object? is this expected behaviour?

and those urdfs are the ones included with pybullet.
by deepcode
Fri Dec 29, 2017 2:40 am
Forum: PyBullet Support and Feedback
Topic: can pybullet simulate air friction or other types of friction?
Replies: 1
Views: 4826

can pybullet simulate air friction or other types of friction?

I am trying to emulate a demo with objects falling out of the sky at different speeds: http://brm.io/matter-js/demo/#airFriction Reading through the documentation, It doesn't seem like pybullet has friction except for joint friction. is this possible to do in pybullet? how can I change the parameter...
by deepcode
Sat Dec 23, 2017 10:35 pm
Forum: PyBullet Support and Feedback
Topic: vibrating object? is this expected behaviour?
Replies: 2
Views: 4609

vibrating object? is this expected behaviour?

I was playing with modifying the examples. I made a very simple script by modifying the collision example. I just have a cube and it is always vibrating. Why is this happening? Is this the expected behavior? How can I make it stop vibrating: import pybullet as p p.connect(p.GUI) p.loadURDF("pla...
by deepcode
Sun Dec 10, 2017 1:03 am
Forum: PyBullet Support and Feedback
Topic: Questions about pybullet use in videogame
Replies: 4
Views: 6999

Re: Questions about pybullet use in videogame

I think it would be great if we had pybullet vs bullet benchmarks to show people the performance differences. I can take a stab at it.
by deepcode
Sat Aug 26, 2017 2:05 am
Forum: General Bullet Physics Support and Feedback
Topic: How should I get real-time friction feedback
Replies: 1
Views: 2775

Re: How should I get real-time friction feedback

I have the same question. did you figure this out?