erwincoumans
3768bbcae3
Merge pull request #2167 from erwincoumans/master
...
fix memleak in calculateInverseKinematics + joint limits.
2019-03-21 14:28:57 -07:00
Erwin Coumans
94d8ee74f7
Merge branch 'master' of https://github.com/erwincoumans/bullet3
2019-03-20 15:11:03 -07:00
Erwin Coumans
f725d1201d
fix memory leak in PyBullet.calculateInverseKinematics when joint limits are provided
...
Fixes Issue #2164
2019-03-20 15:09:48 -07:00
erwincoumans
28148eb1ed
Merge remote-tracking branch 'bp/master'
2019-03-18 10:12:55 -07:00
erwincoumans
2e81714e7a
Merge pull request #2161 from crewmatt/master
...
Adds a timestamp as a physics parameter.
2019-03-17 16:13:48 -07:00
mbennice
8fcb8d0694
Update to bullet formatting
2019-03-17 11:52:56 -07:00
Erwin Coumans
3acac372da
add vision 60 urdf (from Ghost Robotics) and zipped random urdfs
2019-03-15 13:19:59 -07:00
Erwin Coumans
a0aa963e28
fix premake and cmake for ExampleBrowser
2019-03-15 04:04:51 +00:00
erwincoumans
17d2b318bf
Merge pull request #2159 from bulletphysics/erwincoumans-glob
...
Update kuka_diverse_object_gym_env.py
2019-03-14 18:28:14 -07:00
erwincoumans
ced17be7f3
Merge pull request #2162 from erwincoumans/cl_237962826
...
Qualify calls to certain functions from the cmath library.
2019-03-14 18:27:54 -07:00
Erwin Coumans
150a6a0880
Qualify calls to certain functions from the cmath library.
2019-03-14 16:57:50 -07:00
mbennice
d41e449d6f
Adds a timestamp as a physics parameter.
2019-03-14 15:32:45 -07:00
erwincoumans
9662ae4ba0
Update kuka_diverse_object_gym_env.py
...
Fix issue in glob to separate training/test data pattern. See https://github.com/bulletphysics/bullet3/issues/2158
Thank to @TomoyaFukui
2019-03-14 09:33:48 -07:00
Erwin Coumans
1161a04c56
Merge remote-tracking branch 'bp/master'
2019-03-13 09:52:38 -07:00
erwincoumans
18918389d3
Merge pull request #2145 from fuchuyuan/addExample
...
Add example
2019-03-12 11:06:53 -07:00
erwincoumans
46e43e0051
Merge remote-tracking branch 'bp/master'
2019-03-12 09:13:51 -07:00
Erwin Coumans
0caf51a54e
btBlockSolver use m_data2 instead of m_data
2019-03-11 17:52:55 -07:00
Chuyuan Fu
bea2f6e65a
Turn off self-collision for FixJointBoxes example
2019-03-11 13:12:49 -07:00
Damian Bemben
2ca6172f1a
Fixing issue where mass of motors is uneven
...
Mass of motors was being tilted to the left, due to FL hip motor and RL hip motor having a mass of 1.095 and FR hip motor and BR hip motor having a mass of 0.241. This led to issues with the laikago tilting. May require further investigation to see if the laikago is at the proper center of mass!
2019-03-11 10:12:38 -07:00
erwincoumans
550f4c4785
expose maxJointVelocity through PyBullet.changeDynamics, this Fixes Issue #1890
...
bump up PyBullet to version 2.4.8
2019-03-11 10:12:38 -07:00
erwincoumans
ce531e6015
allow to PyBullet.changeDynamics for all links in maximal coordinate rigid bodies
...
change snake.py to use useMaximalCoordinate = True by default
2019-03-11 10:12:38 -07:00
Erwin Coumans
53979b1b7b
tweak mouse wheel multiplier
2019-03-11 10:12:38 -07:00
Erwin Coumans
84a7ceb416
bump up PyBullet version to 2.4.7
2019-03-11 10:12:38 -07:00
erwincoumans
a1f15ae01a
Expose anisotropic friction, add snake demo. Simple snake slither locomotion from > 15 years ago, thanks to Michael Ewert @ Havok!
...
Visit http://www.snakerobots.com to see one of these in the wild
2019-03-11 10:12:38 -07:00
erwincoumans
0b41fe1a49
use b3RobotJointInfo instead of b3JointInfo, so it is initialized.
...
don't reset the camera in SharedMemoryInProcessPhysicsC_API
2019-03-11 10:12:38 -07:00
erwincoumans
d56b136155
Merge pull request #2154 from dambem/patch-1
...
Fixing issue where mass of motors is uneven
2019-03-10 21:38:34 -07:00
Damian Bemben
b027bc92df
Fixing issue where mass of motors is uneven
...
Mass of motors was being tilted to the left, due to FL hip motor and RL hip motor having a mass of 1.095 and FR hip motor and BR hip motor having a mass of 0.241. This led to issues with the laikago tilting. May require further investigation to see if the laikago is at the proper center of mass!
2019-03-10 22:41:40 +00:00
erwincoumans
31ce4e0e57
Merge pull request #2153 from erwincoumans/master
...
expose maxJointVelocity through PyBullet.changeDynamics, fix mouse wheel multiplier
2019-03-09 09:25:05 -08:00
erwincoumans
4ea907aacf
expose maxJointVelocity through PyBullet.changeDynamics, this Fixes Issue #1890
...
bump up PyBullet to version 2.4.8
2019-03-09 09:23:16 -08:00
Chuyuan Fu
81ab8cd1c6
another fix
2019-03-08 14:21:18 -08:00
Chuyuan Fu
fa2368c6d6
Try to fix tests
2019-03-08 13:50:12 -08:00
erwincoumans
32e93d9f91
allow to PyBullet.changeDynamics for all links in maximal coordinate rigid bodies
...
change snake.py to use useMaximalCoordinate = True by default
2019-03-08 09:20:32 -08:00
Erwin Coumans
b1465c8205
Merge branch 'master' of https://github.com/erwincoumans/bullet3
2019-03-08 07:44:21 -08:00
Erwin Coumans
58c638d5ee
tweak mouse wheel multiplier
2019-03-08 07:43:50 -08:00
Erwin Coumans
b072f2fdc8
bump up PyBullet version to 2.4.7
2019-03-07 22:05:15 -08:00
erwincoumans
2b5eabef18
Merge pull request #2147 from erwincoumans/master
...
Expose anisotropic friction, add snake demo. Simple snake slither loc…
2019-03-07 22:04:28 -08:00
erwincoumans
9408e4f2d0
Expose anisotropic friction, add snake demo. Simple snake slither locomotion from > 15 years ago, thanks to Michael Ewert @ Havok!
...
Visit http://www.snakerobots.com to see one of these in the wild
2019-03-07 21:13:00 -08:00
fuchuyuan
2908bd9641
Merge branch 'master' into addExample
2019-03-07 19:59:48 -08:00
erwincoumans
c1e1a0f37b
Merge pull request #2146 from erwincoumans/master
...
use b3RobotJointInfo instead of b3JointInfo, so it is initialized.
2019-03-07 17:56:54 -08:00
erwincoumans
d7b54b0265
use b3RobotJointInfo instead of b3JointInfo, so it is initialized.
...
don't reset the camera in SharedMemoryInProcessPhysicsC_API
2019-03-07 17:55:45 -08:00
Chuyuan Fu
2fb12400ac
Add urdf file for examples/BulletRobotics/JointLimit.cpp
2019-03-07 17:29:36 -08:00
Chuyuan Fu
1660957f75
Untrack Grasp box example for now. This example needs more adjustment.
...
fix compile
2019-03-07 17:10:16 -08:00
Chuyuan Fu
e818452494
Add grasp box example and fixjoint boxes example.
...
tmp
gripper is working?
fix joint example
2019-03-07 17:10:16 -08:00
Chuyuan Fu
9141caf67e
Add joint limit example.
...
The demo artifically exceeds joint limit due to numerical errors caused
by large ratio.
2019-03-07 17:09:32 -08:00
Chuyuan Fu
5d60c274c4
Add an example of a stack of boxes of large mass ratio. The default
...
solver cannot solve it effectively.
2019-03-07 17:08:16 -08:00
fuchuyuan
b347d9f667
Merge pull request #2 from bulletphysics/master
...
sync with upstream
2019-03-07 17:03:33 -08:00
erwincoumans
ba61c0911f
Merge pull request #2144 from erwincoumans/master
...
reduce size of SharedMemoryStatus
2019-03-07 08:31:01 -08:00
erwincoumans
b94a55ee5f
Merge remote-tracking branch 'bp/master'
2019-03-06 23:29:29 -08:00
erwincoumans
0af0f193ee
reduce size of SharedMemoryStatus by moving state details into shared memory streaming block.
2019-03-06 23:27:59 -08:00
erwincoumans
4d39b7caca
Merge pull request #2142 from fuchuyuan/fixedJoint
...
Fixed joint
2019-03-06 22:03:00 -08:00