mirror of
https://github.com/bulletphysics/bullet3
synced 2024-12-12 12:50:08 +00:00
update pybullet version, include *.* from OpenGLWindow
This commit is contained in:
parent
f20b7bb07c
commit
cd2f111a10
@ -7,6 +7,6 @@ recursive-include src *.h
|
||||
recursive-include src *.hpp
|
||||
recursive-include examples/pybullet/gym *.*
|
||||
include examples/ThirdPartyLibs/enet/unix.c
|
||||
include examples/OpenGLWindow/*.cpp
|
||||
include examples/OpenGLWindow/*.*
|
||||
recursive-include examples/ThirdPartyLibs/glad *.*
|
||||
include examples/ThirdPartyLibs/enet/win32.c
|
||||
|
Binary file not shown.
@ -30,6 +30,10 @@ else:
|
||||
robot_base, robot_orientation, useFixedBase=True)
|
||||
|
||||
|
||||
bullet.changeDynamics(id_robot,-1,linearDamping=0, angularDamping=0)
|
||||
bullet.changeDynamics(id_robot,0,linearDamping=0, angularDamping=0)
|
||||
bullet.changeDynamics(id_robot,1,linearDamping=0, angularDamping=0)
|
||||
|
||||
jointTypeNames = ["JOINT_REVOLUTE", "JOINT_PRISMATIC","JOINT_SPHERICAL","JOINT_PLANAR","JOINT_FIXED","JOINT_POINT2POINT","JOINT_GEAR"]
|
||||
|
||||
# Disable the motors for torque control:
|
||||
|
2
setup.py
2
setup.py
@ -559,7 +559,7 @@ if 'BT_USE_EGL' in EGL_CXX_FLAGS:
|
||||
|
||||
setup(
|
||||
name = 'pybullet',
|
||||
version='2.1.9',
|
||||
version='2.2.2',
|
||||
description='Official Python Interface for the Bullet Physics SDK specialized for Robotics Simulation and Reinforcement Learning',
|
||||
long_description='pybullet is an easy to use Python module for physics simulation, robotics and deep reinforcement learning based on the Bullet Physics SDK. With pybullet you can load articulated bodies from URDF, SDF and other file formats. pybullet provides forward dynamics simulation, inverse dynamics computation, forward and inverse kinematics and collision detection and ray intersection queries. Aside from physics simulation, pybullet supports to rendering, with a CPU renderer and OpenGL visualization and support for virtual reality headsets.',
|
||||
url='https://github.com/bulletphysics/bullet3',
|
||||
|
Loading…
Reference in New Issue
Block a user