urdf-parser.h
Go to the documentation of this file.
1 //
2 // urdf-parser.h
3 // gepetto-viewer
4 //
5 // Created by Anthony Couret, Mathieu Geisert in November 2014.
6 // Copyright (c) 2014 LAAS-CNRS. All rights reserved.
7 //
8 
9 #ifndef GEPETTO_VIEWER_URDFPARSER_HH
10 #define GEPETTO_VIEWER_URDFPARSER_HH
11 
14 
15 namespace gepetto {
16 namespace viewer {
17  namespace urdfParser {
18 
22  std::string getFilename (const std::string& input);
23 
39  GroupNodePtr_t parse (const std::string& robotName,
40  const std::string& urdf_file,
41  const bool& visual = true,
42  const bool& linkFrame = true);
43  }
44 } /* namespace viewer */
45 } /* namespace gepetto */
46 
47 #endif // GEPETTO_VIEWER_URDFPARSER_HH
GroupNodePtr_t parse(const std::string &robotName, const std::string &urdf_file, const bool &visual=true, const bool &linkFrame=true)
std::string getFilename(const std::string &input)
Definition: action-search-bar.hh:27
viewer::GroupNodePtr_t GroupNodePtr_t
Definition: fwd.hh:50