make Bullet URDF parser more similar to the ROS URDF parser. There is still a difference in ordering of links,
due to the use of different hash-map implementations, with a difference in iterator order (btHashMap versus std::hashmap)
This commit is contained in:
@@ -607,6 +607,7 @@ bool OpenGLExampleBrowser::init(int argc, char* argv[])
|
||||
///most OpenCL drivers and OpenCL compilers have issues with our kernels.
|
||||
///If you have a high-end desktop GPU such as AMD 7970 or better, or NVIDIA GTX 680 with up-to-date drivers
|
||||
///you could give it a try
|
||||
///Note that several old OpenCL physics examples still have to be ported over to this new Example Browser
|
||||
if (args.CheckCmdLineFlag("enable_experimental_opencl"))
|
||||
{
|
||||
gAllExamples->initOpenCLExampleEntries();
|
||||
|
||||
Reference in New Issue
Block a user