mirror of
https://github.com/bulletphysics/bullet3
synced 2024-12-13 13:20:07 +00:00
fix space
This commit is contained in:
parent
3829887ced
commit
f51c76f0c9
@ -400,14 +400,14 @@ public:
|
||||
return m_urdf2Model;
|
||||
}
|
||||
|
||||
const UrdfDeformable& getDeformable() const{
|
||||
return m_urdf2Model.m_deformable;
|
||||
}
|
||||
const UrdfDeformable& getDeformable() const
|
||||
{
|
||||
return m_urdf2Model.m_deformable;
|
||||
}
|
||||
|
||||
bool mergeFixedLinks(UrdfModel& model, UrdfLink* link, ErrorLogger* logger, bool forceFixedBase, int level);
|
||||
bool printTree(UrdfLink* link, ErrorLogger* logger, int level);
|
||||
bool recreateModel(UrdfModel& model, UrdfLink* link, ErrorLogger* logger);
|
||||
|
||||
|
||||
std::string sourceFileLocation(tinyxml2::XMLElement* e);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user