![]() |
RobWorkProject
23.9.11-
|
#include <CollisionSetupLoader.hpp>
Static Public Member Functions | |
| static rw::proximity::CollisionSetup | load (const std::string &prefix, const std::string &file) |
| Load a collision setup from the file file. More... | |
@brief Loader of collision setups from files. [CollisionSetupLoader could just as well simply be a utility function.] The XML format is:
<CollisionSetup>
<Exclude>
<FramePair first="first_frame" second="second_frame"/>
...
</Exclude>
<Volatile>frame1 frame2 .. </Volatile>
</CollisionSetup>
|
static |
Load a collision setup from the file file.
prefix is prepended to every frame name.
| prefix | [in] The context in which the setup is loaded. |
| file | [in] The file from which to load the collision setup. |