Skip to content
Snippets Groups Projects
Commit bb3e33fc authored by Raphael Grimm's avatar Raphael Grimm
Browse files

Add viz::Object::file(string)

parent c2a68a14
No related branches found
No related tags found
No related merge requests found
......@@ -465,6 +465,10 @@ namespace armarx::viz
return *this;
}
Object& file(std::string const& filename)
{
return file("", filename);
}
/**
* @brief Set the file so it could be found using `armarx::ObjectFinder` (also on remote machine).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment