#include <cerrno>
#include <cstdlib>
#include <iostream>
#include <string>
#include <boost/filesystem/fstream.hpp>
#include <boost/filesystem/path.hpp>
#include <boost/format.hpp>
#include <ros/ros.h>
#include "file.hh"
#include "names.hh"
Go to the source code of this file.
std::string getConfigurationFileFromModelName |
( |
const std::string & |
modelName, |
|
|
const std::string & |
defaultPath |
|
) |
| |
std::string getHelpImageFileFromModelName |
( |
const std::string & |
modelName, |
|
|
const std::string & |
defaultPath |
|
) |
| |
std::string getInitFileFromModelName |
( |
const std::string & |
modelName, |
|
|
const std::string & |
defaultPath |
|
) |
| |
std::string getInitialPoseFileFromModelName |
( |
const std::string & |
modelName, |
|
|
const std::string & |
defaultPath |
|
) |
| |
std::string getModelFileFromModelName |
( |
const std::string & |
modelName, |
|
|
const std::string & |
defaultPath |
|
) |
| |
bool makeModelFile |
( |
boost::filesystem::ofstream & |
modelStream, |
|
|
std::string & |
fullModelPath |
|
) |
| |