TinyURDF
1.0.0
A Modern C++ Library for Parsing and Visualizing URDF Model Files
Loading...
Searching...
No Matches
world_parser.h
Go to the documentation of this file.
1
#ifndef TINYURDF_WORLD_PARSER_H_
2
#define TINYURDF_WORLD_PARSER_H_
3
4
// Copyright 2025 Wissem CHIHA
5
6
#include "
world.h
"
7
#include "
parser_base.h
"
8
9
template
<
typename
...
PropertyBase
>
10
class
WorldParser
:
public
ParserBase
<World<PropertyBase...>>{
11
public
:
12
WorldParser
();
13
bool
parse
();
14
private
:
15
std::shared_ptr<
World
<
PropertyBase
...>> p_;
16
};
17
#endif
// TINYURDF_WORLD_PARSER_H_
ParserBase
Definition
parser_base.h:16
PropertyBase
Definition
property_base.h:9
WorldParser
Definition
world_parser.h:10
WorldParser::parse
bool parse()
WorldParser::WorldParser
WorldParser()
World
Definition
world.h:28
parser_base.h
world.h
include
tinyurdf
world_parser.h
Generated by
1.9.8