[openrtm-users 02915] 6軸力センサ,空間速度用のデータ型について

2 posts / 0 new
Last post
Kei Okada
Offline
Last seen: Never ago
Joined: 2011-05-17 20:20
[openrtm-users 02915] 6軸力センサ,空間速度用のデータ型について

岡田です.

いつもお世話になります.
OpenRTMに6軸力センサや空間速度データを表す型はありますでしょうか?
ExtendedDataTypes.idl
をみてもパッと見つからなかったのですが,各個人で型を作られているでしょうか?なにか経験を持っている方がいたらご教示いただきたくおもいます.

こちらで想定しているのは以下のようなものになります.

TimedSpatialVelocity
struct{
Time tm
AngularVeclotity3D omega
Veclotity3D vel}

TimedWrench
struct{
Time tm
Vector3D force
Vector3D torque}

Undefined
Shunichi Nozawa
Offline
Last seen: Never ago
Joined: 2011-06-01 20:20
[openrtm-users 02916] 6軸力センサ,空間速度用のデータ型について

野沢です。

クォータニオンなどもご存知の方がいらっしゃれば、お教えいただけますとたすかります。
struct Quaternion
{
double x;
double y;
double z;
double w;
};

struct TimedQuaternion
{
Time tm;
Quaternion data;
};

Log in or register to post comments

Download

latest Releases : 2.0.0-RELESE

2.0.0-RELESE Download page

Number of Projects

Choreonoid

Motion editor/Dynamics simulator

OpenHRP3

Dynamics simulator

OpenRTP

Integrated Development Platform

AIST RTC collection

RT-Components collection by AIST

TORK

Tokyo Opensource Robotics Association

DAQ-Middleware

Middleware for DAQ (Data Aquisition) by KEK