Loading [MathJax]/extensions/tex2jax.js
gepetto-viewer  6.0.0
An user-friendly Graphical Interface
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
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 
24 std::string getFilename(const std::string& input);
25 
41 GroupNodePtr_t parse(const std::string& robotName, const std::string& urdf_file,
42  const bool& visual = true, const bool& linkFrame = true);
43 } // namespace urdfParser
44 } /* namespace viewer */
45 } /* namespace gepetto */
46 
47 #endif // GEPETTO_VIEWER_URDFPARSER_HH
viewer::GroupNodePtr_t GroupNodePtr_t
Definition: fwd.hh:53
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