Search found 2 matches

by Tully
Fri Apr 10, 2009 8:22 pm
Forum: Applications, Games, Demos or Movies using Bullet
Topic: Bullet running on a real robot
Replies: 0
Views: 4519

Bullet running on a real robot

I'm working on the PR2 robot at Willow Garage. We've chosen Bullet as the primary 3D Math library for ROS. The core use of Bullet is in the tf library. It is used to keep track of all the coordinate frames of the robot. This library is use in almost every process running on the robot. There's a summ...
by Tully
Fri Apr 10, 2009 7:51 pm
Forum: General Bullet Physics Support and Feedback
Topic: Bullet SWIG (Simplified Wrapper Interface Generator) 4 Lua
Replies: 3
Views: 8011

Re: Bullet SWIG (Simplified Wrapper Interface Generator) 4 Lua

I too have been working on wrapping Bullet in SWIG to get python bindings. Are other people interested in this? I'm working out of the personalrobots.sf.net repo but would be happy to push back patches if there is interest from people here. What I have so far is: I've only worked on the LinearMath l...