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
12
#include <
gepetto/viewer/group-node.h
>
13
#include <
gepetto/viewer/leaf-node-collada.h
>
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
leaf-node-collada.h
gepetto::viewer::urdfParser::parse
GroupNodePtr_t parse(const std::string &robotName, const std::string &urdf_file, const bool &visual=true, const bool &linkFrame=true)
gepetto::viewer::urdfParser::getFilename
std::string getFilename(const std::string &input)
group-node.h
gepetto
Definition:
action-search-bar.hh:27
gepetto::gui::GroupNodePtr_t
viewer::GroupNodePtr_t GroupNodePtr_t
Definition:
fwd.hh:50
include
gepetto
viewer
urdf-parser.h
Generated by
1.8.13