fkanehiro / openhrp3

Open Architecture Human-centered Robotics Platform
http://www.openrtp.jp/openhrp3
Other
26 stars 34 forks source link

VRMLにAttitudeSensorを定義して使いたい #53

Open eisoku9618 opened 9 years ago

eisoku9618 commented 9 years ago

姿勢角を出力するセンサを入手したので, https://github.com/fkanehiro/hrpsys-base/blob/master/lib/io/iob.h#L562 にある read_attitude_sensorを使って,姿勢角をhrpsysのレイヤーまで持ってきたいです.

手順としては

自前のiob

以外に何をする必要がありますでしょうか?

上記の変更だけですと,以下のように https://github.com/fkanehiro/hrpsys-base/blob/master/rtc/ImpedanceController/ImpedanceController.cpp#L583 のif文のチェックに引っかかってしまいます.

ImpedanceController is not working...
         m_qRef 0
     m_qCurrent 0

ご確認よろしくお願いします.