TinyURDF 1.0.0
A Modern C++ Library for Parsing and Visualizing URDF Model Files
Loading...
Searching...
No Matches
inertia.h File Reference
#include <string>
#include <ostream>
#include <memory>
#include <loguru/loguru.hpp>
#include "utils.h"
#include "pose.h"
#include "property_base.h"
#include "geometry_base.h"
Include dependency graph for inertia.h:
This graph shows which files directly or indirectly include this file:

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...