summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* decouple some dependency using a callback.Erwin Coumans2017-02-214-20/+41
* make flag/enable required argumentErwin Coumans2017-02-211-1/+1
* Merge remote-tracking branch 'bp/master'Erwin Coumans2017-02-211-1/+1
|\
| * Update PhysicsServerCommandProcessor.cpperwincoumans2017-02-211-1/+1
* | Merge branch 'master' of https://github.com/erwincoumans/bullet3Erwin Coumans2017-02-216-34/+520
|\ \ | |/
| * update pybullet quickstart guideErwin Coumans2017-02-211-1/+1
| * Merge pull request #965 from jietan/pullRequesterwincoumans2017-02-213-33/+165
| |\
| | * refactor to make minitaur example more generalJie Tan2017-02-162-36/+59
| | * Merge remote-tracking branch 'bp/master' into pullRequestJie Tan2017-02-1624-92/+517
| | |\
| | * | now minitaur class can output joint angles, velocities and torques. I also ex...Jie Tan2017-02-093-31/+137
| | * | make the motorId corresponds to that of the real minitaur. change the mass of...Jie Tan2017-02-082-10/+13
| * | | Merge pull request #966 from erwincoumans/mastererwincoumans2017-02-2025-16/+4581
| |\ \ \
| * | | | Enable logging a specified list of objects for generic robot logging.yunfeibai2017-02-202-4/+21
| * | | | Add logging for generic robot and an example of logging state of kuka and cubes.yunfeibai2017-02-173-0/+337
* | | | | allow to enable/disable GUI, shadows, wireframe of OpenGL Visualizer from APIErwin Coumans2017-02-2112-5/+181
| |/ / / |/| | |
* | | | add cmake support for TCP / clsocket in pybulletErwin Coumans2017-02-201-1/+28
* | | | export TCP connection mode to pybulletErwin Coumans2017-02-204-13/+72
* | | | use TCP in main thread, accumulate bytes until size matches.Erwin Coumans2017-02-202-404/+183
* | | | shmem preliminary TCP implementation (not working yet)Erwin Coumans2017-02-205-0/+607
* | | | add App_PhysicsServerTCP and App_PhysicsServerSharedMemoryBridgeTCPErwin Coumans2017-02-203-0/+366
* | | | fix 6dof sensors for fixed joints (recent bug left fields uninitialized in ge...Erwin Coumans2017-02-202-7/+15
* | | | Merge branch 'master' of https://github.com/erwincoumans/bullet3Erwin Coumans2017-02-192-1/+3
|\ \ \ \ | |/ / /
| * | | Update PhysicsServerCommandProcessor.cpp2.86.1erwincoumans2017-02-171-0/+1
| * | | Update pybullet.cerwincoumans2017-02-171-1/+2
* | | | adjusted clsocket build and test, so there is an EchoServer and QueryDayTime ...Erwin Coumans2017-02-191-1/+1
* | | | first draft of premake/cmake build files for clsocket (tiny cross-platform TC...Erwin Coumans2017-02-193-29/+32
* | | | add tiny cross-platform TCP socket library from https://github.com/DFHack/cls...Erwin Coumans2017-02-1911-0/+3716
|/ / /
* | | initial implementation of state logging.Erwin Coumans2017-02-179-116/+402
* | | Merge branch 'master' of https://github.com/erwincoumans/bullet3Erwin Coumans2017-02-1719-71/+166
|\ \ \
| * | | disable keyboard toggle in Linux/X11Erwin Coumans2017-02-166-5/+17
| | |/ | |/|
| * | VR video recording, use command-line --mp4=videoname.mp4Erwin Coumans2017-02-1616-71/+129
| * | Merge remote-tracking branch 'bp/master'Erwin Coumans2017-02-161-0/+25
* | | prepare state logging system (log state of robot, vr controllers after each s...Erwin Coumans2017-02-1714-7/+240
|/ /
* | remove some sleep delays from PhysicsServerExample physics loop.Erwin Coumans2017-02-091-21/+0
* | Merge remote-tracking branch 'bp/master'Erwin Coumans2017-02-095-3/+33
|\ \
| * | Modify the depth buffer value in TinyRenderer to be consistent as in OpenGL.yunfeibai2017-02-084-2/+27
| * | Merge remote-tracking branch 'upstream/master'yunfeibai2017-02-076-45/+199
| |\ \ | | |/
| * | Add depth image when using hardware renderer.yunfeibai2017-02-071-1/+6
* | | add utility for reading and writing of minitaur quadruped robot log files.Erwin Coumans2017-02-092-0/+307
* | | [pybullet] add example for roll, pitch, yawErwin Coumans2017-02-081-0/+26
| |/ |/|
* | Merge pull request #947 from erwincoumans/mastererwincoumans2017-02-073-44/+82
|\ \
| * | pybullet workaround for very slow Mac OSX GUI mode, since OpenGL can only run...Erwin Coumans2017-02-072-24/+62
| * | pybullet/shared memory API: add some more check for out-of-bounds indices whe...erwincoumans2017-02-041-20/+20
* | | Merge pull request #949 from YunfeiBai/mastererwincoumans2017-02-078-127/+218
|\ \ \ | | |/ | |/|
| * | EGL OpenGL window.yunfeibai2017-02-068-127/+218
* | | Merge pull request #951 from jietan/pullRequesterwincoumans2017-02-072-0/+116
|\ \ \
| * | | add minitaur class and test to the pull requestJie Tan2017-02-062-0/+116
| |/ /
* | | Update Utility.cpperwincoumans2017-02-061-1/+1
|/ /
* | Add joint damping in pybullet IK example.yunfeibai2017-02-031-1/+3
* | minor fixyunfeibai2017-02-031-1/+2