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:
@@ -18,7 +18,7 @@ public:
|
||||
|
||||
virtual bool loadURDF(const char* fileName);
|
||||
|
||||
const char* getPathPrefix();
|
||||
virtual const char* getPathPrefix();
|
||||
|
||||
void printTree(); //for debugging
|
||||
|
||||
|
||||
Reference in New Issue
Block a user