Search found 2 matches

by mat
Fri Jul 23, 2021 2:44 pm
Forum: PyBullet Support and Feedback
Topic: Changing Pybullet connection from GUI to DIRECT breaks the robot control
Replies: 3
Views: 9069

Re: Changing Pybullet connection from GUI to DIRECT breaks the robot control

Dear @Srkiyengar,
I have the same Problem. Everything is working fine in GUI mode but it is not controlling the robot in DIRECT mode.
Do you have an example code how you have solved your problem?
by mat
Mon Jul 19, 2021 1:12 pm
Forum: General Bullet Physics Support and Feedback
Topic: Linux, make fails
Replies: 3
Views: 4544

Linux, make fails

Dear all, I would like to build and run the Bullet engine on a Ubuntu 18.04 server. As written in the Git repo: https://github.com/bulletphysics/bullet3 I am executing the following commands: ./build_cmake_pybullet_double.sh cd build3 ./premake4_linux64 --double gmake cd gmake make During "====...