TinyURDF 1.0.0
A Modern C++ Library for Parsing and Visualizing URDF Model Files
|
#include <string>
#include <ostream>
#include <memory>
#include <loguru/loguru.hpp>
#include "utils.h"
#include "pose.h"
#include "property_base.h"
#include "geometry_base.h"
Go to the source code of this file.
Classes | |
class | Inertia |
Represents the inertia of an object. The inertia is defined with respect to a given origin and the components of the inertia matrix, which represent the rotational inertia about the object's axes. More... | |