lp:~sastraxi/pybullet/vehicles

Created by Cameron Gorrie and last modified

This branch will add support for everything needed to simulate vehicles into pybullet.

Get this branch:
bzr branch lp:~sastraxi/pybullet/vehicles
Only Cameron Gorrie can upload to this branch. If you are Cameron Gorrie please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Cameron Gorrie
Project:
pybullet
Status:
Development

Recent revisions

38. By Cameron Gorrie

Ported over a few more methods.
Also changed reference to shape to _shape in RigidBody so that we can access it with
methods inherited from CollisionObject.

37. By Cameron Gorrie

Added a lot of the constraint hierarchy--everything needed to support the btHinge2Constraint.
Also added some more utility methods of RigidBody (i.e. getInterpolationWorldTransform),
and added support for the bullet.Matrix3x3 class (wraps btMatrix3x3).

Added getBasis() to Transform to get a Matrix3x3.

36. By Cameron Gorrie

Add a TODO for #defines.

35. By Cameron Gorrie

Working vehicle demo and initial documentation for the vehicle parts of pyBullet.

34. By Cameron Gorrie

So I can work on this elsewhere

33. By Cameron Gorrie

Everything for the Raycast vehicle has been implemented.

Added a vehicle demo to show off the results of the branch.
Next steps:
- make the vehicle demo output something in OpenGL so we can verify everything is working.

32. By Cameron Gorrie

Ignore build directories, generated cpp files, and allow setup.py to be used with ./configure/make/make install-ed bullet physics library. Also lets me import it with import bullet.bullet.

31. By Jean-Paul Calderone

Expose btRigidBody::getLinearVelocity

30. By Jean-Paul Calderone

Expose triangle mesh shape related APIs to allow more flexibility when using this shape. Also add an example that shows how this shape is used.

29. By Jean-Paul Calderone

Some fluff about things

Presumably none of this is surprising, but I guess people like to be able
to find it all in one place.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:pybullet
This branch contains Public information 
Everyone can see this information.

Subscribers