TVM
0.9.4
utils.h
Go to the documentation of this file.
1
3
#pragma once
4
5
#include <
tvm/api.h
>
6
7
#include <
tvm/Clock.h
>
8
#include <
tvm/Robot.h
>
9
10
namespace
tvm
11
{
12
13
namespace
robot
14
{
15
34
std::unique_ptr<Robot>
TVM_DLLAPI
fromURDF
(
tvm::Clock
& clock,
35
const
std::string & name,
36
const
std::string & path,
37
bool
fixed,
38
const
std::vector<std::string> & filteredLinks,
39
const
std::map
<std::string, std::vector<double>> & q);
40
41
}
// namespace robot
42
43
}
// namespace tvm
Clock.h
Robot.h
api.h
TVM_DLLAPI
#define TVM_DLLAPI
Definition:
api.h:35
tvm::Clock
Definition:
Clock.h:27
tvm::robot::fromURDF
std::unique_ptr< Robot > TVM_DLLAPI fromURDF(tvm::Clock &clock, const std::string &name, const std::string &path, bool fixed, const std::vector< std::string > &filteredLinks, const std::map< std::string, std::vector< double >> &q)
tvm::utils::internal::map
std::map< KeyWithId, Value, IdLess< KeyWithId >, Allocator > map
Definition:
map.h:41
tvm
Definition:
Clock.h:12
include
tvm
robot
utils.h
Generated by
1.9.1