Robot Dynamics Library
|
#include <assert.h>
#include <iostream>
#include <limits>
#include <thread>
#include "rdl_dynamics/rdl_mathutils.hpp"
#include "rdl_dynamics/Model.hpp"
Functions | |
static std::string | create_parameter_name (const rclcpp::Node::SharedPtr &node, const std::string &name) |
unsigned int | addBodyFixedJoint (Model &model, const unsigned int parent_id, const SpatialTransform &joint_frame, const Joint &joint, const Body &body, std::string body_name) |
unsigned int | addBodyMultiDofJoint (Model &model, const unsigned int parent_id, const SpatialTransform &joint_frame, const Joint &joint, const Body &body, std::string body_name) |
Variables | |
static std::string | ROOT_BODY_NAME = "ROOT" |
unsigned int addBodyFixedJoint | ( | Model & | model, |
const unsigned int | parent_id, | ||
const SpatialTransform & | joint_frame, | ||
const Joint & | joint, | ||
const Body & | body, | ||
std::string | body_name | ||
) |
unsigned int addBodyMultiDofJoint | ( | Model & | model, |
const unsigned int | parent_id, | ||
const SpatialTransform & | joint_frame, | ||
const Joint & | joint, | ||
const Body & | body, | ||
std::string | body_name | ||
) |
|
static |
|
static |