We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
姿勢角を出力するセンサを入手したので, https://github.com/fkanehiro/hrpsys-base/blob/master/lib/io/iob.h#L562 にある read_attitude_sensorを使って,姿勢角をhrpsysのレイヤーまで持ってきたいです.
read_attitude_sensor
手順としては
以外に何をする必要がありますでしょうか?
上記の変更だけですと,以下のように https://github.com/fkanehiro/hrpsys-base/blob/master/rtc/ImpedanceController/ImpedanceController.cpp#L583 のif文のチェックに引っかかってしまいます.
ImpedanceController is not working... m_qRef 0 m_qCurrent 0
ご確認よろしくお願いします.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
姿勢角を出力するセンサを入手したので, https://github.com/fkanehiro/hrpsys-base/blob/master/lib/io/iob.h#L562 にある
read_attitude_sensor
を使って,姿勢角をhrpsysのレイヤーまで持ってきたいです.手順としては
自前のiob
read_attitude_sensor
などをオーバーライドするVRML
openhrp3
hrpsys-base
以外に何をする必要がありますでしょうか?
上記の変更だけですと,以下のように https://github.com/fkanehiro/hrpsys-base/blob/master/rtc/ImpedanceController/ImpedanceController.cpp#L583 のif文のチェックに引っかかってしまいます.
ご確認よろしくお願いします.
The text was updated successfully, but these errors were encountered: