TinyURDF 1.0.0
A Modern C++ Library for Parsing and Visualizing URDF Model Files
|
#include <memory>
#include "geometry_base.h"
#include "parser_base.h"
#include "utils.h"
#include "box.h"
Go to the source code of this file.
Classes | |
class | BoxParser |
Parser for Box geometry, inherits from ParserBase<Box> and provides the functionality to parse the box geometry from XML. More... | |