Viam C++ SDK current
Loading...
Searching...
No Matches
Classes
kinematics_model_table.hpp File Reference

A per-joint model table for a serial kinematic chain, with conversions to/from URDF and a double (n, 10) tensor. More...

#include <string>
#include <vector>
#include <xtensor/xarray.hpp>
#include <viam/sdk/common/kinematics.hpp>
#include <viam/sdk/common/linear_algebra.hpp>

Go to the source code of this file.

Classes

class  viam::sdk::ModelTable
 A per-joint model table for a serial kinematic chain, held in chain order. Build one with the from factories and read it back via rows() or to_tensor(). More...
 
struct  viam::sdk::ModelTable::JointRow
 One row of the model table: the per-joint URDF fields. More...
 

Detailed Description

A per-joint model table for a serial kinematic chain, with conversions to/from URDF and a double (n, 10) tensor.