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
#define TVM_DLLAPI
Definition: api.h:35
Definition: Clock.h:27
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)
std::map< KeyWithId, Value, IdLess< KeyWithId >, Allocator > map
Definition: map.h:41
Definition: Clock.h:12