Search found 5 matches

by mnaveau
Thu Jan 24, 2019 4:20 pm
Forum: General Bullet Physics Support and Feedback
Topic: Simulate sensors ?
Replies: 1
Views: 4312

Re: Simulate sensors ?

Hello,

I am actually exactly in the same situation but I am using the C-API no C++ nor Python.
I just saw "gravity_acceleration" in the code but nothing good so far...

Any help would be appreciated.
Best
by mnaveau
Wed Jan 16, 2019 10:08 am
Forum: General Bullet Physics Support and Feedback
Topic: why are importers in the examples directory?
Replies: 4
Views: 5159

Re: why are importers in the examples directory?

Dear all, After further investigation, I realised that the apt vesrion is not up to date on 14.04, which make sense. I downloaded the bullet repos and compiled from source and I now see the bulletRobotics.so Here is a list of packaging problems I could notice. ( I openned an issue on github! ) - In ...
by mnaveau
Tue Jan 15, 2019 6:26 pm
Forum: General Bullet Physics Support and Feedback
Topic: why are importers in the examples directory?
Replies: 4
Views: 5159

Re: why are importers in the examples directory?

I understand your point. Though I am using bullet the same way as in the hello world example: https://github.com/bulletphysics/bullet3/blob/master/examples/HelloWorld/HelloWorld.cpp I copied the file and build it separately. My point is to use Bullet without the shared memory to gain computation tim...
by mnaveau
Tue Jan 15, 2019 5:01 pm
Forum: General Bullet Physics Support and Feedback
Topic: C API, how to get body position/orientation by id (URDF)
Replies: 2
Views: 5009

Re: C API, how to get body position/orientation by id (URDF)

Hi,

I am trying to use the C api (without the shared memory). Though I cannot seem to be able to use the URDF parser with a simple "sudo apt-get install libbullet*"
How did you get to use the urdf parser from C?
by mnaveau
Tue Jan 15, 2019 4:15 pm
Forum: General Bullet Physics Support and Feedback
Topic: why are importers in the examples directory?
Replies: 4
Views: 5159

Re: why are importers in the examples directory?

I am also puzzled by this choice. I installed bullet from the apt repositories and I cannot find a way to use this parser. Though it would seem to be a crucial tool to be included in the main API (which is present in the python API by the way). Must I extract the code of the URDF parser from the exa...